Color Hex Logo

#fee6cd Color Hex

#FEE6CD
(254,230,205)
0 Favorites   0 Comments

Color spaces of #fee6cd

RGB 254230205
HSL0.090.960.90
HSV31°19°100°
CMYK 0.000.090.19   0.00
XYZ80.189382.072269.3727
Yxy82.07220.34620.3543
Hunter Lab90.5937-0.539218.0139
CIE-Lab92.60674.325015.1561

#fee6cd color RGB value is (254,230,205).

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

The process color (four color CMYK) of #fee6cd color hex is 0.00, 0.09, 0.19, 0.00. Web safe color of #fee6cd is #ffffcc. Color #fee6cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 11001101
Octal 376 346 315
Decimal 254 230 205
Hex FE E6 CD

RGB Percentages of Color #fee6cd

%36.87
%33.38
%29.75

CMYK Percentages of Color #fee6cd

%0
%9
%19
%0

Triadic Colors of #fee6cd

#fee6cd #cdfee6 #e6cdfe

Analogous Colors of #fee6cd

#fee6cd #fefecd #fececd

Monochromatic Colors of #fee6cd

#fee6cd

Complementary Color

#fee6cd #cde5fe

#fee6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee6cd Color CSS Codes

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

#fee6cd Text Font Color

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

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


#fee6cd Background Color

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

This div background color is #fee6cd


#fee6cd Border Color

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

This div border color is #fee6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee6cd

Related Colors

#fee6cd Color Palettes


Comments

No comments written yet.

Please login to write comment.