Color Hex Logo

#eedee3 Color Hex

#EEDEE3
(238,222,227)
0 Favorites   0 Comments

Color spaces of #eedee3

RGB 238222227
HSL0.950.320.90
HSV341°93°
CMYK 0.000.070.05   0.07
XYZ75.246375.965783.3700
Yxy75.96570.32080.3238
Hunter Lab87.15831.57724.2978
CIE-Lab89.84346.3215-0.4814

#eedee3 color RGB value is (238,222,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11100011
Octal 356 336 343
Decimal 238 222 227
Hex EE DE E3

RGB Percentages of Color #eedee3

%34.64
%32.31
%33.04

CMYK Percentages of Color #eedee3

%0
%7
%5
%7

Triadic Colors of #eedee3

#eedee3 #e3eede #dee3ee

Analogous Colors of #eedee3

#eedee3 #eee1de #eedeeb

Monochromatic Colors of #eedee3

#eedee3

Complementary Color

#eedee3 #deeee9

#eedee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedee3 Color CSS Codes

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

#eedee3 Text Font Color

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

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


#eedee3 Background Color

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

This div background color is #eedee3


#eedee3 Border Color

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

This div border color is #eedee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedee3


Comments

No comments written yet.

Please login to write comment.