Color Hex Logo

#5abc2b Color Hex

#5ABC2B
(90,188,43)
0 Favorites   0 Comments

Color spaces of #5abc2b

RGB 9018843
HSL0.280.630.45
HSV101°77°74°
CMYK 0.520.000.77   0.26
XYZ22.635738.31458.4879
Yxy38.31450.32600.5518
Hunter Lab61.8987-43.047235.1989
CIE-Lab68.2518-53.230259.8252

#5abc2b color RGB value is (90,188,43).

#5abc2b hex color red value is 90, green value is 188 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #5abc2b hue: 0.28 , saturation: 0.63 and the lightness value of 5abc2b is 0.45.

The process color (four color CMYK) of #5abc2b color hex is 0.52, 0.00, 0.77, 0.26. Web safe color of #5abc2b is #66cc33. Color #5abc2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 00101011
Octal 132 274 53
Decimal 90 188 43
Hex 5A BC 2B

RGB Percentages of Color #5abc2b

%28.04
%58.57
%13.40

CMYK Percentages of Color #5abc2b

%52
%0
%77
%26

Triadic Colors of #5abc2b

#5abc2b #2b5abc #bc2b5a

Analogous Colors of #5abc2b

#5abc2b #2bbc45 #a3bc2b

Monochromatic Colors of #5abc2b

#5abc2b

Complementary Color

#5abc2b #8d2bbc

#5abc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abc2b Color CSS Codes

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

#5abc2b Text Font Color

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

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


#5abc2b Background Color

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

This div background color is #5abc2b


#5abc2b Border Color

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

This div border color is #5abc2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,188,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5abc2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5abc2b;
  -webkit-box-shadow: 1px 1px 3px 2px #5abc2b;
  box-shadow:         1px 1px 3px 2px #5abc2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,188,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abc2b


Comments

No comments written yet.

Please login to write comment.