Color Hex Logo

#e8baca Color Hex

#E8BACA
(232,186,202)
0 Favorites   0 Comments

Color spaces of #e8baca

RGB 232186202
HSL0.940.500.82
HSV339°20°91°
CMYK 0.000.200.13   0.09
XYZ61.498356.537963.5487
Yxy56.53790.33870.3114
Hunter Lab75.191714.40742.5249
CIE-Lab79.919019.0151-1.7619

#e8baca color RGB value is (232,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111010 11001010
Octal 350 272 312
Decimal 232 186 202
Hex E8 BA CA

RGB Percentages of Color #e8baca

%37.42
%30.00
%32.58

CMYK Percentages of Color #e8baca

%0
%20
%13
%9

Triadic Colors of #e8baca

#e8baca #cae8ba #bacae8

Analogous Colors of #e8baca

#e8baca #e8c1ba #e8bae1

Monochromatic Colors of #e8baca

#e8baca

Complementary Color

#e8baca #bae8d8

#e8baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8baca Color CSS Codes

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

#e8baca Text Font Color

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

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


#e8baca Background Color

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

This div background color is #e8baca


#e8baca Border Color

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

This div border color is #e8baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8baca


Comments

No comments written yet.

Please login to write comment.