Color Hex Logo

#eaf04b Color Hex

#EAF04B
(234,240,75)
0 Favorites   0 Comments

Color spaces of #eaf04b

RGB 23424075
HSL0.170.850.62
HSV62°69°94°
CMYK 0.030.000.69   0.06
XYZ66.361880.320618.6624
Yxy80.32060.40140.4858
Hunter Lab89.6218-24.665050.3890
CIE-Lab91.8285-21.207074.8151

#eaf04b color RGB value is (234,240,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 01001011
Octal 352 360 113
Decimal 234 240 75
Hex EA F0 4B

RGB Percentages of Color #eaf04b

%42.62
%43.72
%13.66

CMYK Percentages of Color #eaf04b

%3
%0
%69
%6

Triadic Colors of #eaf04b

#eaf04b #4beaf0 #f04bea

Analogous Colors of #eaf04b

#eaf04b #98f04b #f0a44b

Monochromatic Colors of #eaf04b

#eaf04b

Complementary Color

#eaf04b #514bf0

#eaf04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf04b Color CSS Codes

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

#eaf04b Text Font Color

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

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


#eaf04b Background Color

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

This div background color is #eaf04b


#eaf04b Border Color

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

This div border color is #eaf04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf04b


Comments

No comments written yet.

Please login to write comment.