Color Hex Logo

#e0bcae Color Hex

#E0BCAE
(224,188,174)
0 Favorites   0 Comments

Color spaces of #e0bcae

RGB 224188174
HSL0.050.450.78
HSV17°22°88°
CMYK 0.000.160.22   0.12
XYZ56.363754.869747.6646
Yxy54.86970.35470.3453
Hunter Lab74.07416.192813.7004
CIE-Lab78.966210.735111.8753

#e0bcae color RGB value is (224,188,174).

#e0bcae hex color red value is 224, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e0bcae hue: 0.05 , saturation: 0.45 and the lightness value of e0bcae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111100 10101110
Octal 340 274 256
Decimal 224 188 174
Hex E0 BC AE

RGB Percentages of Color #e0bcae

%38.23
%32.08
%29.69

CMYK Percentages of Color #e0bcae

%0
%16
%22
%12

Triadic Colors of #e0bcae

#e0bcae #aee0bc #bcaee0

Analogous Colors of #e0bcae

#e0bcae #e0d5ae #e0aeb9

Monochromatic Colors of #e0bcae

#e0bcae

Complementary Color

#e0bcae #aed2e0

#e0bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bcae Color CSS Codes

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

#e0bcae Text Font Color

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

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


#e0bcae Background Color

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

This div background color is #e0bcae


#e0bcae Border Color

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

This div border color is #e0bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bcae


Comments

No comments written yet.

Please login to write comment.