Color Hex Logo

#9dba3b Color Hex

#9DBA3B
(157,186,59)
0 Favorites   0 Comments

Color spaces of #9dba3b

RGB 15718659
HSL0.200.520.48
HSV74°68°73°
CMYK 0.160.000.68   0.27
XYZ32.253042.601710.6607
Yxy42.60170.37720.4982
Hunter Lab65.2700-26.017136.0050
CIE-Lab71.2838-27.473558.3089

#9dba3b color RGB value is (157,186,59).

#9dba3b hex color red value is 157, green value is 186 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #9dba3b hue: 0.20 , saturation: 0.52 and the lightness value of 9dba3b is 0.48.

The process color (four color CMYK) of #9dba3b color hex is 0.16, 0.00, 0.68, 0.27. Web safe color of #9dba3b is #99cc33. Color #9dba3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 00111011
Octal 235 272 73
Decimal 157 186 59
Hex 9D BA 3B

RGB Percentages of Color #9dba3b

%39.05
%46.27
%14.68

CMYK Percentages of Color #9dba3b

%16
%0
%68
%27

Triadic Colors of #9dba3b

#9dba3b #3b9dba #ba3b9d

Analogous Colors of #9dba3b

#9dba3b #5eba3b #ba983b

Monochromatic Colors of #9dba3b

#9dba3b

Complementary Color

#9dba3b #583bba

#9dba3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dba3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dba3b Color CSS Codes

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

#9dba3b Text Font Color

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

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


#9dba3b Background Color

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

This div background color is #9dba3b


#9dba3b Border Color

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

This div border color is #9dba3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dba3b


Comments

No comments written yet.

Please login to write comment.