Color Hex Logo

#eaf042 Color Hex

#EAF042
(234,240,66)
0 Favorites   0 Comments

Color spaces of #eaf042

RGB 23424066
HSL0.170.850.60
HSV62°73°94°
CMYK 0.030.000.73   0.06
XYZ66.075180.205917.1530
Yxy80.20590.40430.4908
Hunter Lab89.5577-25.030051.3346
CIE-Lab91.7772-21.625377.8062

#eaf042 color RGB value is (234,240,66).

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

The process color (four color CMYK) of #eaf042 color hex is 0.03, 0.00, 0.73, 0.06. Web safe color of #eaf042 is #ffff33. Color #eaf042 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 01000010
Octal 352 360 102
Decimal 234 240 66
Hex EA F0 42

RGB Percentages of Color #eaf042

%43.33
%44.44
%12.22

CMYK Percentages of Color #eaf042

%3
%0
%73
%6

Triadic Colors of #eaf042

#eaf042 #42eaf0 #f042ea

Analogous Colors of #eaf042

#eaf042 #93f042 #f09f42

Monochromatic Colors of #eaf042

#eaf042

Complementary Color

#eaf042 #4842f0

#eaf042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf042 Color CSS Codes

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

#eaf042 Text Font Color

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

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


#eaf042 Background Color

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

This div background color is #eaf042


#eaf042 Border Color

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

This div border color is #eaf042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf042


Comments

No comments written yet.

Please login to write comment.