Color Hex Logo

#eedfdc Color Hex

#EEDFDC
(238,223,220)
0 Favorites   0 Comments

Color spaces of #eedfdc

RGB 238223220
HSL0.030.350.90
HSV10°93°
CMYK 0.000.060.08   0.07
XYZ74.565876.119878.4727
Yxy76.11980.32540.3322
Hunter Lab87.2467-0.12577.7452
CIE-Lab89.91494.61473.2971

#eedfdc color RGB value is (238,223,220).

#eedfdc hex color red value is 238, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eedfdc hue: 0.03 , saturation: 0.35 and the lightness value of eedfdc is 0.90.

The process color (four color CMYK) of #eedfdc color hex is 0.00, 0.06, 0.08, 0.07. Web safe color of #eedfdc is #ffcccc. Color #eedfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11011100
Octal 356 337 334
Decimal 238 223 220
Hex EE DF DC

RGB Percentages of Color #eedfdc

%34.95
%32.75
%32.31

CMYK Percentages of Color #eedfdc

%0
%6
%8
%7

Triadic Colors of #eedfdc

#eedfdc #dceedf #dfdcee

Analogous Colors of #eedfdc

#eedfdc #eee8dc #eedce2

Monochromatic Colors of #eedfdc

#eedfdc

Complementary Color

#eedfdc #dcebee

#eedfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfdc Color CSS Codes

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

#eedfdc Text Font Color

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

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


#eedfdc Background Color

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

This div background color is #eedfdc


#eedfdc Border Color

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

This div border color is #eedfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,223,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 #eedfdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfdc

#eedfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.