Color Hex Logo

#eaf92a Color Hex

#EAF92A
(234,249,42)
0 Favorites   0 Comments

Color spaces of #eaf92a

RGB 23424942
HSL0.180.950.57
HSV64°83°98°
CMYK 0.060.000.83   0.02
XYZ68.225385.411015.0806
Yxy85.41100.40440.5062
Hunter Lab92.4181-29.958555.0178
CIE-Lab94.0599-26.711586.2802

#eaf92a color RGB value is (234,249,42).

#eaf92a hex color red value is 234, green value is 249 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eaf92a hue: 0.18 , saturation: 0.95 and the lightness value of eaf92a is 0.57.

The process color (four color CMYK) of #eaf92a color hex is 0.06, 0.00, 0.83, 0.02. Web safe color of #eaf92a is #ffff33. Color #eaf92a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 00101010
Octal 352 371 52
Decimal 234 249 42
Hex EA F9 2A

RGB Percentages of Color #eaf92a

%44.57
%47.43
%8.00

CMYK Percentages of Color #eaf92a

%6
%0
%83
%2

Triadic Colors of #eaf92a

#eaf92a #2aeaf9 #f92aea

Analogous Colors of #eaf92a

#eaf92a #83f92a #f9a12a

Monochromatic Colors of #eaf92a

#eaf92a

Complementary Color

#eaf92a #392af9

#eaf92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf92a Color CSS Codes

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

#eaf92a Text Font Color

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

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


#eaf92a Background Color

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

This div background color is #eaf92a


#eaf92a Border Color

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

This div border color is #eaf92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf92a


Comments

No comments written yet.

Please login to write comment.