Color Hex Logo

#9dc162 Color Hex

#9DC162
(157,193,98)
0 Favorites   0 Comments

Color spaces of #9dc162

RGB 15719398
HSL0.230.430.57
HSV83°49°76°
CMYK 0.190.000.49   0.24
XYZ35.179246.189918.6167
Yxy46.18990.35180.4620
Hunter Lab67.9632-26.540031.3333
CIE-Lab73.6686-27.509643.5956

#9dc162 color RGB value is (157,193,98).

#9dc162 hex color red value is 157, green value is 193 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #9dc162 hue: 0.23 , saturation: 0.43 and the lightness value of 9dc162 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000001 01100010
Octal 235 301 142
Decimal 157 193 98
Hex 9D C1 62

RGB Percentages of Color #9dc162

%35.04
%43.08
%21.88

CMYK Percentages of Color #9dc162

%19
%0
%49
%24

Triadic Colors of #9dc162

#9dc162 #629dc1 #c1629d

Analogous Colors of #9dc162

#9dc162 #6ec162 #c1b662

Monochromatic Colors of #9dc162

#9dc162

Complementary Color

#9dc162 #8662c1

#9dc162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc162 Color CSS Codes

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

#9dc162 Text Font Color

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

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


#9dc162 Background Color

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

This div background color is #9dc162


#9dc162 Border Color

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

This div border color is #9dc162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc162


Comments

No comments written yet.

Please login to write comment.