Color Hex Logo

#9ca527 Color Hex

#9CA527
(156,165,39)
0 Favorites   0 Comments

Color spaces of #9ca527

RGB 15616539
HSL0.180.620.40
HSV64°76°65°
CMYK 0.050.000.76   0.35
XYZ27.531634.12477.0551
Yxy34.12470.40070.4966
Hunter Lab58.4164-18.101633.7308
CIE-Lab65.0614-18.575759.4311

#9ca527 color RGB value is (156,165,39).

#9ca527 hex color red value is 156, green value is 165 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #9ca527 hue: 0.18 , saturation: 0.62 and the lightness value of 9ca527 is 0.40.

The process color (four color CMYK) of #9ca527 color hex is 0.05, 0.00, 0.76, 0.35. Web safe color of #9ca527 is #999933. Color #9ca527 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10100101 00100111
Octal 234 245 47
Decimal 156 165 39
Hex 9C A5 27

RGB Percentages of Color #9ca527

%43.33
%45.83
%10.83

CMYK Percentages of Color #9ca527

%5
%0
%76
%35

Triadic Colors of #9ca527

#9ca527 #279ca5 #a5279c

Analogous Colors of #9ca527

#9ca527 #5da527 #a56f27

Monochromatic Colors of #9ca527

#9ca527

Complementary Color

#9ca527 #3027a5

#9ca527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca527 Color CSS Codes

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

#9ca527 Text Font Color

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

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


#9ca527 Background Color

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

This div background color is #9ca527


#9ca527 Border Color

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

This div border color is #9ca527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca527


Comments

No comments written yet.

Please login to write comment.