Color Hex Logo

#e7deaf Color Hex

#E7DEAF
(231,222,175)
0 Favorites   0 Comments

Color spaces of #e7deaf

RGB 231222175
HSL0.140.540.80
HSV50°24°91°
CMYK 0.000.040.24   0.09
XYZ66.814172.326650.9964
Yxy72.32660.35140.3804
Hunter Lab85.0450-8.593523.9789
CIE-Lab88.1256-4.240524.2083

#e7deaf color RGB value is (231,222,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011110 10101111
Octal 347 336 257
Decimal 231 222 175
Hex E7 DE AF

RGB Percentages of Color #e7deaf

%36.78
%35.35
%27.87

CMYK Percentages of Color #e7deaf

%0
%4
%24
%9

Triadic Colors of #e7deaf

#e7deaf #afe7de #deafe7

Analogous Colors of #e7deaf

#e7deaf #d4e7af #e7c2af

Monochromatic Colors of #e7deaf

#e7deaf

Complementary Color

#e7deaf #afb8e7

#e7deaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7deaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7deaf Color CSS Codes

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

#e7deaf Text Font Color

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

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


#e7deaf Background Color

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

This div background color is #e7deaf


#e7deaf Border Color

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

This div border color is #e7deaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7deaf


Comments

No comments written yet.

Please login to write comment.