Color Hex Logo

#e5dfaa Color Hex

#E5DFAA
(229,223,170)
0 Favorites   0 Comments

Color spaces of #e5dfaa

RGB 229223170
HSL0.150.530.78
HSV54°26°90°
CMYK 0.000.030.26   0.10
XYZ65.956572.335648.5161
Yxy72.33560.35310.3872
Hunter Lab85.0503-10.411425.7139
CIE-Lab88.1299-6.169426.7758

#e5dfaa color RGB value is (229,223,170).

#e5dfaa hex color red value is 229, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e5dfaa hue: 0.15 , saturation: 0.53 and the lightness value of e5dfaa is 0.78.

The process color (four color CMYK) of #e5dfaa color hex is 0.00, 0.03, 0.26, 0.10. Web safe color of #e5dfaa is #cccc99. Color #e5dfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011111 10101010
Octal 345 337 252
Decimal 229 223 170
Hex E5 DF AA

RGB Percentages of Color #e5dfaa

%36.82
%35.85
%27.33

CMYK Percentages of Color #e5dfaa

%0
%3
%26
%10

Triadic Colors of #e5dfaa

#e5dfaa #aae5df #dfaae5

Analogous Colors of #e5dfaa

#e5dfaa #cee5aa #e5c2aa

Monochromatic Colors of #e5dfaa

#e5dfaa

Complementary Color

#e5dfaa #aab0e5

#e5dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dfaa Color CSS Codes

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

#e5dfaa Text Font Color

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

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


#e5dfaa Background Color

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

This div background color is #e5dfaa


#e5dfaa Border Color

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

This div border color is #e5dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dfaa


Comments

No comments written yet.

Please login to write comment.