Color Hex Logo

#9ab465 Color Hex

#9AB465
(154,180,101)
0 Favorites   0 Comments

Color spaces of #9ab465

RGB 154180101
HSL0.220.340.55
HSV80°44°71°
CMYK 0.140.000.44   0.29
XYZ31.996640.452118.4336
Yxy40.45210.35210.4451
Hunter Lab63.6020-21.504427.3375
CIE-Lab69.7903-21.962837.2741

#9ab465 color RGB value is (154,180,101).

#9ab465 hex color red value is 154, green value is 180 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #9ab465 hue: 0.22 , saturation: 0.34 and the lightness value of 9ab465 is 0.55.

The process color (four color CMYK) of #9ab465 color hex is 0.14, 0.00, 0.44, 0.29. Web safe color of #9ab465 is #99cc66. Color #9ab465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110100 01100101
Octal 232 264 145
Decimal 154 180 101
Hex 9A B4 65

RGB Percentages of Color #9ab465

%35.40
%41.38
%23.22

CMYK Percentages of Color #9ab465

%14
%0
%44
%29

Triadic Colors of #9ab465

#9ab465 #659ab4 #b4659a

Analogous Colors of #9ab465

#9ab465 #73b465 #b4a765

Monochromatic Colors of #9ab465

#9ab465

Complementary Color

#9ab465 #7f65b4

#9ab465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab465 Color CSS Codes

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

#9ab465 Text Font Color

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

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


#9ab465 Background Color

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

This div background color is #9ab465


#9ab465 Border Color

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

This div border color is #9ab465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab465


Comments

No comments written yet.

Please login to write comment.