Color Hex Logo

#fcd599 Color Hex

#FCD599
(252,213,153)
0 Favorites   0 Comments

Color spaces of #fcd599

RGB 252213153
HSL0.100.940.79
HSV36°39°99°
CMYK 0.000.150.39   0.01
XYZ69.688970.583940.0880
Yxy70.58390.38640.3913
Hunter Lab84.01421.038930.5193
CIE-Lab87.28255.680534.7286

#fcd599 color RGB value is (252,213,153).

#fcd599 hex color red value is 252, green value is 213 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fcd599 hue: 0.10 , saturation: 0.94 and the lightness value of fcd599 is 0.79.

The process color (four color CMYK) of #fcd599 color hex is 0.00, 0.15, 0.39, 0.01. Web safe color of #fcd599 is #ffcc99. Color #fcd599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010101 10011001
Octal 374 325 231
Decimal 252 213 153
Hex FC D5 99

RGB Percentages of Color #fcd599

%40.78
%34.47
%24.76

CMYK Percentages of Color #fcd599

%0
%15
%39
%1

Triadic Colors of #fcd599

#fcd599 #99fcd5 #d599fc

Analogous Colors of #fcd599

#fcd599 #f2fc99 #fca499

Monochromatic Colors of #fcd599

#fcd599

Complementary Color

#fcd599 #99c0fc

#fcd599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd599 Color CSS Codes

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

#fcd599 Text Font Color

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

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


#fcd599 Background Color

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

This div background color is #fcd599


#fcd599 Border Color

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

This div border color is #fcd599


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,213,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcd599; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcd599;
  -webkit-box-shadow: 1px 1px 3px 2px #fcd599;
  box-shadow:         1px 1px 3px 2px #fcd599; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,213,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd599

Related Colors


Comments

No comments written yet.

Please login to write comment.