Color Hex Logo

#e3baca Color Hex

#E3BACA
(227,186,202)
0 Favorites   0 Comments

Color spaces of #e3baca

RGB 227186202
HSL0.930.420.81
HSV337°18°89°
CMYK 0.000.180.11   0.11
XYZ59.898155.713063.4738
Yxy55.71300.33450.3111
Hunter Lab74.641112.62091.8294
CIE-Lab79.450217.2518-2.5044

#e3baca color RGB value is (227,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111010 11001010
Octal 343 272 312
Decimal 227 186 202
Hex E3 BA CA

RGB Percentages of Color #e3baca

%36.91
%30.24
%32.85

CMYK Percentages of Color #e3baca

%0
%18
%11
%11

Triadic Colors of #e3baca

#e3baca #cae3ba #bacae3

Analogous Colors of #e3baca

#e3baca #e3bfba #e3badf

Monochromatic Colors of #e3baca

#e3baca

Complementary Color

#e3baca #bae3d3

#e3baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3baca Color CSS Codes

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

#e3baca Text Font Color

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

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


#e3baca Background Color

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

This div background color is #e3baca


#e3baca Border Color

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

This div border color is #e3baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3baca


Comments

No comments written yet.

Please login to write comment.