Color Hex Logo

#5abf46 Color Hex

#5ABF46
(90,191,70)
0 Favorites   0 Comments

Color spaces of #5abf46

RGB 9019170
HSL0.310.490.51
HSV110°63°75°
CMYK 0.530.000.63   0.25
XYZ23.952739.877512.2290
Yxy39.87750.31490.5243
Hunter Lab63.1486-42.803932.7223
CIE-Lab69.3822-52.204950.7152

#5abf46 color RGB value is (90,191,70).

#5abf46 hex color red value is 90, green value is 191 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #5abf46 hue: 0.31 , saturation: 0.49 and the lightness value of 5abf46 is 0.51.

The process color (four color CMYK) of #5abf46 color hex is 0.53, 0.00, 0.63, 0.25. Web safe color of #5abf46 is #66cc33. Color #5abf46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 01000110
Octal 132 277 106
Decimal 90 191 70
Hex 5A BF 46

RGB Percentages of Color #5abf46

%25.64
%54.42
%19.94

CMYK Percentages of Color #5abf46

%53
%0
%63
%25

Triadic Colors of #5abf46

#5abf46 #465abf #bf465a

Analogous Colors of #5abf46

#5abf46 #46bf6f #97bf46

Monochromatic Colors of #5abf46

#5abf46

Complementary Color

#5abf46 #ab46bf

#5abf46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abf46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abf46 Color CSS Codes

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

#5abf46 Text Font Color

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

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


#5abf46 Background Color

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

This div background color is #5abf46


#5abf46 Border Color

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

This div border color is #5abf46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abf46


Comments

No comments written yet.

Please login to write comment.