Color Hex Logo

#9ca63d Color Hex

#9CA63D
(156,166,61)
0 Favorites   0 Comments

Color spaces of #9ca63d

RGB 15616661
HSL0.180.460.45
HSV66°63°65°
CMYK 0.060.000.63   0.35
XYZ28.188834.67739.6226
Yxy34.67730.38890.4784
Hunter Lab58.8874-17.606931.5328
CIE-Lab65.4966-17.839951.4259

#9ca63d color RGB value is (156,166,61).

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

The process color (four color CMYK) of #9ca63d color hex is 0.06, 0.00, 0.63, 0.35. Web safe color of #9ca63d is #999933. Color #9ca63d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10100110 00111101
Octal 234 246 75
Decimal 156 166 61
Hex 9C A6 3D

RGB Percentages of Color #9ca63d

%40.73
%43.34
%15.93

CMYK Percentages of Color #9ca63d

%6
%0
%63
%35

Triadic Colors of #9ca63d

#9ca63d #3d9ca6 #a63d9c

Analogous Colors of #9ca63d

#9ca63d #68a63d #a67c3d

Monochromatic Colors of #9ca63d

#9ca63d

Complementary Color

#9ca63d #473da6

#9ca63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca63d Color CSS Codes

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

#9ca63d Text Font Color

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

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


#9ca63d Background Color

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

This div background color is #9ca63d


#9ca63d Border Color

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

This div border color is #9ca63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca63d


Comments

No comments written yet.

Please login to write comment.