Color Hex Logo

#e0dfaf Color Hex

#E0DFAF
(224,223,175)
0 Favorites   0 Comments

Color spaces of #e0dfaf

RGB 224223175
HSL0.160.440.78
HSV59°22°88°
CMYK 0.000.000.22   0.12
XYZ64.866071.717850.9816
Yxy71.71780.34580.3824
Hunter Lab84.6864-11.478023.5876
CIE-Lab87.8326-7.341223.7182

#e0dfaf color RGB value is (224,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011111 10101111
Octal 340 337 257
Decimal 224 223 175
Hex E0 DF AF

RGB Percentages of Color #e0dfaf

%36.01
%35.85
%28.14

CMYK Percentages of Color #e0dfaf

%0
%0
%22
%12

Triadic Colors of #e0dfaf

#e0dfaf #afe0df #dfafe0

Analogous Colors of #e0dfaf

#e0dfaf #c9e0af #e0c7af

Monochromatic Colors of #e0dfaf

#e0dfaf

Complementary Color

#e0dfaf #afb0e0

#e0dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dfaf Color CSS Codes

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

#e0dfaf Text Font Color

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

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


#e0dfaf Background Color

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

This div background color is #e0dfaf


#e0dfaf Border Color

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

This div border color is #e0dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dfaf


Comments

No comments written yet.

Please login to write comment.