Color Hex Logo

#eaf11b Color Hex

#EAF11B
(234,241,27)
0 Favorites   0 Comments

Color spaces of #eaf11b

RGB 23424127
HSL0.170.880.53
HSV62°89°95°
CMYK 0.030.000.89   0.05
XYZ65.584880.482213.1148
Yxy80.48220.41200.5056
Hunter Lab89.7119-26.501554.1308
CIE-Lab91.9008-23.256587.2646

#eaf11b color RGB value is (234,241,27).

#eaf11b hex color red value is 234, green value is 241 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #eaf11b hue: 0.17 , saturation: 0.88 and the lightness value of eaf11b is 0.53.

The process color (four color CMYK) of #eaf11b color hex is 0.03, 0.00, 0.89, 0.05. Web safe color of #eaf11b is #ffff33. Color #eaf11b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 00011011
Octal 352 361 33
Decimal 234 241 27
Hex EA F1 1B

RGB Percentages of Color #eaf11b

%46.61
%48.01
%5.38

CMYK Percentages of Color #eaf11b

%3
%0
%89
%5

Triadic Colors of #eaf11b

#eaf11b #1beaf1 #f11bea

Analogous Colors of #eaf11b

#eaf11b #7ff11b #f18d1b

Monochromatic Colors of #eaf11b

#eaf11b

Complementary Color

#eaf11b #221bf1

#eaf11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf11b Color CSS Codes

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

#eaf11b Text Font Color

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

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


#eaf11b Background Color

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

This div background color is #eaf11b


#eaf11b Border Color

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

This div border color is #eaf11b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf11b


Comments

No comments written yet.

Please login to write comment.