Color Hex Logo

#9cd75b Color Hex

#9CD75B
(156,215,91)
0 Favorites   0 Comments

Color spaces of #9cd75b

RGB 15621591
HSL0.250.610.60
HSV89°58°84°
CMYK 0.270.000.58   0.16
XYZ39.899156.424118.6856
Yxy56.42410.34690.4906
Hunter Lab75.1160-36.639737.8324
CIE-Lab79.8546-38.787254.1243

#9cd75b color RGB value is (156,215,91).

#9cd75b hex color red value is 156, green value is 215 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #9cd75b hue: 0.25 , saturation: 0.61 and the lightness value of 9cd75b is 0.60.

The process color (four color CMYK) of #9cd75b color hex is 0.27, 0.00, 0.58, 0.16. Web safe color of #9cd75b is #99cc66. Color #9cd75b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11010111 01011011
Octal 234 327 133
Decimal 156 215 91
Hex 9C D7 5B

RGB Percentages of Color #9cd75b

%33.77
%46.54
%19.70

CMYK Percentages of Color #9cd75b

%27
%0
%58
%16

Triadic Colors of #9cd75b

#9cd75b #5b9cd7 #d75b9c

Analogous Colors of #9cd75b

#9cd75b #5ed75b #d7d45b

Monochromatic Colors of #9cd75b

#9cd75b

Complementary Color

#9cd75b #965bd7

#9cd75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cd75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cd75b Color CSS Codes

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

#9cd75b Text Font Color

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

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


#9cd75b Background Color

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

This div background color is #9cd75b


#9cd75b Border Color

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

This div border color is #9cd75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cd75b


Comments

No comments written yet.

Please login to write comment.