Color Hex Logo

#eaf770 Color Hex

#EAF770
(234,247,112)
0 Favorites   0 Comments

Color spaces of #eaf770

RGB 234247112
HSL0.180.890.70
HSV66°55°97°
CMYK 0.050.000.55   0.03
XYZ70.117185.183828.0758
Yxy85.18380.38240.4645
Hunter Lab92.2951-25.908946.5708
CIE-Lab93.9623-22.190262.2924

#eaf770 color RGB value is (234,247,112).

#eaf770 hex color red value is 234, green value is 247 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eaf770 hue: 0.18 , saturation: 0.89 and the lightness value of eaf770 is 0.70.

The process color (four color CMYK) of #eaf770 color hex is 0.05, 0.00, 0.55, 0.03. Web safe color of #eaf770 is #ffff66. Color #eaf770 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110111 01110000
Octal 352 367 160
Decimal 234 247 112
Hex EA F7 70

RGB Percentages of Color #eaf770

%39.46
%41.65
%18.89

CMYK Percentages of Color #eaf770

%5
%0
%55
%3

Triadic Colors of #eaf770

#eaf770 #70eaf7 #f770ea

Analogous Colors of #eaf770

#eaf770 #a7f770 #f7c170

Monochromatic Colors of #eaf770

#eaf770

Complementary Color

#eaf770 #7d70f7

#eaf770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf770 Color CSS Codes

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

#eaf770 Text Font Color

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

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


#eaf770 Background Color

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

This div background color is #eaf770


#eaf770 Border Color

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

This div border color is #eaf770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf770

Related Colors


Comments

No comments written yet.

Please login to write comment.