Color Hex Logo

#9cca7b Color Hex

#9CCA7B
(156,202,123)
0 Favorites   0 Comments

Color spaces of #9cca7b

RGB 156202123
HSL0.260.430.64
HSV95°39°79°
CMYK 0.230.000.39   0.21
XYZ38.406050.739026.5083
Yxy50.73900.33210.4387
Hunter Lab71.2313-28.412427.7975
CIE-Lab76.5206-29.146334.6352

#9cca7b color RGB value is (156,202,123).

#9cca7b hex color red value is 156, green value is 202 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #9cca7b hue: 0.26 , saturation: 0.43 and the lightness value of 9cca7b is 0.64.

The process color (four color CMYK) of #9cca7b color hex is 0.23, 0.00, 0.39, 0.21. Web safe color of #9cca7b is #99cc66. Color #9cca7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001010 01111011
Octal 234 312 173
Decimal 156 202 123
Hex 9C CA 7B

RGB Percentages of Color #9cca7b

%32.43
%42.00
%25.57

CMYK Percentages of Color #9cca7b

%23
%0
%39
%21

Triadic Colors of #9cca7b

#9cca7b #7b9cca #ca7b9c

Analogous Colors of #9cca7b

#9cca7b #7bca82 #c4ca7b

Monochromatic Colors of #9cca7b

#9cca7b

Complementary Color

#9cca7b #a97bca

#9cca7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cca7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cca7b Color CSS Codes

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

#9cca7b Text Font Color

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

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


#9cca7b Background Color

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

This div background color is #9cca7b


#9cca7b Border Color

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

This div border color is #9cca7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cca7b


Comments

No comments written yet.

Please login to write comment.