Color Hex Logo

#9ca864 Color Hex

#9CA864
(156,168,100)
0 Favorites   0 Comments

Color spaces of #9ca864

RGB 156168100
HSL0.200.280.53
HSV71°40°66°
CMYK 0.070.000.40   0.34
XYZ30.013235.993317.4221
Yxy35.99330.35970.4314
Hunter Lab59.9944-15.692624.7786
CIE-Lab66.5148-15.184933.6885

#9ca864 color RGB value is (156,168,100).

#9ca864 hex color red value is 156, green value is 168 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #9ca864 hue: 0.20 , saturation: 0.28 and the lightness value of 9ca864 is 0.53.

The process color (four color CMYK) of #9ca864 color hex is 0.07, 0.00, 0.40, 0.34. Web safe color of #9ca864 is #999966. Color #9ca864 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101000 01100100
Octal 234 250 144
Decimal 156 168 100
Hex 9C A8 64

RGB Percentages of Color #9ca864

%36.79
%39.62
%23.58

CMYK Percentages of Color #9ca864

%7
%0
%40
%34

Triadic Colors of #9ca864

#9ca864 #649ca8 #a8649c

Analogous Colors of #9ca864

#9ca864 #7aa864 #a89264

Monochromatic Colors of #9ca864

#9ca864

Complementary Color

#9ca864 #7064a8

#9ca864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca864 Color CSS Codes

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

#9ca864 Text Font Color

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

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


#9ca864 Background Color

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

This div background color is #9ca864


#9ca864 Border Color

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

This div border color is #9ca864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca864


Comments

No comments written yet.

Please login to write comment.