Color Hex Logo

#9ade3a Color Hex

#9ADE3A
(154,222,58)
0 Favorites   0 Comments

Color spaces of #9ade3a

RGB 15422258
HSL0.240.710.55
HSV85°74°87°
CMYK 0.310.000.74   0.13
XYZ40.211459.418113.3525
Yxy59.41810.35590.5259
Hunter Lab77.0831-41.778743.6879
CIE-Lab81.5209-44.995368.7750

#9ade3a color RGB value is (154,222,58).

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

The process color (four color CMYK) of #9ade3a color hex is 0.31, 0.00, 0.74, 0.13. Web safe color of #9ade3a is #99cc33. Color #9ade3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011110 00111010
Octal 232 336 72
Decimal 154 222 58
Hex 9A DE 3A

RGB Percentages of Color #9ade3a

%35.48
%51.15
%13.36

CMYK Percentages of Color #9ade3a

%31
%0
%74
%13

Triadic Colors of #9ade3a

#9ade3a #3a9ade #de3a9a

Analogous Colors of #9ade3a

#9ade3a #48de3a #ded03a

Monochromatic Colors of #9ade3a

#9ade3a

Complementary Color

#9ade3a #7e3ade

#9ade3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ade3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ade3a Color CSS Codes

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

#9ade3a Text Font Color

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

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


#9ade3a Background Color

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

This div background color is #9ade3a


#9ade3a Border Color

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

This div border color is #9ade3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ade3a


Comments

No comments written yet.

Please login to write comment.