Color Hex Logo

#9dcb3b Color Hex

#9DCB3B
(157,203,59)
0 Favorites   0 Comments

Color spaces of #9dcb3b

RGB 15720359
HSL0.220.580.51
HSV79°71°80°
CMYK 0.230.000.71   0.20
XYZ36.050050.195711.9264
Yxy50.19570.36720.5113
Hunter Lab70.8489-33.159639.6136
CIE-Lab76.1892-35.436563.2540

#9dcb3b color RGB value is (157,203,59).

#9dcb3b hex color red value is 157, green value is 203 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #9dcb3b hue: 0.22 , saturation: 0.58 and the lightness value of 9dcb3b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001011 00111011
Octal 235 313 73
Decimal 157 203 59
Hex 9D CB 3B

RGB Percentages of Color #9dcb3b

%37.47
%48.45
%14.08

CMYK Percentages of Color #9dcb3b

%23
%0
%71
%20

Triadic Colors of #9dcb3b

#9dcb3b #3b9dcb #cb3b9d

Analogous Colors of #9dcb3b

#9dcb3b #55cb3b #cbb13b

Monochromatic Colors of #9dcb3b

#9dcb3b

Complementary Color

#9dcb3b #693bcb

#9dcb3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcb3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcb3b Color CSS Codes

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

#9dcb3b Text Font Color

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

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


#9dcb3b Background Color

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

This div background color is #9dcb3b


#9dcb3b Border Color

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

This div border color is #9dcb3b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,203,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 #9dcb3b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcb3b


Comments

No comments written yet.

Please login to write comment.