Color Hex Logo

#9aeb2e Color Hex

#9AEB2E
(154,235,46)
0 Favorites   0 Comments

Color spaces of #9aeb2e

RGB 15423546
HSL0.240.830.55
HSV86°80°92°
CMYK 0.340.000.80   0.08
XYZ43.527966.483913.1233
Yxy66.48390.35350.5399
Hunter Lab81.5377-47.400847.5338
CIE-Lab85.2426-50.989575.7637

#9aeb2e color RGB value is (154,235,46).

#9aeb2e hex color red value is 154, green value is 235 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #9aeb2e hue: 0.24 , saturation: 0.83 and the lightness value of 9aeb2e is 0.55.

The process color (four color CMYK) of #9aeb2e color hex is 0.34, 0.00, 0.80, 0.08. Web safe color of #9aeb2e is #99ff33. Color #9aeb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101011 00101110
Octal 232 353 56
Decimal 154 235 46
Hex 9A EB 2E

RGB Percentages of Color #9aeb2e

%35.40
%54.02
%10.57

CMYK Percentages of Color #9aeb2e

%34
%0
%80
%8

Triadic Colors of #9aeb2e

#9aeb2e #2e9aeb #eb2e9a

Analogous Colors of #9aeb2e

#9aeb2e #3ceb2e #ebde2e

Monochromatic Colors of #9aeb2e

#9aeb2e

Complementary Color

#9aeb2e #7f2eeb

#9aeb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeb2e Color CSS Codes

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

#9aeb2e Text Font Color

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

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


#9aeb2e Background Color

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

This div background color is #9aeb2e


#9aeb2e Border Color

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

This div border color is #9aeb2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,235,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9aeb2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9aeb2e;
  -webkit-box-shadow: 1px 1px 3px 2px #9aeb2e;
  box-shadow:         1px 1px 3px 2px #9aeb2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,235,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeb2e


Comments

No comments written yet.

Please login to write comment.