Color Hex Logo

#fee5cf Color Hex

#FEE5CF
(254,229,207)
0 Favorites   0 Comments

Color spaces of #fee5cf

RGB 254229207
HSL0.080.960.90
HSV28°19°100°
CMYK 0.000.100.19   0.00
XYZ80.154881.614470.5600
Yxy81.61440.34500.3513
Hunter Lab90.34070.278016.9304
CIE-Lab92.40445.129313.8311

#fee5cf color RGB value is (254,229,207).

#fee5cf hex color red value is 254, green value is 229 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fee5cf hue: 0.08 , saturation: 0.96 and the lightness value of fee5cf is 0.90.

The process color (four color CMYK) of #fee5cf color hex is 0.00, 0.10, 0.19, 0.00. Web safe color of #fee5cf is #ffcccc. Color #fee5cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 11001111
Octal 376 345 317
Decimal 254 229 207
Hex FE E5 CF

RGB Percentages of Color #fee5cf

%36.81
%33.19
%30.00

CMYK Percentages of Color #fee5cf

%0
%10
%19
%0

Triadic Colors of #fee5cf

#fee5cf #cffee5 #e5cffe

Analogous Colors of #fee5cf

#fee5cf #fefdcf #fecfd1

Monochromatic Colors of #fee5cf

#fee5cf

Complementary Color

#fee5cf #cfe8fe

#fee5cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee5cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee5cf Color CSS Codes

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

#fee5cf Text Font Color

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

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


#fee5cf Background Color

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

This div background color is #fee5cf


#fee5cf Border Color

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

This div border color is #fee5cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,229,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fee5cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fee5cf;
  -webkit-box-shadow: 1px 1px 3px 2px #fee5cf;
  box-shadow:         1px 1px 3px 2px #fee5cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,229,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee5cf


Comments

No comments written yet.

Please login to write comment.