Color Hex Logo

#eebaed Color Hex

#EEBAED
(238,186,237)
0 Favorites   0 Comments

Color spaces of #eebaed

RGB 238186237
HSL0.840.600.83
HSV301°22°93°
CMYK 0.000.220.00   0.07
XYZ68.104959.409487.9984
Yxy59.40940.31600.2757
Hunter Lab77.077522.8352-13.7364
CIE-Lab81.516127.0932-18.1639

#eebaed color RGB value is (238,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11101101
Octal 356 272 355
Decimal 238 186 237
Hex EE BA ED

RGB Percentages of Color #eebaed

%36.01
%28.14
%35.85

CMYK Percentages of Color #eebaed

%0
%22
%0
%7

Triadic Colors of #eebaed

#eebaed #edeeba #baedee

Analogous Colors of #eebaed

#eebaed #eebad3 #d5baee

Monochromatic Colors of #eebaed

#eebaed

Complementary Color

#eebaed #baeebb

#eebaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaed Color CSS Codes

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

#eebaed Text Font Color

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

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


#eebaed Background Color

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

This div background color is #eebaed


#eebaed Border Color

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

This div border color is #eebaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,186,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 #eebaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaed


Comments

No comments written yet.

Please login to write comment.