Color Hex Logo

#fcd78e Color Hex

#FCD78E
(252,215,142)
0 Favorites   0 Comments

Color spaces of #fcd78e

RGB 252215142
HSL0.110.950.77
HSV40°44°99°
CMYK 0.000.150.44   0.01
XYZ69.327871.249335.6897
Yxy71.24930.39330.4042
Hunter Lab84.4093-1.109134.0177
CIE-Lab87.60603.505940.7331

#fcd78e color RGB value is (252,215,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 10001110
Octal 374 327 216
Decimal 252 215 142
Hex FC D7 8E

RGB Percentages of Color #fcd78e

%41.38
%35.30
%23.32

CMYK Percentages of Color #fcd78e

%0
%15
%44
%1

Triadic Colors of #fcd78e

#fcd78e #8efcd7 #d78efc

Analogous Colors of #fcd78e

#fcd78e #eafc8e #fca08e

Monochromatic Colors of #fcd78e

#fcd78e

Complementary Color

#fcd78e #8eb3fc

#fcd78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd78e Color CSS Codes

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

#fcd78e Text Font Color

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

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


#fcd78e Background Color

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

This div background color is #fcd78e


#fcd78e Border Color

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

This div border color is #fcd78e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,215,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 #fcd78e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd78e


Comments

No comments written yet.

Please login to write comment.