Color Hex Logo

#eafa29 Color Hex

#EAFA29
(234,250,41)
0 Favorites   0 Comments

Color spaces of #eafa29

RGB 23425041
HSL0.180.950.57
HSV65°84°98°
CMYK 0.060.000.84   0.02
XYZ68.517586.023715.0908
Yxy86.02370.40390.5071
Hunter Lab92.7490-30.445355.2774
CIE-Lab94.3225-27.204986.7095

#eafa29 color RGB value is (234,250,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 00101001
Octal 352 372 51
Decimal 234 250 41
Hex EA FA 29

RGB Percentages of Color #eafa29

%44.57
%47.62
%7.81

CMYK Percentages of Color #eafa29

%6
%0
%84
%2

Triadic Colors of #eafa29

#eafa29 #29eafa #fa29ea

Analogous Colors of #eafa29

#eafa29 #82fa29 #faa229

Monochromatic Colors of #eafa29

#eafa29

Complementary Color

#eafa29 #3929fa

#eafa29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafa29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafa29 Color CSS Codes

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

#eafa29 Text Font Color

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

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


#eafa29 Background Color

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

This div background color is #eafa29


#eafa29 Border Color

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

This div border color is #eafa29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafa29


Comments

No comments written yet.

Please login to write comment.