Color Hex Logo

#eaf480 Color Hex

#EAF480
(234,244,128)
0 Favorites   0 Comments

Color spaces of #eaf480

RGB 234244128
HSL0.180.840.73
HSV65°48°96°
CMYK 0.040.000.48   0.04
XYZ70.178783.752332.8891
Yxy83.75230.37560.4483
Hunter Lab91.5163-23.271942.7538
CIE-Lab93.3428-19.387954.3299

#eaf480 color RGB value is (234,244,128).

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

The process color (four color CMYK) of #eaf480 color hex is 0.04, 0.00, 0.48, 0.04. Web safe color of #eaf480 is #ffff99. Color #eaf480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 10000000
Octal 352 364 200
Decimal 234 244 128
Hex EA F4 80

RGB Percentages of Color #eaf480

%38.61
%40.26
%21.12

CMYK Percentages of Color #eaf480

%4
%0
%48
%4

Triadic Colors of #eaf480

#eaf480 #80eaf4 #f480ea

Analogous Colors of #eaf480

#eaf480 #b0f480 #f4c480

Monochromatic Colors of #eaf480

#eaf480

Complementary Color

#eaf480 #8a80f4

#eaf480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf480 Color CSS Codes

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

#eaf480 Text Font Color

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

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


#eaf480 Background Color

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

This div background color is #eaf480


#eaf480 Border Color

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

This div border color is #eaf480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf480


Comments

No comments written yet.

Please login to write comment.