Color Hex Logo

#9db61d Color Hex

#9DB61D
(157,182,29)
0 Favorites   0 Comments

Color spaces of #9db61d

RGB 15718229
HSL0.190.730.41
HSV70°84°71°
CMYK 0.140.000.84   0.29
XYZ30.854340.71277.3945
Yxy40.71270.39080.5156
Hunter Lab63.8065-25.345837.7935
CIE-Lab69.9742-26.944666.6333

#9db61d color RGB value is (157,182,29).

#9db61d hex color red value is 157, green value is 182 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #9db61d hue: 0.19 , saturation: 0.73 and the lightness value of 9db61d is 0.41.

The process color (four color CMYK) of #9db61d color hex is 0.14, 0.00, 0.84, 0.29. Web safe color of #9db61d is #99cc33. Color #9db61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10110110 00011101
Octal 235 266 35
Decimal 157 182 29
Hex 9D B6 1D

RGB Percentages of Color #9db61d

%42.66
%49.46
%7.88

CMYK Percentages of Color #9db61d

%14
%0
%84
%29

Triadic Colors of #9db61d

#9db61d #1d9db6 #b61d9d

Analogous Colors of #9db61d

#9db61d #51b61d #b6831d

Monochromatic Colors of #9db61d

#9db61d

Complementary Color

#9db61d #361db6

#9db61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9db61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9db61d Color CSS Codes

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

#9db61d Text Font Color

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

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


#9db61d Background Color

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

This div background color is #9db61d


#9db61d Border Color

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

This div border color is #9db61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9db61d


Comments

No comments written yet.

Please login to write comment.