Color Hex Logo

#eebbed Color Hex

#EEBBED
(238,187,237)
0 Favorites   0 Comments

Color spaces of #eebbed

RGB 238187237
HSL0.840.600.83
HSV301°21°93°
CMYK 0.000.210.00   0.07
XYZ68.316359.832288.0689
Yxy59.83220.31600.2767
Hunter Lab77.351322.2857-13.3592
CIE-Lab81.746926.5609-17.8158

#eebbed color RGB value is (238,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 11101101
Octal 356 273 355
Decimal 238 187 237
Hex EE BB ED

RGB Percentages of Color #eebbed

%35.95
%28.25
%35.80

CMYK Percentages of Color #eebbed

%0
%21
%0
%7

Triadic Colors of #eebbed

#eebbed #edeebb #bbedee

Analogous Colors of #eebbed

#eebbed #eebbd4 #d6bbee

Monochromatic Colors of #eebbed

#eebbed

Complementary Color

#eebbed #bbeebc

#eebbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebbed Color CSS Codes

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

#eebbed Text Font Color

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

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


#eebbed Background Color

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

This div background color is #eebbed


#eebbed Border Color

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

This div border color is #eebbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebbed


Comments

No comments written yet.

Please login to write comment.