Color Hex Logo

#e9dfaf Color Hex

#E9DFAF
(233,223,175)
0 Favorites   0 Comments

Color spaces of #e9dfaf

RGB 233223175
HSL0.140.570.80
HSV50°25°91°
CMYK 0.000.040.25   0.09
XYZ67.729873.194151.1156
Yxy73.19410.35270.3811
Hunter Lab85.5536-8.406424.4635
CIE-Lab88.5402-4.006024.8023

#e9dfaf color RGB value is (233,223,175).

#e9dfaf hex color red value is 233, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e9dfaf hue: 0.14 , saturation: 0.57 and the lightness value of e9dfaf is 0.80.

The process color (four color CMYK) of #e9dfaf color hex is 0.00, 0.04, 0.25, 0.09. Web safe color of #e9dfaf is #ffcc99. Color #e9dfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011111 10101111
Octal 351 337 257
Decimal 233 223 175
Hex E9 DF AF

RGB Percentages of Color #e9dfaf

%36.93
%35.34
%27.73

CMYK Percentages of Color #e9dfaf

%0
%4
%25
%9

Triadic Colors of #e9dfaf

#e9dfaf #afe9df #dfafe9

Analogous Colors of #e9dfaf

#e9dfaf #d6e9af #e9c2af

Monochromatic Colors of #e9dfaf

#e9dfaf

Complementary Color

#e9dfaf #afb9e9

#e9dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dfaf Color CSS Codes

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

#e9dfaf Text Font Color

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

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


#e9dfaf Background Color

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

This div background color is #e9dfaf


#e9dfaf Border Color

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

This div border color is #e9dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dfaf


Comments

No comments written yet.

Please login to write comment.