Color Hex Logo

#eedeed Color Hex

#EEDEED
(238,222,237)
0 Favorites   0 Comments

Color spaces of #eedeed

RGB 238222237
HSL0.840.320.90
HSV304°93°
CMYK 0.000.070.00   0.07
XYZ76.667276.534190.8525
Yxy76.53410.31410.3136
Hunter Lab87.48383.3335-0.3344
CIE-Lab90.10678.0798-5.3452

#eedeed color RGB value is (238,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11101101
Octal 356 336 355
Decimal 238 222 237
Hex EE DE ED

RGB Percentages of Color #eedeed

%34.15
%31.85
%34.00

CMYK Percentages of Color #eedeed

%0
%7
%0
%7

Triadic Colors of #eedeed

#eedeed #edeede #deedee

Analogous Colors of #eedeed

#eedeed #eedee5 #e7deee

Monochromatic Colors of #eedeed

#eedeed

Complementary Color

#eedeed #deeedf

#eedeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedeed Color CSS Codes

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

#eedeed Text Font Color

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

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


#eedeed Background Color

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

This div background color is #eedeed


#eedeed Border Color

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

This div border color is #eedeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedeed

#eedeed Color Palettes


Comments

No comments written yet.

Please login to write comment.