Color Hex Logo

#9ae523 Color Hex

#9AE523
(154,229,35)
0 Favorites   0 Comments

Color spaces of #9ae523

RGB 15422935
HSL0.230.790.52
HSV83°85°90°
CMYK 0.330.000.85   0.10
XYZ41.649163.030011.5610
Yxy63.03000.35830.5422
Hunter Lab79.3914-45.293146.9402
CIE-Lab83.4582-48.924576.7741

#9ae523 color RGB value is (154,229,35).

#9ae523 hex color red value is 154, green value is 229 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #9ae523 hue: 0.23 , saturation: 0.79 and the lightness value of 9ae523 is 0.52.

The process color (four color CMYK) of #9ae523 color hex is 0.33, 0.00, 0.85, 0.10. Web safe color of #9ae523 is #99cc33. Color #9ae523 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100101 00100011
Octal 232 345 43
Decimal 154 229 35
Hex 9A E5 23

RGB Percentages of Color #9ae523

%36.84
%54.78
%8.37

CMYK Percentages of Color #9ae523

%33
%0
%85
%10

Triadic Colors of #9ae523

#9ae523 #239ae5 #e5239a

Analogous Colors of #9ae523

#9ae523 #39e523 #e5cf23

Monochromatic Colors of #9ae523

#9ae523

Complementary Color

#9ae523 #6e23e5

#9ae523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae523 Color CSS Codes

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

#9ae523 Text Font Color

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

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


#9ae523 Background Color

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

This div background color is #9ae523


#9ae523 Border Color

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

This div border color is #9ae523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae523


Comments

No comments written yet.

Please login to write comment.