Color Hex Logo

#eedbe9 Color Hex

#EEDBE9
(238,219,233)
0 Favorites   0 Comments

Color spaces of #eedbe9

RGB 238219233
HSL0.880.360.90
HSV316°93°
CMYK 0.000.080.02   0.07
XYZ75.299474.723487.5451
Yxy74.72340.31700.3145
Hunter Lab86.44274.21490.4638
CIE-Lab89.26338.9309-4.4863

#eedbe9 color RGB value is (238,219,233).

#eedbe9 hex color red value is 238, green value is 219 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #eedbe9 hue: 0.88 , saturation: 0.36 and the lightness value of eedbe9 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11101001
Octal 356 333 351
Decimal 238 219 233
Hex EE DB E9

RGB Percentages of Color #eedbe9

%34.49
%31.74
%33.77

CMYK Percentages of Color #eedbe9

%0
%8
%2
%7

Triadic Colors of #eedbe9

#eedbe9 #e9eedb #dbe9ee

Analogous Colors of #eedbe9

#eedbe9 #eedbe0 #eadbee

Monochromatic Colors of #eedbe9

#eedbe9

Complementary Color

#eedbe9 #dbeee0

#eedbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbe9 Color CSS Codes

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

#eedbe9 Text Font Color

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

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


#eedbe9 Background Color

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

This div background color is #eedbe9


#eedbe9 Border Color

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

This div border color is #eedbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbe9


Comments

No comments written yet.

Please login to write comment.