Color Hex Logo

#9cdc71 Color Hex

#9CDC71
(156,220,113)
0 Favorites   0 Comments

Color spaces of #9cdc71

RGB 156220113
HSL0.270.600.65
HSV96°49°86°
CMYK 0.290.000.49   0.14
XYZ42.284159.446624.8685
Yxy59.44660.33400.4696
Hunter Lab77.1016-37.034834.8476
CIE-Lab81.5365-38.721045.9132

#9cdc71 color RGB value is (156,220,113).

#9cdc71 hex color red value is 156, green value is 220 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #9cdc71 hue: 0.27 , saturation: 0.60 and the lightness value of 9cdc71 is 0.65.

The process color (four color CMYK) of #9cdc71 color hex is 0.29, 0.00, 0.49, 0.14. Web safe color of #9cdc71 is #99cc66. Color #9cdc71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011100 01110001
Octal 234 334 161
Decimal 156 220 113
Hex 9C DC 71

RGB Percentages of Color #9cdc71

%31.90
%44.99
%23.11

CMYK Percentages of Color #9cdc71

%29
%0
%49
%14

Triadic Colors of #9cdc71

#9cdc71 #719cdc #dc719c

Analogous Colors of #9cdc71

#9cdc71 #71dc7c #d2dc71

Monochromatic Colors of #9cdc71

#9cdc71

Complementary Color

#9cdc71 #b171dc

#9cdc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdc71 Color CSS Codes

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

#9cdc71 Text Font Color

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

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


#9cdc71 Background Color

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

This div background color is #9cdc71


#9cdc71 Border Color

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

This div border color is #9cdc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdc71


Comments

No comments written yet.

Please login to write comment.