Color Hex Logo

#eeded2 Color Hex

#EEDED2
(238,222,210)
2 Favorites   0 Comments

Color spaces of #eeded2

RGB 238222210
HSL0.070.450.88
HSV26°12°93°
CMYK 0.000.070.12   0.07
XYZ73.014075.072871.6150
Yxy75.07280.33230.3417
Hunter Lab86.6446-1.208911.6458
CIE-Lab89.42713.49607.8394

#eeded2 color RGB value is (238,222,210).

#eeded2 hex color red value is 238, green value is 222 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #eeded2 hue: 0.07 , saturation: 0.45 and the lightness value of eeded2 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11010010
Octal 356 336 322
Decimal 238 222 210
Hex EE DE D2

RGB Percentages of Color #eeded2

%35.52
%33.13
%31.34

CMYK Percentages of Color #eeded2

%0
%7
%12
%7

Triadic Colors of #eeded2

#eeded2 #d2eede #ded2ee

Analogous Colors of #eeded2

#eeded2 #eeecd2 #eed2d4

Monochromatic Colors of #eeded2

#eeded2

Complementary Color

#eeded2 #d2e2ee

#eeded2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeded2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeded2 Color CSS Codes

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

#eeded2 Text Font Color

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

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


#eeded2 Background Color

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

This div background color is #eeded2


#eeded2 Border Color

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

This div border color is #eeded2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeded2

#eeded2 Color Palettes


Comments

No comments written yet.

Please login to write comment.