Color Hex Logo

#fcf5ec Color Hex

#FCF5EC
(252,245,236)
0 Favorites   0 Comments

Color spaces of #fcf5ec

RGB 252245236
HSL0.090.730.96
HSV34°99°
CMYK 0.000.030.06   0.01
XYZ87.937692.056492.4907
Yxy92.05640.32270.3378
Hunter Lab95.9460-4.304610.0074
CIE-Lab96.84340.81535.1447

#fcf5ec color RGB value is (252,245,236).

#fcf5ec hex color red value is 252, green value is 245 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fcf5ec hue: 0.09 , saturation: 0.73 and the lightness value of fcf5ec is 0.96.

The process color (four color CMYK) of #fcf5ec color hex is 0.00, 0.03, 0.06, 0.01. Web safe color of #fcf5ec is #ffffff. Color #fcf5ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110101 11101100
Octal 374 365 354
Decimal 252 245 236
Hex FC F5 EC

RGB Percentages of Color #fcf5ec

%34.38
%33.42
%32.20

CMYK Percentages of Color #fcf5ec

%0
%3
%6
%1

Triadic Colors of #fcf5ec

#fcf5ec #ecfcf5 #f5ecfc

Analogous Colors of #fcf5ec

#fcf5ec #fbfcec #fcedec

Monochromatic Colors of #fcf5ec

#fcf5ec

Complementary Color

#fcf5ec #ecf3fc

#fcf5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf5ec Color CSS Codes

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

#fcf5ec Text Font Color

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

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


#fcf5ec Background Color

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

This div background color is #fcf5ec


#fcf5ec Border Color

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

This div border color is #fcf5ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf5ec


Comments

No comments written yet.

Please login to write comment.