Color Hex Logo

#5bc507 Color Hex

#5BC507
(91,197,7)
0 Favorites   0 Comments

Color spaces of #5bc507

RGB 911977
HSL0.260.930.40
HSV93°96°77°
CMYK 0.540.000.96   0.23
XYZ24.319042.17207.0593
Yxy42.17200.33060.5734
Hunter Lab64.9400-46.799539.0129
CIE-Lab70.9893-57.530569.6357

#5bc507 color RGB value is (91,197,7).

#5bc507 hex color red value is 91, green value is 197 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #5bc507 hue: 0.26 , saturation: 0.93 and the lightness value of 5bc507 is 0.40.

The process color (four color CMYK) of #5bc507 color hex is 0.54, 0.00, 0.96, 0.23. Web safe color of #5bc507 is #66cc00. Color #5bc507 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11000101 00000111
Octal 133 305 7
Decimal 91 197 7
Hex 5B C5 7

RGB Percentages of Color #5bc507

%30.85
%66.78
%2.37

CMYK Percentages of Color #5bc507

%54
%0
%96
%23

Triadic Colors of #5bc507

#5bc507 #075bc5 #c5075b

Analogous Colors of #5bc507

#5bc507 #07c512 #bac507

Monochromatic Colors of #5bc507

#5bc507

Complementary Color

#5bc507 #7107c5

#5bc507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc507 Color CSS Codes

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

#5bc507 Text Font Color

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

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


#5bc507 Background Color

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

This div background color is #5bc507


#5bc507 Border Color

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

This div border color is #5bc507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc507


Comments

No comments written yet.

Please login to write comment.