Color Hex Logo

#5bcc1b Color Hex

#5BCC1B
(91,204,27)
0 Favorites   0 Comments

Color spaces of #5bcc1b

RGB 9120427
HSL0.270.770.45
HSV98°87°80°
CMYK 0.550.000.87   0.20
XYZ26.105145.48908.4413
Yxy45.48900.32620.5684
Hunter Lab67.4455-48.940439.7913
CIE-Lab73.2127-59.525968.5352

#5bcc1b color RGB value is (91,204,27).

#5bcc1b hex color red value is 91, green value is 204 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #5bcc1b hue: 0.27 , saturation: 0.77 and the lightness value of 5bcc1b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001100 00011011
Octal 133 314 33
Decimal 91 204 27
Hex 5B CC 1B

RGB Percentages of Color #5bcc1b

%28.26
%63.35
%8.39

CMYK Percentages of Color #5bcc1b

%55
%0
%87
%20

Triadic Colors of #5bcc1b

#5bcc1b #1b5bcc #cc1b5b

Analogous Colors of #5bcc1b

#5bcc1b #1bcc34 #b4cc1b

Monochromatic Colors of #5bcc1b

#5bcc1b

Complementary Color

#5bcc1b #8c1bcc

#5bcc1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcc1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcc1b Color CSS Codes

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

#5bcc1b Text Font Color

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

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


#5bcc1b Background Color

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

This div background color is #5bcc1b


#5bcc1b Border Color

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

This div border color is #5bcc1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcc1b


Comments

No comments written yet.

Please login to write comment.