Color Hex Logo

#eebabb Color Hex

#EEBABB
(238,186,187)
0 Favorites   0 Comments

Color spaces of #eebabb

RGB 238186187
HSL1.000.600.83
HSV359°22°93°
CMYK 0.000.220.21   0.07
XYZ61.788456.882854.7366
Yxy56.88280.35630.3280
Hunter Lab75.420714.24999.7647
CIE-Lab80.113618.85506.6867

#eebabb color RGB value is (238,186,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10111011
Octal 356 272 273
Decimal 238 186 187
Hex EE BA BB

RGB Percentages of Color #eebabb

%38.95
%30.44
%30.61

CMYK Percentages of Color #eebabb

%0
%22
%21
%7

Triadic Colors of #eebabb

#eebabb #bbeeba #babbee

Analogous Colors of #eebabb

#eebabb #eed3ba #eebad5

Monochromatic Colors of #eebabb

#eebabb

Complementary Color

#eebabb #baeeed

#eebabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebabb Color CSS Codes

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

#eebabb Text Font Color

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

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


#eebabb Background Color

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

This div background color is #eebabb


#eebabb Border Color

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

This div border color is #eebabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebabb


Comments

No comments written yet.

Please login to write comment.