Color Hex Logo

#e9bacc Color Hex

#E9BACC
(233,186,204)
0 Favorites   0 Comments

Color spaces of #e9bacc

RGB 233186204
HSL0.940.520.82
HSV337°20°91°
CMYK 0.000.200.12   0.09
XYZ62.062356.801164.8194
Yxy56.80110.33790.3092
Hunter Lab75.366515.09861.7638
CIE-Lab80.067619.6925-2.6123

#e9bacc color RGB value is (233,186,204).

#e9bacc hex color red value is 233, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e9bacc hue: 0.94 , saturation: 0.52 and the lightness value of e9bacc is 0.82.

The process color (four color CMYK) of #e9bacc color hex is 0.00, 0.20, 0.12, 0.09. Web safe color of #e9bacc is #ffcccc. Color #e9bacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111010 11001100
Octal 351 272 314
Decimal 233 186 204
Hex E9 BA CC

RGB Percentages of Color #e9bacc

%37.40
%29.86
%32.74

CMYK Percentages of Color #e9bacc

%0
%20
%12
%9

Triadic Colors of #e9bacc

#e9bacc #cce9ba #bacce9

Analogous Colors of #e9bacc

#e9bacc #e9c0ba #e9bae4

Monochromatic Colors of #e9bacc

#e9bacc

Complementary Color

#e9bacc #bae9d7

#e9bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bacc Color CSS Codes

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

#e9bacc Text Font Color

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

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


#e9bacc Background Color

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

This div background color is #e9bacc


#e9bacc Border Color

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

This div border color is #e9bacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,186,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bacc


Comments

No comments written yet.

Please login to write comment.