Color Hex Logo

#eaf076 Color Hex

#EAF076
(234,240,118)
0 Favorites   0 Comments

Color spaces of #eaf076

RGB 234240118
HSL0.170.800.70
HSV63°51°94°
CMYK 0.030.000.51   0.06
XYZ68.361881.120629.1943
Yxy81.12060.38260.4540
Hunter Lab90.0670-22.133843.8286
CIE-Lab92.1853-18.332957.5602

#eaf076 color RGB value is (234,240,118).

#eaf076 hex color red value is 234, green value is 240 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #eaf076 hue: 0.17 , saturation: 0.80 and the lightness value of eaf076 is 0.70.

The process color (four color CMYK) of #eaf076 color hex is 0.03, 0.00, 0.51, 0.06. Web safe color of #eaf076 is #ffff66. Color #eaf076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 01110110
Octal 352 360 166
Decimal 234 240 118
Hex EA F0 76

RGB Percentages of Color #eaf076

%39.53
%40.54
%19.93

CMYK Percentages of Color #eaf076

%3
%0
%51
%6

Triadic Colors of #eaf076

#eaf076 #76eaf0 #f076ea

Analogous Colors of #eaf076

#eaf076 #adf076 #f0b976

Monochromatic Colors of #eaf076

#eaf076

Complementary Color

#eaf076 #7c76f0

#eaf076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf076 Color CSS Codes

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

#eaf076 Text Font Color

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

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


#eaf076 Background Color

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

This div background color is #eaf076


#eaf076 Border Color

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

This div border color is #eaf076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf076


Comments

No comments written yet.

Please login to write comment.