Color Hex Logo

#fcead4 Color Hex

#FCEAD4
(252,234,212)
0 Favorites   0 Comments

Color spaces of #fcead4

RGB 252234212
HSL0.090.870.91
HSV33°16°99°
CMYK 0.000.070.16   0.01
XYZ81.451484.294674.2649
Yxy84.29460.33940.3512
Hunter Lab91.8121-2.314316.3100
CIE-Lab93.57832.602912.8774

#fcead4 color RGB value is (252,234,212).

#fcead4 hex color red value is 252, green value is 234 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #fcead4 hue: 0.09 , saturation: 0.87 and the lightness value of fcead4 is 0.91.

The process color (four color CMYK) of #fcead4 color hex is 0.00, 0.07, 0.16, 0.01. Web safe color of #fcead4 is #ffffcc. Color #fcead4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11010100
Octal 374 352 324
Decimal 252 234 212
Hex FC EA D4

RGB Percentages of Color #fcead4

%36.10
%33.52
%30.37

CMYK Percentages of Color #fcead4

%0
%7
%16
%1

Triadic Colors of #fcead4

#fcead4 #d4fcea #ead4fc

Analogous Colors of #fcead4

#fcead4 #fafcd4 #fcd6d4

Monochromatic Colors of #fcead4

#fcead4

Complementary Color

#fcead4 #d4e6fc

#fcead4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcead4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcead4 Color CSS Codes

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

#fcead4 Text Font Color

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

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


#fcead4 Background Color

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

This div background color is #fcead4


#fcead4 Border Color

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

This div border color is #fcead4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcead4


Comments

No comments written yet.

Please login to write comment.