Color Hex Logo

#e1dfaf Color Hex

#E1DFAF
(225,223,175)
0 Favorites   0 Comments

Color spaces of #e1dfaf

RGB 225223175
HSL0.160.450.78
HSV58°22°88°
CMYK 0.000.010.22   0.12
XYZ65.176971.878050.9961
Yxy71.87800.34660.3822
Hunter Lab84.7809-11.141323.6834
CIE-Lab87.9098-6.972023.8367

#e1dfaf color RGB value is (225,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011111 10101111
Octal 341 337 257
Decimal 225 223 175
Hex E1 DF AF

RGB Percentages of Color #e1dfaf

%36.12
%35.79
%28.09

CMYK Percentages of Color #e1dfaf

%0
%1
%22
%12

Triadic Colors of #e1dfaf

#e1dfaf #afe1df #dfafe1

Analogous Colors of #e1dfaf

#e1dfaf #cae1af #e1c6af

Monochromatic Colors of #e1dfaf

#e1dfaf

Complementary Color

#e1dfaf #afb1e1

#e1dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dfaf Color CSS Codes

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

#e1dfaf Text Font Color

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

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


#e1dfaf Background Color

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

This div background color is #e1dfaf


#e1dfaf Border Color

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

This div border color is #e1dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dfaf


Comments

No comments written yet.

Please login to write comment.