Color Hex Logo

#eaef29 Color Hex

#EAEF29
(234,239,41)
0 Favorites   0 Comments

Color spaces of #eaef29

RGB 23423941
HSL0.170.860.55
HSV62°83°94°
CMYK 0.020.000.83   0.06
XYZ65.198479.385513.9844
Yxy79.38550.41120.5006
Hunter Lab89.0985-25.304053.0632
CIE-Lab91.4084-22.003784.2792

#eaef29 color RGB value is (234,239,41).

#eaef29 hex color red value is 234, green value is 239 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #eaef29 hue: 0.17 , saturation: 0.86 and the lightness value of eaef29 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 00101001
Octal 352 357 51
Decimal 234 239 41
Hex EA EF 29

RGB Percentages of Color #eaef29

%45.53
%46.50
%7.98

CMYK Percentages of Color #eaef29

%2
%0
%83
%6

Triadic Colors of #eaef29

#eaef29 #29eaef #ef29ea

Analogous Colors of #eaef29

#eaef29 #87ef29 #ef9129

Monochromatic Colors of #eaef29

#eaef29

Complementary Color

#eaef29 #2e29ef

#eaef29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaef29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaef29 Color CSS Codes

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

#eaef29 Text Font Color

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

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


#eaef29 Background Color

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

This div background color is #eaef29


#eaef29 Border Color

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

This div border color is #eaef29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaef29


Comments

No comments written yet.

Please login to write comment.