Color Hex Logo

#e0bcaa Color Hex

#E0BCAA
(224,188,170)
0 Favorites   0 Comments

Color spaces of #e0bcaa

RGB 224188170
HSL0.060.470.77
HSV20°24°88°
CMYK 0.000.160.24   0.12
XYZ55.979454.716045.6410
Yxy54.71600.35810.3500
Hunter Lab73.97035.637715.1962
CIE-Lab78.877410.160813.9024

#e0bcaa color RGB value is (224,188,170).

#e0bcaa hex color red value is 224, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e0bcaa hue: 0.06 , saturation: 0.47 and the lightness value of e0bcaa is 0.77.

The process color (four color CMYK) of #e0bcaa color hex is 0.00, 0.16, 0.24, 0.12. Web safe color of #e0bcaa is #cccc99. Color #e0bcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111100 10101010
Octal 340 274 252
Decimal 224 188 170
Hex E0 BC AA

RGB Percentages of Color #e0bcaa

%38.49
%32.30
%29.21

CMYK Percentages of Color #e0bcaa

%0
%16
%24
%12

Triadic Colors of #e0bcaa

#e0bcaa #aae0bc #bcaae0

Analogous Colors of #e0bcaa

#e0bcaa #e0d7aa #e0aab3

Monochromatic Colors of #e0bcaa

#e0bcaa

Complementary Color

#e0bcaa #aacee0

#e0bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bcaa Color CSS Codes

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

#e0bcaa Text Font Color

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

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


#e0bcaa Background Color

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

This div background color is #e0bcaa


#e0bcaa Border Color

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

This div border color is #e0bcaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,188,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0bcaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0bcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #e0bcaa;
  box-shadow:         1px 1px 3px 2px #e0bcaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,188,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bcaa


Comments

No comments written yet.

Please login to write comment.