Color Hex Logo

#e5bacb Color Hex

#E5BACB
(229,186,203)
0 Favorites   0 Comments

Color spaces of #e5bacb

RGB 229186203
HSL0.930.450.81
HSV336°19°90°
CMYK 0.000.190.11   0.10
XYZ60.651556.087664.1292
Yxy56.08760.33530.3101
Hunter Lab74.891713.49901.6545
CIE-Lab79.663618.1216-2.7095

#e5bacb color RGB value is (229,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111010 11001011
Octal 345 272 313
Decimal 229 186 203
Hex E5 BA CB

RGB Percentages of Color #e5bacb

%37.06
%30.10
%32.85

CMYK Percentages of Color #e5bacb

%0
%19
%11
%10

Triadic Colors of #e5bacb

#e5bacb #cbe5ba #bacbe5

Analogous Colors of #e5bacb

#e5bacb #e5bfba #e5bae1

Monochromatic Colors of #e5bacb

#e5bacb

Complementary Color

#e5bacb #bae5d4

#e5bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bacb Color CSS Codes

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

#e5bacb Text Font Color

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

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


#e5bacb Background Color

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

This div background color is #e5bacb


#e5bacb Border Color

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

This div border color is #e5bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bacb


Comments

No comments written yet.

Please login to write comment.