Color Hex Logo

#9ae314 Color Hex

#9AE314
(154,227,20)
0 Favorites   0 Comments

Color spaces of #9ae314

RGB 15422720
HSL0.230.840.48
HSV81°91°89°
CMYK 0.320.000.91   0.11
XYZ40.921861.858710.4449
Yxy61.85870.36140.5463
Hunter Lab78.6503-44.764447.1814
CIE-Lab82.8382-48.476078.8566

#9ae314 color RGB value is (154,227,20).

#9ae314 hex color red value is 154, green value is 227 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #9ae314 hue: 0.23 , saturation: 0.84 and the lightness value of 9ae314 is 0.48.

The process color (four color CMYK) of #9ae314 color hex is 0.32, 0.00, 0.91, 0.11. Web safe color of #9ae314 is #99cc00. Color #9ae314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100011 00010100
Octal 232 343 24
Decimal 154 227 20
Hex 9A E3 14

RGB Percentages of Color #9ae314

%38.40
%56.61
%4.99

CMYK Percentages of Color #9ae314

%32
%0
%91
%11

Triadic Colors of #9ae314

#9ae314 #149ae3 #e3149a

Analogous Colors of #9ae314

#9ae314 #33e314 #e3c514

Monochromatic Colors of #9ae314

#9ae314

Complementary Color

#9ae314 #5d14e3

#9ae314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae314 Color CSS Codes

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

#9ae314 Text Font Color

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

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


#9ae314 Background Color

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

This div background color is #9ae314


#9ae314 Border Color

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

This div border color is #9ae314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae314


Comments

No comments written yet.

Please login to write comment.