Color Hex Logo

#9dcc7f Color Hex

#9DCC7F
(157,204,127)
0 Favorites   0 Comments

Color spaces of #9dcc7f

RGB 157204127
HSL0.270.430.65
HSV97°38°80°
CMYK 0.230.000.38   0.20
XYZ39.328351.886128.0209
Yxy51.88610.32980.4352
Hunter Lab72.0320-28.597927.3582
CIE-Lab77.2127-29.193633.4968

#9dcc7f color RGB value is (157,204,127).

#9dcc7f hex color red value is 157, green value is 204 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #9dcc7f hue: 0.27 , saturation: 0.43 and the lightness value of 9dcc7f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001100 01111111
Octal 235 314 177
Decimal 157 204 127
Hex 9D CC 7F

RGB Percentages of Color #9dcc7f

%32.17
%41.80
%26.02

CMYK Percentages of Color #9dcc7f

%23
%0
%38
%20

Triadic Colors of #9dcc7f

#9dcc7f #7f9dcc #cc7f9d

Analogous Colors of #9dcc7f

#9dcc7f #7fcc88 #c4cc7f

Monochromatic Colors of #9dcc7f

#9dcc7f

Complementary Color

#9dcc7f #ae7fcc

#9dcc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcc7f Color CSS Codes

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

#9dcc7f Text Font Color

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

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


#9dcc7f Background Color

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

This div background color is #9dcc7f


#9dcc7f Border Color

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

This div border color is #9dcc7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,204,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dcc7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dcc7f;
  -webkit-box-shadow: 1px 1px 3px 2px #9dcc7f;
  box-shadow:         1px 1px 3px 2px #9dcc7f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,204,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcc7f


Comments

No comments written yet.

Please login to write comment.