Color Hex Logo

#e2baca Color Hex

#E2BACA
(226,186,202)
0 Favorites   0 Comments

Color spaces of #e2baca

RGB 226186202
HSL0.930.410.81
HSV336°18°89°
CMYK 0.000.180.11   0.11
XYZ59.583655.550863.4591
Yxy55.55080.33360.3110
Hunter Lab74.532412.26691.6914
CIE-Lab79.357516.8999-2.6514

#e2baca color RGB value is (226,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111010 11001010
Octal 342 272 312
Decimal 226 186 202
Hex E2 BA CA

RGB Percentages of Color #e2baca

%36.81
%30.29
%32.90

CMYK Percentages of Color #e2baca

%0
%18
%11
%11

Triadic Colors of #e2baca

#e2baca #cae2ba #bacae2

Analogous Colors of #e2baca

#e2baca #e2beba #e2bade

Monochromatic Colors of #e2baca

#e2baca

Complementary Color

#e2baca #bae2d2

#e2baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2baca Color CSS Codes

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

#e2baca Text Font Color

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

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


#e2baca Background Color

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

This div background color is #e2baca


#e2baca Border Color

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

This div border color is #e2baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2baca


Comments

No comments written yet.

Please login to write comment.