Color Hex Logo

#eaf280 Color Hex

#EAF280
(234,242,128)
0 Favorites   0 Comments

Color spaces of #eaf280

RGB 234242128
HSL0.180.810.73
HSV64°47°95°
CMYK 0.030.000.47   0.05
XYZ69.580182.555232.6896
Yxy82.55520.37650.4467
Hunter Lab90.8599-22.310342.2706
CIE-Lab92.8194-18.420253.6992

#eaf280 color RGB value is (234,242,128).

#eaf280 hex color red value is 234, green value is 242 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #eaf280 hue: 0.18 , saturation: 0.81 and the lightness value of eaf280 is 0.73.

The process color (four color CMYK) of #eaf280 color hex is 0.03, 0.00, 0.47, 0.05. Web safe color of #eaf280 is #ffff99. Color #eaf280 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110010 10000000
Octal 352 362 200
Decimal 234 242 128
Hex EA F2 80

RGB Percentages of Color #eaf280

%38.74
%40.07
%21.19

CMYK Percentages of Color #eaf280

%3
%0
%47
%5

Triadic Colors of #eaf280

#eaf280 #80eaf2 #f280ea

Analogous Colors of #eaf280

#eaf280 #b1f280 #f2c180

Monochromatic Colors of #eaf280

#eaf280

Complementary Color

#eaf280 #8880f2

#eaf280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf280 Color CSS Codes

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

#eaf280 Text Font Color

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

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


#eaf280 Background Color

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

This div background color is #eaf280


#eaf280 Border Color

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

This div border color is #eaf280


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,242,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 #eaf280">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf280


Comments

No comments written yet.

Please login to write comment.