Color Hex Logo

#5abd20 Color Hex

#5ABD20
(90,189,32)
0 Favorites   0 Comments

Color spaces of #5abd20

RGB 9018932
HSL0.270.710.43
HSV98°83°74°
CMYK 0.520.000.83   0.26
XYZ22.674838.67317.6361
Yxy38.67310.32870.5606
Hunter Lab62.1877-43.744036.2511
CIE-Lab68.5138-54.181363.2363

#5abd20 color RGB value is (90,189,32).

#5abd20 hex color red value is 90, green value is 189 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #5abd20 hue: 0.27 , saturation: 0.71 and the lightness value of 5abd20 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 00100000
Octal 132 275 40
Decimal 90 189 32
Hex 5A BD 20

RGB Percentages of Color #5abd20

%28.94
%60.77
%10.29

CMYK Percentages of Color #5abd20

%52
%0
%83
%26

Triadic Colors of #5abd20

#5abd20 #205abd #bd205a

Analogous Colors of #5abd20

#5abd20 #20bd34 #a9bd20

Monochromatic Colors of #5abd20

#5abd20

Complementary Color

#5abd20 #8320bd

#5abd20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abd20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abd20 Color CSS Codes

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

#5abd20 Text Font Color

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

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


#5abd20 Background Color

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

This div background color is #5abd20


#5abd20 Border Color

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

This div border color is #5abd20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abd20


Comments

No comments written yet.

Please login to write comment.