Color Hex Logo

#ead49a Color Hex

#EAD49A
(234,212,154)
0 Favorites   0 Comments

Color spaces of #ead49a

RGB 234212154
HSL0.120.660.76
HSV44°34°92°
CMYK 0.000.090.34   0.08
XYZ63.307966.912540.1506
Yxy66.91250.37160.3927
Hunter Lab81.8001-5.002828.1582
CIE-Lab85.4597-0.666731.5114

#ead49a color RGB value is (234,212,154).

#ead49a hex color red value is 234, green value is 212 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ead49a hue: 0.12 , saturation: 0.66 and the lightness value of ead49a is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 10011010
Octal 352 324 232
Decimal 234 212 154
Hex EA D4 9A

RGB Percentages of Color #ead49a

%39.00
%35.33
%25.67

CMYK Percentages of Color #ead49a

%0
%9
%34
%8

Triadic Colors of #ead49a

#ead49a #9aead4 #d49aea

Analogous Colors of #ead49a

#ead49a #d8ea9a #eaac9a

Monochromatic Colors of #ead49a

#ead49a

Complementary Color

#ead49a #9ab0ea

#ead49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead49a Color CSS Codes

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

#ead49a Text Font Color

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

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


#ead49a Background Color

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

This div background color is #ead49a


#ead49a Border Color

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

This div border color is #ead49a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,212,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead49a


Comments

No comments written yet.

Please login to write comment.