Color Hex Logo

#9aad63 Color Hex

#9AAD63
(154,173,99)
0 Favorites   0 Comments

Color spaces of #9aad63

RGB 15417399
HSL0.210.310.53
HSV75°43°68°
CMYK 0.110.000.43   0.32
XYZ30.522137.658017.4644
Yxy37.65800.35640.4397
Hunter Lab61.3661-18.608926.0827
CIE-Lab67.7678-18.672135.7610

#9aad63 color RGB value is (154,173,99).

#9aad63 hex color red value is 154, green value is 173 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #9aad63 hue: 0.21 , saturation: 0.31 and the lightness value of 9aad63 is 0.53.

The process color (four color CMYK) of #9aad63 color hex is 0.11, 0.00, 0.43, 0.32. Web safe color of #9aad63 is #999966. Color #9aad63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101101 01100011
Octal 232 255 143
Decimal 154 173 99
Hex 9A AD 63

RGB Percentages of Color #9aad63

%36.15
%40.61
%23.24

CMYK Percentages of Color #9aad63

%11
%0
%43
%32

Triadic Colors of #9aad63

#9aad63 #639aad #ad639a

Analogous Colors of #9aad63

#9aad63 #75ad63 #ad9b63

Monochromatic Colors of #9aad63

#9aad63

Complementary Color

#9aad63 #7663ad

#9aad63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aad63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aad63 Color CSS Codes

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

#9aad63 Text Font Color

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

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


#9aad63 Background Color

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

This div background color is #9aad63


#9aad63 Border Color

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

This div border color is #9aad63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aad63


Comments

No comments written yet.

Please login to write comment.