Color Hex Logo

#5bba1d Color Hex

#5BBA1D
(91,186,29)
0 Favorites   0 Comments

Color spaces of #5bba1d

RGB 9118629
HSL0.270.730.42
HSV96°84°73°
CMYK 0.510.000.84   0.27
XYZ22.095137.43077.2227
Yxy37.43070.33100.5608
Hunter Lab61.1806-42.601735.8269
CIE-Lab67.5989-52.903363.1749

#5bba1d color RGB value is (91,186,29).

#5bba1d hex color red value is 91, green value is 186 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #5bba1d hue: 0.27 , saturation: 0.73 and the lightness value of 5bba1d is 0.42.

The process color (four color CMYK) of #5bba1d color hex is 0.51, 0.00, 0.84, 0.27. Web safe color of #5bba1d is #66cc33. Color #5bba1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111010 00011101
Octal 133 272 35
Decimal 91 186 29
Hex 5B BA 1D

RGB Percentages of Color #5bba1d

%29.74
%60.78
%9.48

CMYK Percentages of Color #5bba1d

%51
%0
%84
%27

Triadic Colors of #5bba1d

#5bba1d #1d5bba #ba1d5b

Analogous Colors of #5bba1d

#5bba1d #1dba2e #aaba1d

Monochromatic Colors of #5bba1d

#5bba1d

Complementary Color

#5bba1d #7c1dba

#5bba1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bba1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bba1d Color CSS Codes

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

#5bba1d Text Font Color

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

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


#5bba1d Background Color

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

This div background color is #5bba1d


#5bba1d Border Color

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

This div border color is #5bba1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bba1d


Comments

No comments written yet.

Please login to write comment.