Color Hex Logo

#9dc01d Color Hex

#9DC01D
(157,192,29)
0 Favorites   0 Comments

Color spaces of #9dc01d

RGB 15719229
HSL0.200.740.43
HSV73°85°75°
CMYK 0.180.000.85   0.25
XYZ32.976044.95618.1018
Yxy44.95610.38330.5225
Hunter Lab67.0493-29.546939.7703
CIE-Lab72.8630-31.693669.0912

#9dc01d color RGB value is (157,192,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000000 00011101
Octal 235 300 35
Decimal 157 192 29
Hex 9D C0 1D

RGB Percentages of Color #9dc01d

%41.53
%50.79
%7.67

CMYK Percentages of Color #9dc01d

%18
%0
%85
%25

Triadic Colors of #9dc01d

#9dc01d #1d9dc0 #c01d9d

Analogous Colors of #9dc01d

#9dc01d #4cc01d #c0921d

Monochromatic Colors of #9dc01d

#9dc01d

Complementary Color

#9dc01d #401dc0

#9dc01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc01d Color CSS Codes

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

#9dc01d Text Font Color

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

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


#9dc01d Background Color

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

This div background color is #9dc01d


#9dc01d Border Color

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

This div border color is #9dc01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc01d


Comments

No comments written yet.

Please login to write comment.