Color Hex Logo

#9dcb75 Color Hex

#9DCB75
(157,203,117)
0 Favorites   0 Comments

Color spaces of #9dcb75

RGB 157203117
HSL0.260.450.63
HSV92°42°80°
CMYK 0.230.000.42   0.20
XYZ38.471451.164324.6777
Yxy51.16430.33650.4476
Hunter Lab71.5292-29.171429.6153
CIE-Lab76.7784-30.047738.0232

#9dcb75 color RGB value is (157,203,117).

#9dcb75 hex color red value is 157, green value is 203 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #9dcb75 hue: 0.26 , saturation: 0.45 and the lightness value of 9dcb75 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001011 01110101
Octal 235 313 165
Decimal 157 203 117
Hex 9D CB 75

RGB Percentages of Color #9dcb75

%32.91
%42.56
%24.53

CMYK Percentages of Color #9dcb75

%23
%0
%42
%20

Triadic Colors of #9dcb75

#9dcb75 #759dcb #cb759d

Analogous Colors of #9dcb75

#9dcb75 #75cb78 #c8cb75

Monochromatic Colors of #9dcb75

#9dcb75

Complementary Color

#9dcb75 #a375cb

#9dcb75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcb75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcb75 Color CSS Codes

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

#9dcb75 Text Font Color

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

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


#9dcb75 Background Color

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

This div background color is #9dcb75


#9dcb75 Border Color

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

This div border color is #9dcb75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcb75


Comments

No comments written yet.

Please login to write comment.