Color Hex Logo

#9cc480 Color Hex

#9CC480
(156,196,128)
0 Favorites   0 Comments

Color spaces of #9cc480

RGB 156196128
HSL0.260.370.64
HSV95°35°77°
CMYK 0.200.000.35   0.23
XYZ37.346548.106327.7391
Yxy48.10630.32990.4250
Hunter Lab69.3587-25.263624.8388
CIE-Lab74.8919-25.556929.9234

#9cc480 color RGB value is (156,196,128).

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

The process color (four color CMYK) of #9cc480 color hex is 0.20, 0.00, 0.35, 0.23. Web safe color of #9cc480 is #99cc99. Color #9cc480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000100 10000000
Octal 234 304 200
Decimal 156 196 128
Hex 9C C4 80

RGB Percentages of Color #9cc480

%32.50
%40.83
%26.67

CMYK Percentages of Color #9cc480

%20
%0
%35
%23

Triadic Colors of #9cc480

#9cc480 #809cc4 #c4809c

Analogous Colors of #9cc480

#9cc480 #80c486 #bec480

Monochromatic Colors of #9cc480

#9cc480

Complementary Color

#9cc480 #a880c4

#9cc480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc480 Color CSS Codes

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

#9cc480 Text Font Color

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

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


#9cc480 Background Color

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

This div background color is #9cc480


#9cc480 Border Color

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

This div border color is #9cc480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc480


Comments

No comments written yet.

Please login to write comment.