Color Hex Logo

#9ae03f Color Hex

#9AE03F
(154,224,63)
0 Favorites   0 Comments

Color spaces of #9ae03f

RGB 15422463
HSL0.240.720.56
HSV86°72°88°
CMYK 0.310.000.72   0.12
XYZ40.879360.540214.2335
Yxy60.54020.35350.5235
Hunter Lab77.8076-42.381243.6193
CIE-Lab82.1309-45.558167.6879

#9ae03f color RGB value is (154,224,63).

#9ae03f hex color red value is 154, green value is 224 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #9ae03f hue: 0.24 , saturation: 0.72 and the lightness value of 9ae03f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100000 00111111
Octal 232 340 77
Decimal 154 224 63
Hex 9A E0 3F

RGB Percentages of Color #9ae03f

%34.92
%50.79
%14.29

CMYK Percentages of Color #9ae03f

%31
%0
%72
%12

Triadic Colors of #9ae03f

#9ae03f #3f9ae0 #e03f9a

Analogous Colors of #9ae03f

#9ae03f #4ae03f #e0d63f

Monochromatic Colors of #9ae03f

#9ae03f

Complementary Color

#9ae03f #853fe0

#9ae03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae03f Color CSS Codes

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

#9ae03f Text Font Color

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

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


#9ae03f Background Color

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

This div background color is #9ae03f


#9ae03f Border Color

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

This div border color is #9ae03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae03f


Comments

No comments written yet.

Please login to write comment.