Color Hex Logo

#eaff0b Color Hex

#EAFF0B
(234,255,11)
0 Favorites   0 Comments

Color spaces of #eaff0b

RGB 23425511
HSL0.181.000.52
HSV65°96°100°
CMYK 0.080.000.96   0.00
XYZ69.752189.036613.8261
Yxy89.03660.40410.5158
Hunter Lab94.3592-33.178157.3639
CIE-Lab95.5957-30.016391.8808

#eaff0b color RGB value is (234,255,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 00001011
Octal 352 377 13
Decimal 234 255 11
Hex EA FF B

RGB Percentages of Color #eaff0b

%46.80
%51.00
%2.20

CMYK Percentages of Color #eaff0b

%8
%0
%96
%0

Triadic Colors of #eaff0b

#eaff0b #0beaff #ff0bea

Analogous Colors of #eaff0b

#eaff0b #70ff0b #ff9a0b

Monochromatic Colors of #eaff0b

#eaff0b

Complementary Color

#eaff0b #200bff

#eaff0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaff0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaff0b Color CSS Codes

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

#eaff0b Text Font Color

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

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


#eaff0b Background Color

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

This div background color is #eaff0b


#eaff0b Border Color

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

This div border color is #eaff0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaff0b


Comments

No comments written yet.

Please login to write comment.