Color Hex Logo

#feecd9 Color Hex

#FEECD9
(254,236,217)
0 Favorites   0 Comments

Color spaces of #feecd9

RGB 254236217
HSL0.090.950.92
HSV31°15°100°
CMYK 0.000.070.15   0.00
XYZ83.392986.071577.8638
Yxy86.07150.33720.3480
Hunter Lab92.7747-1.906615.1815
CIE-Lab94.34293.051111.3966

#feecd9 color RGB value is (254,236,217).

#feecd9 hex color red value is 254, green value is 236 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #feecd9 hue: 0.09 , saturation: 0.95 and the lightness value of feecd9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 11011001
Octal 376 354 331
Decimal 254 236 217
Hex FE EC D9

RGB Percentages of Color #feecd9

%35.93
%33.38
%30.69

CMYK Percentages of Color #feecd9

%0
%7
%15
%0

Triadic Colors of #feecd9

#feecd9 #d9feec #ecd9fe

Analogous Colors of #feecd9

#feecd9 #fefed9 #fedad9

Monochromatic Colors of #feecd9

#feecd9

Complementary Color

#feecd9 #d9ebfe

#feecd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feecd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feecd9 Color CSS Codes

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

#feecd9 Text Font Color

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

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


#feecd9 Background Color

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

This div background color is #feecd9


#feecd9 Border Color

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

This div border color is #feecd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feecd9

Related Colors


Comments

No comments written yet.

Please login to write comment.