Color Hex Logo

#9dbc6a Color Hex

#9DBC6A
(157,188,106)
0 Favorites   0 Comments

Color spaces of #9dbc6a

RGB 157188106
HSL0.230.380.58
HSV83°44°74°
CMYK 0.160.000.44   0.26
XYZ34.489444.175120.3445
Yxy44.17510.34830.4462
Hunter Lab66.4644-23.686228.3766
CIE-Lab72.3454-24.168137.9812

#9dbc6a color RGB value is (157,188,106).

#9dbc6a hex color red value is 157, green value is 188 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #9dbc6a hue: 0.23 , saturation: 0.38 and the lightness value of 9dbc6a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111100 01101010
Octal 235 274 152
Decimal 157 188 106
Hex 9D BC 6A

RGB Percentages of Color #9dbc6a

%34.81
%41.69
%23.50

CMYK Percentages of Color #9dbc6a

%16
%0
%44
%26

Triadic Colors of #9dbc6a

#9dbc6a #6a9dbc #bc6a9d

Analogous Colors of #9dbc6a

#9dbc6a #74bc6a #bcb26a

Monochromatic Colors of #9dbc6a

#9dbc6a

Complementary Color

#9dbc6a #896abc

#9dbc6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbc6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbc6a Color CSS Codes

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

#9dbc6a Text Font Color

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

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


#9dbc6a Background Color

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

This div background color is #9dbc6a


#9dbc6a Border Color

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

This div border color is #9dbc6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbc6a


Comments

No comments written yet.

Please login to write comment.