Color Hex Logo

#eafd82 Color Hex

#EAFD82
(234,253,130)
0 Favorites   0 Comments

Color spaces of #eafd82

RGB 234253130
HSL0.190.970.75
HSV69°49°99°
CMYK 0.080.000.49   0.01
XYZ73.086289.354734.5142
Yxy89.35470.37110.4537
Hunter Lab94.5276-27.411944.5212
CIE-Lab95.7285-23.514156.2683

#eafd82 color RGB value is (234,253,130).

#eafd82 hex color red value is 234, green value is 253 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #eafd82 hue: 0.19 , saturation: 0.97 and the lightness value of eafd82 is 0.75.

The process color (four color CMYK) of #eafd82 color hex is 0.08, 0.00, 0.49, 0.01. Web safe color of #eafd82 is #ffff99. Color #eafd82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 10000010
Octal 352 375 202
Decimal 234 253 130
Hex EA FD 82

RGB Percentages of Color #eafd82

%37.93
%41.00
%21.07

CMYK Percentages of Color #eafd82

%8
%0
%49
%1

Triadic Colors of #eafd82

#eafd82 #82eafd #fd82ea

Analogous Colors of #eafd82

#eafd82 #adfd82 #fdd382

Monochromatic Colors of #eafd82

#eafd82

Complementary Color

#eafd82 #9582fd

#eafd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd82 Color CSS Codes

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

#eafd82 Text Font Color

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

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


#eafd82 Background Color

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

This div background color is #eafd82


#eafd82 Border Color

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

This div border color is #eafd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd82

Related Colors


Comments

No comments written yet.

Please login to write comment.