Color Hex Logo

#9bdd2f Color Hex

#9BDD2F
(155,221,47)
0 Favorites   0 Comments

Color spaces of #9bdd2f

RGB 15522147
HSL0.230.720.53
HSV83°79°87°
CMYK 0.300.000.79   0.13
XYZ39.887158.886711.9533
Yxy58.88670.36020.5318
Hunter Lab76.7377-41.509344.4809
CIE-Lab81.2293-44.750271.8719

#9bdd2f color RGB value is (155,221,47).

#9bdd2f hex color red value is 155, green value is 221 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #9bdd2f hue: 0.23 , saturation: 0.72 and the lightness value of 9bdd2f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 00101111
Octal 233 335 57
Decimal 155 221 47
Hex 9B DD 2F

RGB Percentages of Color #9bdd2f

%36.64
%52.25
%11.11

CMYK Percentages of Color #9bdd2f

%30
%0
%79
%13

Triadic Colors of #9bdd2f

#9bdd2f #2f9bdd #dd2f9b

Analogous Colors of #9bdd2f

#9bdd2f #44dd2f #ddc82f

Monochromatic Colors of #9bdd2f

#9bdd2f

Complementary Color

#9bdd2f #712fdd

#9bdd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdd2f Color CSS Codes

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

#9bdd2f Text Font Color

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

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


#9bdd2f Background Color

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

This div background color is #9bdd2f


#9bdd2f Border Color

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

This div border color is #9bdd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdd2f


Comments

No comments written yet.

Please login to write comment.