Color Hex Logo

#5bdd2c Color Hex

#5BDD2C
(91,221,44)
0 Favorites   0 Comments

Color spaces of #5bdd2c

RGB 9122144
HSL0.290.720.52
HSV104°80°87°
CMYK 0.590.000.80   0.13
XYZ30.625554.118911.2147
Yxy54.11890.31920.5640
Hunter Lab73.5655-54.429842.4574
CIE-Lab78.5310-64.679169.2342

#5bdd2c color RGB value is (91,221,44).

#5bdd2c hex color red value is 91, green value is 221 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #5bdd2c hue: 0.29 , saturation: 0.72 and the lightness value of 5bdd2c is 0.52.

The process color (four color CMYK) of #5bdd2c color hex is 0.59, 0.00, 0.80, 0.13. Web safe color of #5bdd2c is #66cc33. Color #5bdd2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011101 00101100
Octal 133 335 54
Decimal 91 221 44
Hex 5B DD 2C

RGB Percentages of Color #5bdd2c

%25.56
%62.08
%12.36

CMYK Percentages of Color #5bdd2c

%59
%0
%80
%13

Triadic Colors of #5bdd2c

#5bdd2c #2c5bdd #dd2c5b

Analogous Colors of #5bdd2c

#5bdd2c #2cdd56 #b4dd2c

Monochromatic Colors of #5bdd2c

#5bdd2c

Complementary Color

#5bdd2c #ae2cdd

#5bdd2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdd2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdd2c Color CSS Codes

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

#5bdd2c Text Font Color

<p style="color:#5bdd2c">Text here</p>

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


#5bdd2c Background Color

<div style="background-color:#5bdd2c">
Div content here</div>

This div background color is #5bdd2c


#5bdd2c Border Color

<div style="border:3px solid #5bdd2c">
Div here</div>

This div border color is #5bdd2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,221,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bdd2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bdd2c;
  -webkit-box-shadow: 1px 1px 3px 2px #5bdd2c;
  box-shadow:         1px 1px 3px 2px #5bdd2c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdd2c


Comments

No comments written yet.

Please login to write comment.