Color Hex Logo

#eea9bb Color Hex

#EEA9BB
(238,169,187)
0 Favorites   0 Comments

Color spaces of #eea9bb

RGB 238169187
HSL0.960.670.80
HSV344°29°93°
CMYK 0.000.290.21   0.07
XYZ58.417550.140953.6129
Yxy50.14090.36020.3092
Hunter Lab70.810223.34224.6766
CIE-Lab76.155727.89080.9584

#eea9bb color RGB value is (238,169,187).

#eea9bb hex color red value is 238, green value is 169 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eea9bb hue: 0.96 , saturation: 0.67 and the lightness value of eea9bb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 10111011
Octal 356 251 273
Decimal 238 169 187
Hex EE A9 BB

RGB Percentages of Color #eea9bb

%40.07
%28.45
%31.48

CMYK Percentages of Color #eea9bb

%0
%29
%21
%7

Triadic Colors of #eea9bb

#eea9bb #bbeea9 #a9bbee

Analogous Colors of #eea9bb

#eea9bb #eebaa9 #eea9de

Monochromatic Colors of #eea9bb

#eea9bb

Complementary Color

#eea9bb #a9eedc

#eea9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea9bb Color CSS Codes

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

#eea9bb Text Font Color

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

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


#eea9bb Background Color

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

This div background color is #eea9bb


#eea9bb Border Color

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

This div border color is #eea9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea9bb


Comments

No comments written yet.

Please login to write comment.