Color Hex Logo

#eaf00a Color Hex

#EAF00A
(234,240,10)
0 Favorites   0 Comments

Color spaces of #eaf00a

RGB 23424010
HSL0.170.920.49
HSV62°96°94°
CMYK 0.030.000.96   0.06
XYZ65.146679.834512.2632
Yxy79.83450.41430.5077
Hunter Lab89.3502-26.215654.4076
CIE-Lab91.6106-22.991788.9501

#eaf00a color RGB value is (234,240,10).

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

The process color (four color CMYK) of #eaf00a color hex is 0.03, 0.00, 0.96, 0.06. Web safe color of #eaf00a is #ffff00. Color #eaf00a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 00001010
Octal 352 360 12
Decimal 234 240 10
Hex EA F0 A

RGB Percentages of Color #eaf00a

%48.35
%49.59
%2.07

CMYK Percentages of Color #eaf00a

%3
%0
%96
%6

Triadic Colors of #eaf00a

#eaf00a #0aeaf0 #f00aea

Analogous Colors of #eaf00a

#eaf00a #77f00a #f0830a

Monochromatic Colors of #eaf00a

#eaf00a

Complementary Color

#eaf00a #100af0

#eaf00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf00a Color CSS Codes

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

#eaf00a Text Font Color

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

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


#eaf00a Background Color

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

This div background color is #eaf00a


#eaf00a Border Color

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

This div border color is #eaf00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf00a


Comments

No comments written yet.

Please login to write comment.