Color Hex Logo

#eedddd Color Hex

#EEDDDD
(238,221,221)
3 Favorites   0 Comments

Color spaces of #eedddd

RGB 238221221
HSL0.000.330.90
HSV93°
CMYK 0.000.070.07   0.07
XYZ74.167575.110578.9953
Yxy75.11050.32490.3290
Hunter Lab86.66631.09116.6243
CIE-Lab89.44475.81892.0893

#eedddd color RGB value is (238,221,221).

#eedddd hex color red value is 238, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eedddd hue: 0.00 , saturation: 0.33 and the lightness value of eedddd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11011101
Octal 356 335 335
Decimal 238 221 221
Hex EE DD DD

RGB Percentages of Color #eedddd

%35.00
%32.50
%32.50

CMYK Percentages of Color #eedddd

%0
%7
%7
%7

Triadic Colors of #eedddd

#eedddd #ddeedd #ddddee

Analogous Colors of #eedddd

#eedddd #eee6dd #eedde6

Monochromatic Colors of #eedddd

#eedddd

Complementary Color

#eedddd #ddeeee

#eedddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedddd Color CSS Codes

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

#eedddd Text Font Color

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

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


#eedddd Background Color

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

This div background color is #eedddd


#eedddd Border Color

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

This div border color is #eedddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedddd


Comments

No comments written yet.

Please login to write comment.