Color Hex Logo

#9ae038 Color Hex

#9AE038
(154,224,56)
0 Favorites   0 Comments

Color spaces of #9ae038

RGB 15422456
HSL0.240.730.55
HSV85°75°88°
CMYK 0.310.000.75   0.12
XYZ40.695960.466913.2678
Yxy60.46690.35560.5284
Hunter Lab77.7605-42.662944.3160
CIE-Lab82.0913-45.952669.9691

#9ae038 color RGB value is (154,224,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100000 00111000
Octal 232 340 70
Decimal 154 224 56
Hex 9A E0 38

RGB Percentages of Color #9ae038

%35.48
%51.61
%12.90

CMYK Percentages of Color #9ae038

%31
%0
%75
%12

Triadic Colors of #9ae038

#9ae038 #389ae0 #e0389a

Analogous Colors of #9ae038

#9ae038 #46e038 #e0d238

Monochromatic Colors of #9ae038

#9ae038

Complementary Color

#9ae038 #7e38e0

#9ae038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae038 Color CSS Codes

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

#9ae038 Text Font Color

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

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


#9ae038 Background Color

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

This div background color is #9ae038


#9ae038 Border Color

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

This div border color is #9ae038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae038


Comments

No comments written yet.

Please login to write comment.