Color Hex Logo

#9ab814 Color Hex

#9AB814
(154,184,20)
0 Favorites   0 Comments

Color spaces of #9ab814

RGB 15418420
HSL0.200.800.40
HSV71°89°72°
CMYK 0.160.000.89   0.28
XYZ30.593241.20157.0021
Yxy41.20150.38830.5229
Hunter Lab64.1884-27.253838.4641
CIE-Lab70.3169-29.393868.6939

#9ab814 color RGB value is (154,184,20).

#9ab814 hex color red value is 154, green value is 184 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #9ab814 hue: 0.20 , saturation: 0.80 and the lightness value of 9ab814 is 0.40.

The process color (four color CMYK) of #9ab814 color hex is 0.16, 0.00, 0.89, 0.28. Web safe color of #9ab814 is #99cc00. Color #9ab814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111000 00010100
Octal 232 270 24
Decimal 154 184 20
Hex 9A B8 14

RGB Percentages of Color #9ab814

%43.02
%51.40
%5.59

CMYK Percentages of Color #9ab814

%16
%0
%89
%28

Triadic Colors of #9ab814

#9ab814 #149ab8 #b8149a

Analogous Colors of #9ab814

#9ab814 #48b814 #b88414

Monochromatic Colors of #9ab814

#9ab814

Complementary Color

#9ab814 #3214b8

#9ab814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab814 Color CSS Codes

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

#9ab814 Text Font Color

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

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


#9ab814 Background Color

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

This div background color is #9ab814


#9ab814 Border Color

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

This div border color is #9ab814


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,184,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 #9ab814">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab814


Comments

No comments written yet.

Please login to write comment.