Color Hex Logo

#9dbc61 Color Hex

#9DBC61
(157,188,97)
0 Favorites   0 Comments

Color spaces of #9dbc61

RGB 15718897
HSL0.220.400.56
HSV80°48°74°
CMYK 0.160.000.48   0.26
XYZ34.045543.997618.0073
Yxy43.99760.35450.4581
Hunter Lab66.3307-24.460130.3356
CIE-Lab72.2269-25.194042.3346

#9dbc61 color RGB value is (157,188,97).

#9dbc61 hex color red value is 157, green value is 188 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #9dbc61 hue: 0.22 , saturation: 0.40 and the lightness value of 9dbc61 is 0.56.

The process color (four color CMYK) of #9dbc61 color hex is 0.16, 0.00, 0.48, 0.26. Web safe color of #9dbc61 is #99cc66. Color #9dbc61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111100 01100001
Octal 235 274 141
Decimal 157 188 97
Hex 9D BC 61

RGB Percentages of Color #9dbc61

%35.52
%42.53
%21.95

CMYK Percentages of Color #9dbc61

%16
%0
%48
%26

Triadic Colors of #9dbc61

#9dbc61 #619dbc #bc619d

Analogous Colors of #9dbc61

#9dbc61 #70bc61 #bcae61

Monochromatic Colors of #9dbc61

#9dbc61

Complementary Color

#9dbc61 #8061bc

#9dbc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbc61 Color CSS Codes

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

#9dbc61 Text Font Color

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

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


#9dbc61 Background Color

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

This div background color is #9dbc61


#9dbc61 Border Color

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

This div border color is #9dbc61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbc61


Comments

No comments written yet.

Please login to write comment.