Color Hex Logo

#eade80 Color Hex

#EADE80
(234,222,128)
0 Favorites   0 Comments

Color spaces of #eade80

RGB 234222128
HSL0.150.720.71
HSV53°45°92°
CMYK 0.000.050.45   0.08
XYZ63.949271.293530.8126
Yxy71.29350.38510.4293
Hunter Lab84.4355-12.570937.4684
CIE-Lab87.6274-8.540647.3615

#eade80 color RGB value is (234,222,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011110 10000000
Octal 352 336 200
Decimal 234 222 128
Hex EA DE 80

RGB Percentages of Color #eade80

%40.07
%38.01
%21.92

CMYK Percentages of Color #eade80

%0
%5
%45
%8

Triadic Colors of #eade80

#eade80 #80eade #de80ea

Analogous Colors of #eade80

#eade80 #c1ea80 #eaa980

Monochromatic Colors of #eade80

#eade80

Complementary Color

#eade80 #808cea

#eade80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eade80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eade80 Color CSS Codes

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

#eade80 Text Font Color

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

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


#eade80 Background Color

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

This div background color is #eade80


#eade80 Border Color

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

This div border color is #eade80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eade80


Comments

No comments written yet.

Please login to write comment.