Color Hex Logo

#ead89a Color Hex

#EAD89A
(234,216,154)
0 Favorites   0 Comments

Color spaces of #ead89a

RGB 234216154
HSL0.130.660.76
HSV47°34°92°
CMYK 0.000.080.34   0.08
XYZ64.320368.937340.4880
Yxy68.93730.37020.3968
Hunter Lab83.0285-7.019929.2078
CIE-Lab86.4730-2.718832.8577

#ead89a color RGB value is (234,216,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011000 10011010
Octal 352 330 232
Decimal 234 216 154
Hex EA D8 9A

RGB Percentages of Color #ead89a

%38.74
%35.76
%25.50

CMYK Percentages of Color #ead89a

%0
%8
%34
%8

Triadic Colors of #ead89a

#ead89a #9aead8 #d89aea

Analogous Colors of #ead89a

#ead89a #d4ea9a #eab09a

Monochromatic Colors of #ead89a

#ead89a

Complementary Color

#ead89a #9aacea

#ead89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead89a Color CSS Codes

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

#ead89a Text Font Color

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

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


#ead89a Background Color

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

This div background color is #ead89a


#ead89a Border Color

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

This div border color is #ead89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead89a


Comments

No comments written yet.

Please login to write comment.