Color Hex Logo

#eedee6 Color Hex

#EEDEE6
(238,222,230)
0 Favorites   0 Comments

Color spaces of #eedee6

RGB 238222230
HSL0.920.320.90
HSV330°93°
CMYK 0.000.070.03   0.07
XYZ75.664176.132985.5701
Yxy76.13290.31880.3207
Hunter Lab87.25422.09482.9323
CIE-Lab89.92106.8416-1.9431

#eedee6 color RGB value is (238,222,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11100110
Octal 356 336 346
Decimal 238 222 230
Hex EE DE E6

RGB Percentages of Color #eedee6

%34.49
%32.17
%33.33

CMYK Percentages of Color #eedee6

%0
%7
%3
%7

Triadic Colors of #eedee6

#eedee6 #e6eede #dee6ee

Analogous Colors of #eedee6

#eedee6 #eedede #eedeee

Monochromatic Colors of #eedee6

#eedee6

Complementary Color

#eedee6 #deeee6

#eedee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedee6 Color CSS Codes

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

#eedee6 Text Font Color

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

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


#eedee6 Background Color

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

This div background color is #eedee6


#eedee6 Border Color

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

This div border color is #eedee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedee6


Comments

No comments written yet.

Please login to write comment.