Color Hex Logo

#e8dfae Color Hex

#E8DFAE
(232,223,174)
0 Favorites   0 Comments

Color spaces of #e8dfae

RGB 232223174
HSL0.140.560.80
HSV51°25°91°
CMYK 0.000.040.25   0.09
XYZ67.306472.987250.5849
Yxy72.98720.35260.3824
Hunter Lab85.4325-8.879124.6970
CIE-Lab88.4416-4.513525.1722

#e8dfae color RGB value is (232,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011111 10101110
Octal 350 337 256
Decimal 232 223 174
Hex E8 DF AE

RGB Percentages of Color #e8dfae

%36.88
%35.45
%27.66

CMYK Percentages of Color #e8dfae

%0
%4
%25
%9

Triadic Colors of #e8dfae

#e8dfae #aee8df #dfaee8

Analogous Colors of #e8dfae

#e8dfae #d4e8ae #e8c2ae

Monochromatic Colors of #e8dfae

#e8dfae

Complementary Color

#e8dfae #aeb7e8

#e8dfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dfae Color CSS Codes

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

#e8dfae Text Font Color

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

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


#e8dfae Background Color

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

This div background color is #e8dfae


#e8dfae Border Color

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

This div border color is #e8dfae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,223,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e8dfae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dfae


Comments

No comments written yet.

Please login to write comment.