Color Hex Logo

#eebed9 Color Hex

#EEBED9
(238,190,217)
0 Favorites   0 Comments

Color spaces of #eebed9

RGB 238190217
HSL0.910.590.84
HSV326°20°93°
CMYK 0.000.200.09   0.07
XYZ66.197760.013873.7405
Yxy60.01380.33110.3001
Hunter Lab77.468616.9601-2.2087
CIE-Lab81.845721.4565-6.9359

#eebed9 color RGB value is (238,190,217).

#eebed9 hex color red value is 238, green value is 190 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #eebed9 hue: 0.91 , saturation: 0.59 and the lightness value of eebed9 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 11011001
Octal 356 276 331
Decimal 238 190 217
Hex EE BE D9

RGB Percentages of Color #eebed9

%36.90
%29.46
%33.64

CMYK Percentages of Color #eebed9

%0
%20
%9
%7

Triadic Colors of #eebed9

#eebed9 #d9eebe #bed9ee

Analogous Colors of #eebed9

#eebed9 #eebec1 #ebbeee

Monochromatic Colors of #eebed9

#eebed9

Complementary Color

#eebed9 #beeed3

#eebed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebed9 Color CSS Codes

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

#eebed9 Text Font Color

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

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


#eebed9 Background Color

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

This div background color is #eebed9


#eebed9 Border Color

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

This div border color is #eebed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebed9


Comments

No comments written yet.

Please login to write comment.