Color Hex Logo

#ead99e Color Hex

#EAD99E
(234,217,158)
0 Favorites   0 Comments

Color spaces of #ead99e

RGB 234217158
HSL0.130.640.77
HSV47°32°92°
CMYK 0.000.070.32   0.08
XYZ64.916169.586842.3579
Yxy69.58680.36700.3935
Hunter Lab83.4187-7.074728.2871
CIE-Lab86.7938-2.750431.2301

#ead99e color RGB value is (234,217,158).

#ead99e hex color red value is 234, green value is 217 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ead99e hue: 0.13 , saturation: 0.64 and the lightness value of ead99e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 10011110
Octal 352 331 236
Decimal 234 217 158
Hex EA D9 9E

RGB Percentages of Color #ead99e

%38.42
%35.63
%25.94

CMYK Percentages of Color #ead99e

%0
%7
%32
%8

Triadic Colors of #ead99e

#ead99e #9eead9 #d99eea

Analogous Colors of #ead99e

#ead99e #d5ea9e #eab39e

Monochromatic Colors of #ead99e

#ead99e

Complementary Color

#ead99e #9eafea

#ead99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead99e Color CSS Codes

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

#ead99e Text Font Color

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

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


#ead99e Background Color

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

This div background color is #ead99e


#ead99e Border Color

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

This div border color is #ead99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead99e


Comments

No comments written yet.

Please login to write comment.