Color Hex Logo

#feeedc Color Hex

#FEEEDC
(254,238,220)
0 Favorites   0 Comments

Color spaces of #feeedc

RGB 254238220
HSL0.090.940.93
HSV32°13°100°
CMYK 0.000.060.13   0.00
XYZ84.365987.387280.1310
Yxy87.38720.33490.3469
Hunter Lab93.4811-2.497314.6140
CIE-Lab94.90232.494310.6418

#feeedc color RGB value is (254,238,220).

#feeedc hex color red value is 254, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #feeedc hue: 0.09 , saturation: 0.94 and the lightness value of feeedc is 0.93.

The process color (four color CMYK) of #feeedc color hex is 0.00, 0.06, 0.13, 0.00. Web safe color of #feeedc is #ffffcc. Color #feeedc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11011100
Octal 376 356 334
Decimal 254 238 220
Hex FE EE DC

RGB Percentages of Color #feeedc

%35.67
%33.43
%30.90

CMYK Percentages of Color #feeedc

%0
%6
%13
%0

Triadic Colors of #feeedc

#feeedc #dcfeee #eedcfe

Analogous Colors of #feeedc

#feeedc #fdfedc #fedddc

Monochromatic Colors of #feeedc

#feeedc

Complementary Color

#feeedc #dcecfe

#feeedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeedc Color CSS Codes

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

#feeedc Text Font Color

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

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


#feeedc Background Color

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

This div background color is #feeedc


#feeedc Border Color

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

This div border color is #feeedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeedc


Comments

No comments written yet.

Please login to write comment.