Color Hex Logo

#eade89 Color Hex

#EADE89
(234,222,137)
0 Favorites   0 Comments

Color spaces of #eade89

RGB 234222137
HSL0.150.700.73
HSV53°41°92°
CMYK 0.000.050.41   0.08
XYZ64.568371.541134.0726
Yxy71.54110.37940.4204
Hunter Lab84.5820-11.754935.3233
CIE-Lab87.7472-7.647843.0916

#eade89 color RGB value is (234,222,137).

#eade89 hex color red value is 234, green value is 222 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #eade89 hue: 0.15 , saturation: 0.70 and the lightness value of eade89 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011110 10001001
Octal 352 336 211
Decimal 234 222 137
Hex EA DE 89

RGB Percentages of Color #eade89

%39.46
%37.44
%23.10

CMYK Percentages of Color #eade89

%0
%5
%41
%8

Triadic Colors of #eade89

#eade89 #89eade #de89ea

Analogous Colors of #eade89

#eade89 #c6ea89 #eaae89

Monochromatic Colors of #eade89

#eade89

Complementary Color

#eade89 #8995ea

#eade89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eade89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eade89 Color CSS Codes

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

#eade89 Text Font Color

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

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


#eade89 Background Color

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

This div background color is #eade89


#eade89 Border Color

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

This div border color is #eade89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eade89


Comments

No comments written yet.

Please login to write comment.