Color Hex Logo

#9dbf1d Color Hex

#9DBF1D
(157,191,29)
0 Favorites   0 Comments

Color spaces of #9dbf1d

RGB 15719129
HSL0.200.740.43
HSV73°85°75°
CMYK 0.180.000.85   0.25
XYZ32.757244.51848.0288
Yxy44.51840.38400.5219
Hunter Lab66.7221-29.129239.5710
CIE-Lab72.5736-31.225368.8457

#9dbf1d color RGB value is (157,191,29).

#9dbf1d hex color red value is 157, green value is 191 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #9dbf1d hue: 0.20 , saturation: 0.74 and the lightness value of 9dbf1d is 0.43.

The process color (four color CMYK) of #9dbf1d color hex is 0.18, 0.00, 0.85, 0.25. Web safe color of #9dbf1d is #99cc33. Color #9dbf1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111111 00011101
Octal 235 277 35
Decimal 157 191 29
Hex 9D BF 1D

RGB Percentages of Color #9dbf1d

%41.64
%50.66
%7.69

CMYK Percentages of Color #9dbf1d

%18
%0
%85
%25

Triadic Colors of #9dbf1d

#9dbf1d #1d9dbf #bf1d9d

Analogous Colors of #9dbf1d

#9dbf1d #4cbf1d #bf901d

Monochromatic Colors of #9dbf1d

#9dbf1d

Complementary Color

#9dbf1d #3f1dbf

#9dbf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbf1d Color CSS Codes

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

#9dbf1d Text Font Color

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

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


#9dbf1d Background Color

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

This div background color is #9dbf1d


#9dbf1d Border Color

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

This div border color is #9dbf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbf1d


Comments

No comments written yet.

Please login to write comment.