Color Hex Logo

#5abd55 Color Hex

#5ABD55
(90,189,85)
0 Favorites   0 Comments

Color spaces of #5abd55

RGB 9018985
HSL0.330.440.54
HSV117°55°74°
CMYK 0.520.000.55   0.26
XYZ24.053739.224714.8977
Yxy39.22470.30770.5017
Hunter Lab62.6296-41.046729.7374
CIE-Lab68.9137-49.742443.3446

#5abd55 color RGB value is (90,189,85).

#5abd55 hex color red value is 90, green value is 189 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #5abd55 hue: 0.33 , saturation: 0.44 and the lightness value of 5abd55 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 01010101
Octal 132 275 125
Decimal 90 189 85
Hex 5A BD 55

RGB Percentages of Color #5abd55

%24.73
%51.92
%23.35

CMYK Percentages of Color #5abd55

%52
%0
%55
%26

Triadic Colors of #5abd55

#5abd55 #555abd #bd555a

Analogous Colors of #5abd55

#5abd55 #55bd84 #8ebd55

Monochromatic Colors of #5abd55

#5abd55

Complementary Color

#5abd55 #b855bd

#5abd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abd55 Color CSS Codes

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

#5abd55 Text Font Color

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

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


#5abd55 Background Color

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

This div background color is #5abd55


#5abd55 Border Color

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

This div border color is #5abd55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abd55


Comments

No comments written yet.

Please login to write comment.