Color Hex Logo

#eade99 Color Hex

#EADE99
(234,222,153)
0 Favorites   0 Comments

Color spaces of #eade99

RGB 234222153
HSL0.140.660.76
HSV51°35°92°
CMYK 0.000.050.35   0.08
XYZ65.802772.034940.5729
Yxy72.03490.36880.4038
Hunter Lab84.8734-10.136631.0683
CIE-Lab87.9854-5.891035.3649

#eade99 color RGB value is (234,222,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011110 10011001
Octal 352 336 231
Decimal 234 222 153
Hex EA DE 99

RGB Percentages of Color #eade99

%38.42
%36.45
%25.12

CMYK Percentages of Color #eade99

%0
%5
%35
%8

Triadic Colors of #eade99

#eade99 #99eade #de99ea

Analogous Colors of #eade99

#eade99 #ceea99 #eab699

Monochromatic Colors of #eade99

#eade99

Complementary Color

#eade99 #99a5ea

#eade99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eade99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eade99 Color CSS Codes

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

#eade99 Text Font Color

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

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


#eade99 Background Color

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

This div background color is #eade99


#eade99 Border Color

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

This div border color is #eade99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eade99


Comments

No comments written yet.

Please login to write comment.