Color Hex Logo

#5bcd3f Color Hex

#5BCD3F
(91,205,63)
0 Favorites   0 Comments

Color spaces of #5bcd3f

RGB 9120563
HSL0.300.590.53
HSV108°69°80°
CMYK 0.560.000.69   0.20
XYZ27.042946.245712.2036
Yxy46.24570.31630.5409
Hunter Lab68.0042-48.024136.9631
CIE-Lab73.7047-57.800258.2346

#5bcd3f color RGB value is (91,205,63).

#5bcd3f hex color red value is 91, green value is 205 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #5bcd3f hue: 0.30 , saturation: 0.59 and the lightness value of 5bcd3f is 0.53.

The process color (four color CMYK) of #5bcd3f color hex is 0.56, 0.00, 0.69, 0.20. Web safe color of #5bcd3f is #66cc33. Color #5bcd3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001101 00111111
Octal 133 315 77
Decimal 91 205 63
Hex 5B CD 3F

RGB Percentages of Color #5bcd3f

%25.35
%57.10
%17.55

CMYK Percentages of Color #5bcd3f

%56
%0
%69
%20

Triadic Colors of #5bcd3f

#5bcd3f #3f5bcd #cd3f5b

Analogous Colors of #5bcd3f

#5bcd3f #3fcd6a #a2cd3f

Monochromatic Colors of #5bcd3f

#5bcd3f

Complementary Color

#5bcd3f #b13fcd

#5bcd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcd3f Color CSS Codes

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

#5bcd3f Text Font Color

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

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


#5bcd3f Background Color

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

This div background color is #5bcd3f


#5bcd3f Border Color

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

This div border color is #5bcd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcd3f


Comments

No comments written yet.

Please login to write comment.