Color Hex Logo

#9cab3d Color Hex

#9CAB3D
(156,171,61)
0 Favorites   0 Comments

Color spaces of #9cab3d

RGB 15617161
HSL0.190.470.45
HSV68°64°67°
CMYK 0.090.000.64   0.33
XYZ29.115536.53079.9315
Yxy36.53070.38520.4834
Hunter Lab60.4406-19.784032.5660
CIE-Lab66.9234-20.375352.9426

#9cab3d color RGB value is (156,171,61).

#9cab3d hex color red value is 156, green value is 171 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9cab3d hue: 0.19 , saturation: 0.47 and the lightness value of 9cab3d is 0.45.

The process color (four color CMYK) of #9cab3d color hex is 0.09, 0.00, 0.64, 0.33. Web safe color of #9cab3d is #999933. Color #9cab3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101011 00111101
Octal 234 253 75
Decimal 156 171 61
Hex 9C AB 3D

RGB Percentages of Color #9cab3d

%40.21
%44.07
%15.72

CMYK Percentages of Color #9cab3d

%9
%0
%64
%33

Triadic Colors of #9cab3d

#9cab3d #3d9cab #ab3d9c

Analogous Colors of #9cab3d

#9cab3d #65ab3d #ab833d

Monochromatic Colors of #9cab3d

#9cab3d

Complementary Color

#9cab3d #4c3dab

#9cab3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cab3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cab3d Color CSS Codes

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

#9cab3d Text Font Color

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

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


#9cab3d Background Color

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

This div background color is #9cab3d


#9cab3d Border Color

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

This div border color is #9cab3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,171,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cab3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cab3d;
  -webkit-box-shadow: 1px 1px 3px 2px #9cab3d;
  box-shadow:         1px 1px 3px 2px #9cab3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,171,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cab3d


Comments

No comments written yet.

Please login to write comment.