Color Hex Logo

#9ca742 Color Hex

#9CA742
(156,167,66)
0 Favorites   0 Comments

Color spaces of #9ca742

RGB 15616766
HSL0.180.430.46
HSV67°60°65°
CMYK 0.070.000.60   0.35
XYZ28.512435.098710.4262
Yxy35.09870.38510.4741
Hunter Lab59.2442-17.770731.0366
CIE-Lab65.8254-17.986049.5789

#9ca742 color RGB value is (156,167,66).

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

The process color (four color CMYK) of #9ca742 color hex is 0.07, 0.00, 0.60, 0.35. Web safe color of #9ca742 is #999933. Color #9ca742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10100111 01000010
Octal 234 247 102
Decimal 156 167 66
Hex 9C A7 42

RGB Percentages of Color #9ca742

%40.10
%42.93
%16.97

CMYK Percentages of Color #9ca742

%7
%0
%60
%35

Triadic Colors of #9ca742

#9ca742 #429ca7 #a7429c

Analogous Colors of #9ca742

#9ca742 #6aa742 #a78042

Monochromatic Colors of #9ca742

#9ca742

Complementary Color

#9ca742 #4d42a7

#9ca742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca742 Color CSS Codes

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

#9ca742 Text Font Color

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

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


#9ca742 Background Color

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

This div background color is #9ca742


#9ca742 Border Color

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

This div border color is #9ca742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca742


Comments

No comments written yet.

Please login to write comment.