Color Hex Logo

#eebebb Color Hex

#EEBEBB
(238,190,187)
0 Favorites   0 Comments

Color spaces of #eebebb

RGB 238190187
HSL0.010.600.83
HSV21°93°
CMYK 0.000.200.21   0.07
XYZ62.643058.591955.0214
Yxy58.59190.35540.3324
Hunter Lab76.545312.126110.9636
CIE-Lab81.066816.73458.0547

#eebebb color RGB value is (238,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 10111011
Octal 356 276 273
Decimal 238 190 187
Hex EE BE BB

RGB Percentages of Color #eebebb

%38.70
%30.89
%30.41

CMYK Percentages of Color #eebebb

%0
%20
%21
%7

Triadic Colors of #eebebb

#eebebb #bbeebe #bebbee

Analogous Colors of #eebebb

#eebebb #eed8bb #eebbd2

Monochromatic Colors of #eebebb

#eebebb

Complementary Color

#eebebb #bbebee

#eebebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebebb Color CSS Codes

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

#eebebb Text Font Color

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

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


#eebebb Background Color

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

This div background color is #eebebb


#eebebb Border Color

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

This div border color is #eebebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebebb


Comments

No comments written yet.

Please login to write comment.