Color Hex Logo

#9dcc3f Color Hex

#9DCC3F
(157,204,63)
0 Favorites   0 Comments

Color spaces of #9dcc3f

RGB 15720463
HSL0.220.580.52
HSV80°69°80°
CMYK 0.230.000.69   0.20
XYZ36.394750.712712.5730
Yxy50.71270.36510.5088
Hunter Lab71.2128-33.396639.3810
CIE-Lab76.5047-35.646262.0989

#9dcc3f color RGB value is (157,204,63).

#9dcc3f hex color red value is 157, green value is 204 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #9dcc3f hue: 0.22 , saturation: 0.58 and the lightness value of 9dcc3f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001100 00111111
Octal 235 314 77
Decimal 157 204 63
Hex 9D CC 3F

RGB Percentages of Color #9dcc3f

%37.03
%48.11
%14.86

CMYK Percentages of Color #9dcc3f

%23
%0
%69
%20

Triadic Colors of #9dcc3f

#9dcc3f #3f9dcc #cc3f9d

Analogous Colors of #9dcc3f

#9dcc3f #57cc3f #ccb53f

Monochromatic Colors of #9dcc3f

#9dcc3f

Complementary Color

#9dcc3f #6e3fcc

#9dcc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcc3f Color CSS Codes

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

#9dcc3f Text Font Color

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

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


#9dcc3f Background Color

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

This div background color is #9dcc3f


#9dcc3f Border Color

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

This div border color is #9dcc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcc3f


Comments

No comments written yet.

Please login to write comment.