Color Hex Logo

#e0cbaf Color Hex

#E0CBAF
(224,203,175)
0 Favorites   0 Comments

Color spaces of #e0cbaf

RGB 224203175
HSL0.100.440.78
HSV34°22°88°
CMYK 0.000.090.22   0.12
XYZ59.834361.654349.3043
Yxy61.65430.35030.3610
Hunter Lab78.5203-1.389217.7349
CIE-Lab82.72922.965716.6416

#e0cbaf color RGB value is (224,203,175).

#e0cbaf hex color red value is 224, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e0cbaf hue: 0.10 , saturation: 0.44 and the lightness value of e0cbaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001011 10101111
Octal 340 313 257
Decimal 224 203 175
Hex E0 CB AF

RGB Percentages of Color #e0cbaf

%37.21
%33.72
%29.07

CMYK Percentages of Color #e0cbaf

%0
%9
%22
%12

Triadic Colors of #e0cbaf

#e0cbaf #afe0cb #cbafe0

Analogous Colors of #e0cbaf

#e0cbaf #dde0af #e0b3af

Monochromatic Colors of #e0cbaf

#e0cbaf

Complementary Color

#e0cbaf #afc4e0

#e0cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cbaf Color CSS Codes

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

#e0cbaf Text Font Color

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

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


#e0cbaf Background Color

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

This div background color is #e0cbaf


#e0cbaf Border Color

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

This div border color is #e0cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cbaf


Comments

No comments written yet.

Please login to write comment.