Color Hex Logo

#eaf80b Color Hex

#EAF80B
(234,248,11)
0 Favorites   0 Comments

Color spaces of #eaf80b

RGB 23424811
HSL0.180.940.51
HSV64°96°97°
CMYK 0.060.000.96   0.03
XYZ67.559584.651413.0952
Yxy84.65140.40870.5121
Hunter Lab92.0062-29.939655.9656
CIE-Lab93.7327-26.762090.4723

#eaf80b color RGB value is (234,248,11).

#eaf80b hex color red value is 234, green value is 248 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eaf80b hue: 0.18 , saturation: 0.94 and the lightness value of eaf80b is 0.51.

The process color (four color CMYK) of #eaf80b color hex is 0.06, 0.00, 0.96, 0.03. Web safe color of #eaf80b is #ffff00. Color #eaf80b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111000 00001011
Octal 352 370 13
Decimal 234 248 11
Hex EA F8 B

RGB Percentages of Color #eaf80b

%47.46
%50.30
%2.23

CMYK Percentages of Color #eaf80b

%6
%0
%96
%3

Triadic Colors of #eaf80b

#eaf80b #0beaf8 #f80bea

Analogous Colors of #eaf80b

#eaf80b #74f80b #f8900b

Monochromatic Colors of #eaf80b

#eaf80b

Complementary Color

#eaf80b #190bf8

#eaf80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf80b Color CSS Codes

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

#eaf80b Text Font Color

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

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


#eaf80b Background Color

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

This div background color is #eaf80b


#eaf80b Border Color

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

This div border color is #eaf80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf80b


Comments

No comments written yet.

Please login to write comment.