Color Hex Logo

#eaf60a Color Hex

#EAF60A
(234,246,10)
0 Favorites   0 Comments

Color spaces of #eaf60a

RGB 23424610
HSL0.180.930.50
HSV63°96°96°
CMYK 0.050.000.96   0.04
XYZ66.942283.425912.8617
Yxy83.42590.41010.5111
Hunter Lab91.3378-29.017055.5875
CIE-Lab93.2006-25.831790.1451

#eaf60a color RGB value is (234,246,10).

#eaf60a hex color red value is 234, green value is 246 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eaf60a hue: 0.18 , saturation: 0.93 and the lightness value of eaf60a is 0.50.

The process color (four color CMYK) of #eaf60a color hex is 0.05, 0.00, 0.96, 0.04. Web safe color of #eaf60a is #ffff00. Color #eaf60a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110110 00001010
Octal 352 366 12
Decimal 234 246 10
Hex EA F6 A

RGB Percentages of Color #eaf60a

%47.76
%50.20
%2.04

CMYK Percentages of Color #eaf60a

%5
%0
%96
%4

Triadic Colors of #eaf60a

#eaf60a #0aeaf6 #f60aea

Analogous Colors of #eaf60a

#eaf60a #74f60a #f68c0a

Monochromatic Colors of #eaf60a

#eaf60a

Complementary Color

#eaf60a #160af6

#eaf60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf60a Color CSS Codes

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

#eaf60a Text Font Color

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

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


#eaf60a Background Color

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

This div background color is #eaf60a


#eaf60a Border Color

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

This div border color is #eaf60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf60a


Comments

No comments written yet.

Please login to write comment.