Color Hex Logo

#eafa2f Color Hex

#EAFA2F
(234,250,47)
0 Favorites   0 Comments

Color spaces of #eafa2f

RGB 23425047
HSL0.180.950.58
HSV65°81°98°
CMYK 0.060.000.81   0.02
XYZ68.630486.068915.6851
Yxy86.06890.40280.5051
Hunter Lab92.7733-30.305454.9172
CIE-Lab94.3418-27.042185.4016

#eafa2f color RGB value is (234,250,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 00101111
Octal 352 372 57
Decimal 234 250 47
Hex EA FA 2F

RGB Percentages of Color #eafa2f

%44.07
%47.08
%8.85

CMYK Percentages of Color #eafa2f

%6
%0
%81
%2

Triadic Colors of #eafa2f

#eafa2f #2feafa #fa2fea

Analogous Colors of #eafa2f

#eafa2f #85fa2f #faa52f

Monochromatic Colors of #eafa2f

#eafa2f

Complementary Color

#eafa2f #3f2ffa

#eafa2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafa2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafa2f Color CSS Codes

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

#eafa2f Text Font Color

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

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


#eafa2f Background Color

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

This div background color is #eafa2f


#eafa2f Border Color

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

This div border color is #eafa2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafa2f


Comments

No comments written yet.

Please login to write comment.