Color Hex Logo

#9bdd0c Color Hex

#9BDD0C
(155,221,12)
0 Favorites   0 Comments

Color spaces of #9bdd0c

RGB 15522112
HSL0.220.900.46
HSV79°95°87°
CMYK 0.300.000.95   0.13
XYZ39.440458.70809.6009
Yxy58.70800.36600.5449
Hunter Lab76.6211-42.204946.2056
CIE-Lab81.1308-45.728578.4484

#9bdd0c color RGB value is (155,221,12).

#9bdd0c hex color red value is 155, green value is 221 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #9bdd0c hue: 0.22 , saturation: 0.90 and the lightness value of 9bdd0c is 0.46.

The process color (four color CMYK) of #9bdd0c color hex is 0.30, 0.00, 0.95, 0.13. Web safe color of #9bdd0c is #99cc00. Color #9bdd0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 00001100
Octal 233 335 14
Decimal 155 221 12
Hex 9B DD C

RGB Percentages of Color #9bdd0c

%39.95
%56.96
%3.09

CMYK Percentages of Color #9bdd0c

%30
%0
%95
%13

Triadic Colors of #9bdd0c

#9bdd0c #0c9bdd #dd0c9b

Analogous Colors of #9bdd0c

#9bdd0c #32dd0c #ddb70c

Monochromatic Colors of #9bdd0c

#9bdd0c

Complementary Color

#9bdd0c #4e0cdd

#9bdd0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdd0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdd0c Color CSS Codes

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

#9bdd0c Text Font Color

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

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


#9bdd0c Background Color

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

This div background color is #9bdd0c


#9bdd0c Border Color

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

This div border color is #9bdd0c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,221,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bdd0c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bdd0c;
  -webkit-box-shadow: 1px 1px 3px 2px #9bdd0c;
  box-shadow:         1px 1px 3px 2px #9bdd0c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,221,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdd0c


Comments

No comments written yet.

Please login to write comment.