Color Hex Logo

#ead5ae Color Hex

#EAD5AE
(234,213,174)
0 Favorites   0 Comments

Color spaces of #ead5ae

RGB 234213174
HSL0.110.590.80
HSV39°26°92°
CMYK 0.000.090.26   0.08
XYZ65.365968.136949.7510
Yxy68.13690.35670.3718
Hunter Lab82.5451-3.103122.0467
CIE-Lab86.07491.363221.9474

#ead5ae color RGB value is (234,213,174).

#ead5ae hex color red value is 234, green value is 213 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ead5ae hue: 0.11 , saturation: 0.59 and the lightness value of ead5ae is 0.80.

The process color (four color CMYK) of #ead5ae color hex is 0.00, 0.09, 0.26, 0.08. Web safe color of #ead5ae is #ffcc99. Color #ead5ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 10101110
Octal 352 325 256
Decimal 234 213 174
Hex EA D5 AE

RGB Percentages of Color #ead5ae

%37.68
%34.30
%28.02

CMYK Percentages of Color #ead5ae

%0
%9
%26
%8

Triadic Colors of #ead5ae

#ead5ae #aeead5 #d5aeea

Analogous Colors of #ead5ae

#ead5ae #e1eaae #eab7ae

Monochromatic Colors of #ead5ae

#ead5ae

Complementary Color

#ead5ae #aec3ea

#ead5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead5ae Color CSS Codes

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

#ead5ae Text Font Color

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

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


#ead5ae Background Color

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

This div background color is #ead5ae


#ead5ae Border Color

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

This div border color is #ead5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead5ae


Comments

No comments written yet.

Please login to write comment.