color codes Logo

#fdcb3d color codes

#FDCB3D
(253,203,61)
0 Favorites   0 Comments

Color spaces of #fdcb3d

RGB 25320361
HSL0.120.980.62
HSV44°76°99°
CMYK 0.000.200.76   0.01
XYZ62.706363.931413.4499
Yxy63.93140.44760.4564
Hunter Lab79.95710.063545.9966
CIE-Lab83.93004.539372.6877

#fdcb3d color RGB value is (253,203,61).

#fdcb3d hex color red value is 253, green value is 203 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fdcb3d hue: 0.12 , saturation: 0.98 and the lightness value of fdcb3d is 0.62.

The process color (four color CMYK) of #fdcb3d color code is 0.00, 0.20, 0.76, 0.01. Web safe color of #fdcb3d is #ffcc33. Color #fdcb3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 00111101
Octal 375 313 75
Decimal 253 203 61
Hex FD CB 3D

RGB Percentages of Color #fdcb3d

%48.94
%39.26
%11.80

CMYK Percentages of Color #fdcb3d

%0
%20
%76
%1

Triadic Colors of #fdcb3d

#fdcb3d #3dfdcb #cb3dfd

Analogous Colors of #fdcb3d

#fdcb3d #cffd3d #fd6b3d

Monochromatic Colors of #fdcb3d

#fdcb3d

Complementary Color

#fdcb3d #3d6ffd

#fdcb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb3d Color CSS Codes

.mybgcolor {background-color:#fdcb3d; } 
.myforecolor {color:#fdcb3d; }
.mybordercolor {border:3px solid #fdcb3d; }

#fdcb3d Text Font Color

<p style="color:#fdcb3d">Text here</p>

This sample text font color is #fdcb3d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fdcb3d Background Color

<div style="background-color:#fdcb3d">
Div content here</div>

This div background color is #fdcb3d


#fdcb3d Border Color

<div style="border:3px solid #fdcb3d">
Div here</div>

This div border color is #fdcb3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,203,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdcb3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdcb3d;
  -webkit-box-shadow: 1px 1px 3px 2px #fdcb3d;
  box-shadow:         1px 1px 3px 2px #fdcb3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,203,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fdcb3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcb3d;
  -webkit-box-shadow: 1px 1px 3px 2px #fdcb3d;
  box-shadow:         1px 1px 3px 2px #fdcb3d;">
Div content here</div>

This div box has shadow with color #fdcb3d


Comments

No comments written yet.

Please login to write comment.