Color Hex Logo

#e9acbb Color Hex

#E9ACBB
(233,172,187)
0 Favorites   0 Comments

Color spaces of #e9acbb

RGB 233172187
HSL0.960.580.79
HSV345°26°91°
CMYK 0.000.260.20   0.09
XYZ57.326450.416553.7236
Yxy50.41650.35500.3122
Hunter Lab71.004619.85614.8431
CIE-Lab76.324224.50101.1404

#e9acbb color RGB value is (233,172,187).

#e9acbb hex color red value is 233, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e9acbb hue: 0.96 , saturation: 0.58 and the lightness value of e9acbb is 0.79.

The process color (four color CMYK) of #e9acbb color hex is 0.00, 0.26, 0.20, 0.09. Web safe color of #e9acbb is #ff99cc. Color #e9acbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101100 10111011
Octal 351 254 273
Decimal 233 172 187
Hex E9 AC BB

RGB Percentages of Color #e9acbb

%39.36
%29.05
%31.59

CMYK Percentages of Color #e9acbb

%0
%26
%20
%9

Triadic Colors of #e9acbb

#e9acbb #bbe9ac #acbbe9

Analogous Colors of #e9acbb

#e9acbb #e9bcac #e9acda

Monochromatic Colors of #e9acbb

#e9acbb

Complementary Color

#e9acbb #ace9da

#e9acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9acbb Color CSS Codes

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

#e9acbb Text Font Color

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

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


#e9acbb Background Color

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

This div background color is #e9acbb


#e9acbb Border Color

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

This div border color is #e9acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9acbb

#e9acbb Color Palettes


Comments

No comments written yet.

Please login to write comment.