Color Hex Logo

#eebbbb Color Hex

#EEBBBB
(238,187,187)
1 Favorites   0 Comments

Color spaces of #eebbbb

RGB 238187187
HSL0.000.600.83
HSV21°93°
CMYK 0.000.210.21   0.07
XYZ61.999957.305654.8071
Yxy57.30560.35610.3291
Hunter Lab75.700513.718610.0644
CIE-Lab80.351218.32487.0281

#eebbbb color RGB value is (238,187,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 10111011
Octal 356 273 273
Decimal 238 187 187
Hex EE BB BB

RGB Percentages of Color #eebbbb

%38.89
%30.56
%30.56

CMYK Percentages of Color #eebbbb

%0
%21
%21
%7

Triadic Colors of #eebbbb

#eebbbb #bbeebb #bbbbee

Analogous Colors of #eebbbb

#eebbbb #eed5bb #eebbd5

Monochromatic Colors of #eebbbb

#eebbbb

Complementary Color

#eebbbb #bbeeee

#eebbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebbbb Color CSS Codes

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

#eebbbb Text Font Color

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

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


#eebbbb Background Color

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

This div background color is #eebbbb


#eebbbb Border Color

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

This div border color is #eebbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebbbb


Comments

No comments written yet.

Please login to write comment.