Color Hex Logo

#e5bacc Color Hex

#E5BACC
(229,186,204)
0 Favorites   0 Comments

Color spaces of #e5bacc

RGB 229186204
HSL0.930.450.81
HSV335°19°90°
CMYK 0.000.190.11   0.10
XYZ60.771156.135564.7590
Yxy56.13550.33450.3090
Hunter Lab74.923613.66631.2002
CIE-Lab79.690918.2870-3.2095

#e5bacc color RGB value is (229,186,204).

#e5bacc hex color red value is 229, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e5bacc hue: 0.93 , saturation: 0.45 and the lightness value of e5bacc is 0.81.

The process color (four color CMYK) of #e5bacc color hex is 0.00, 0.19, 0.11, 0.10. Web safe color of #e5bacc is #cccccc. Color #e5bacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111010 11001100
Octal 345 272 314
Decimal 229 186 204
Hex E5 BA CC

RGB Percentages of Color #e5bacc

%37.00
%30.05
%32.96

CMYK Percentages of Color #e5bacc

%0
%19
%11
%10

Triadic Colors of #e5bacc

#e5bacc #cce5ba #bacce5

Analogous Colors of #e5bacc

#e5bacc #e5beba #e5bae2

Monochromatic Colors of #e5bacc

#e5bacc

Complementary Color

#e5bacc #bae5d3

#e5bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bacc Color CSS Codes

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

#e5bacc Text Font Color

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

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


#e5bacc Background Color

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

This div background color is #e5bacc


#e5bacc Border Color

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

This div border color is #e5bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bacc


Comments

No comments written yet.

Please login to write comment.