Color Hex Logo

#fcd08e Color Hex

#FCD08E
(252,208,142)
0 Favorites   0 Comments

Color spaces of #fcd08e

RGB 252208142
HSL0.100.950.77
HSV36°44°99°
CMYK 0.000.170.44   0.01
XYZ67.583267.760235.1082
Yxy67.76020.39650.3975
Hunter Lab82.31662.497332.3343
CIE-Lab85.88647.110438.5214

#fcd08e color RGB value is (252,208,142).

#fcd08e hex color red value is 252, green value is 208 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fcd08e hue: 0.10 , saturation: 0.95 and the lightness value of fcd08e is 0.77.

The process color (four color CMYK) of #fcd08e color hex is 0.00, 0.17, 0.44, 0.01. Web safe color of #fcd08e is #ffcc99. Color #fcd08e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 10001110
Octal 374 320 216
Decimal 252 208 142
Hex FC D0 8E

RGB Percentages of Color #fcd08e

%41.86
%34.55
%23.59

CMYK Percentages of Color #fcd08e

%0
%17
%44
%1

Triadic Colors of #fcd08e

#fcd08e #8efcd0 #d08efc

Analogous Colors of #fcd08e

#fcd08e #f1fc8e #fc998e

Monochromatic Colors of #fcd08e

#fcd08e

Complementary Color

#fcd08e #8ebafc

#fcd08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd08e Color CSS Codes

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

#fcd08e Text Font Color

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

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


#fcd08e Background Color

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

This div background color is #fcd08e


#fcd08e Border Color

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

This div border color is #fcd08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd08e


Comments

No comments written yet.

Please login to write comment.