Color Hex Logo

#e8daaf Color Hex

#E8DAAF
(232,218,175)
0 Favorites   0 Comments

Color spaces of #e8daaf

RGB 232218175
HSL0.130.550.80
HSV45°25°91°
CMYK 0.000.060.25   0.09
XYZ66.088070.393850.6616
Yxy70.39380.35310.3761
Hunter Lab83.9010-6.224122.9299
CIE-Lab87.1896-1.822722.9353

#e8daaf color RGB value is (232,218,175).

#e8daaf hex color red value is 232, green value is 218 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e8daaf hue: 0.13 , saturation: 0.55 and the lightness value of e8daaf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011010 10101111
Octal 350 332 257
Decimal 232 218 175
Hex E8 DA AF

RGB Percentages of Color #e8daaf

%37.12
%34.88
%28.00

CMYK Percentages of Color #e8daaf

%0
%6
%25
%9

Triadic Colors of #e8daaf

#e8daaf #afe8da #daafe8

Analogous Colors of #e8daaf

#e8daaf #dae8af #e8beaf

Monochromatic Colors of #e8daaf

#e8daaf

Complementary Color

#e8daaf #afbde8

#e8daaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8daaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8daaf Color CSS Codes

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

#e8daaf Text Font Color

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

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


#e8daaf Background Color

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

This div background color is #e8daaf


#e8daaf Border Color

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

This div border color is #e8daaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8daaf


Comments

No comments written yet.

Please login to write comment.