Color Hex Logo

#fdcb3e Color Hex

#FDCB3E
(253,203,62)
0 Favorites   0 Comments

Color spaces of #fdcb3e

RGB 25320362
HSL0.120.980.62
HSV44°75°99°
CMYK 0.000.200.75   0.01
XYZ62.733563.942313.5931
Yxy63.94230.44720.4559
Hunter Lab79.96390.100445.8960
CIE-Lab83.93574.577772.3453

#fdcb3e color RGB value is (253,203,62).

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

The process color (four color CMYK) of #fdcb3e color hex is 0.00, 0.20, 0.75, 0.01. Web safe color of #fdcb3e is #ffcc33. Color #fdcb3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 00111110
Octal 375 313 76
Decimal 253 203 62
Hex FD CB 3E

RGB Percentages of Color #fdcb3e

%48.84
%39.19
%11.97

CMYK Percentages of Color #fdcb3e

%0
%20
%75
%1

Triadic Colors of #fdcb3e

#fdcb3e #3efdcb #cb3efd

Analogous Colors of #fdcb3e

#fdcb3e #d0fd3e #fd6c3e

Monochromatic Colors of #fdcb3e

#fdcb3e

Complementary Color

#fdcb3e #3e70fd

#fdcb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb3e Color CSS Codes

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

#fdcb3e Text Font Color

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

This sample text font color is #fdcb3e
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.


#fdcb3e Background Color

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

This div background color is #fdcb3e


#fdcb3e Border Color

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

This div border color is #fdcb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb3e


Comments

No comments written yet.

Please login to write comment.