Color Hex Logo

#eedee0 Color Hex

#EEDEE0
(238,222,224)
0 Favorites   0 Comments

Color spaces of #eedee0

RGB 238222224
HSL0.980.320.90
HSV353°93°
CMYK 0.000.070.06   0.07
XYZ74.835775.801581.2079
Yxy75.80150.32280.3269
Hunter Lab87.06411.06715.6428
CIE-Lab89.76715.80760.9826

#eedee0 color RGB value is (238,222,224).

#eedee0 hex color red value is 238, green value is 222 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #eedee0 hue: 0.98 , saturation: 0.32 and the lightness value of eedee0 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11100000
Octal 356 336 340
Decimal 238 222 224
Hex EE DE E0

RGB Percentages of Color #eedee0

%34.80
%32.46
%32.75

CMYK Percentages of Color #eedee0

%0
%7
%6
%7

Triadic Colors of #eedee0

#eedee0 #e0eede #dee0ee

Analogous Colors of #eedee0

#eedee0 #eee4de #eedee8

Monochromatic Colors of #eedee0

#eedee0

Complementary Color

#eedee0 #deeeec

#eedee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedee0 Color CSS Codes

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

#eedee0 Text Font Color

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

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


#eedee0 Background Color

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

This div background color is #eedee0


#eedee0 Border Color

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

This div border color is #eedee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedee0


Comments

No comments written yet.

Please login to write comment.