Color Hex Logo

#5afb6e Color Hex

#5AFB6E
(90,251,110)
0 Favorites   0 Comments

Color spaces of #5afb6e

RGB 90251110
HSL0.350.950.67
HSV127°64°98°
CMYK 0.640.000.56   0.02
XYZ41.528172.293826.5172
Yxy72.29380.29590.5151
Hunter Lab85.0258-61.612541.0271
CIE-Lab88.1098-69.342954.6025

#5afb6e color RGB value is (90,251,110).

#5afb6e hex color red value is 90, green value is 251 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #5afb6e hue: 0.35 , saturation: 0.95 and the lightness value of 5afb6e is 0.67.

The process color (four color CMYK) of #5afb6e color hex is 0.64, 0.00, 0.56, 0.02. Web safe color of #5afb6e is #66ff66. Color #5afb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 01101110
Octal 132 373 156
Decimal 90 251 110
Hex 5A FB 6E

RGB Percentages of Color #5afb6e

%19.96
%55.65
%24.39

CMYK Percentages of Color #5afb6e

%64
%0
%56
%2

Triadic Colors of #5afb6e

#5afb6e #6e5afb #fb6e5a

Analogous Colors of #5afb6e

#5afb6e #5afbbf #97fb5a

Monochromatic Colors of #5afb6e

#5afb6e

Complementary Color

#5afb6e #fb5ae7

#5afb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afb6e Color CSS Codes

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

#5afb6e Text Font Color

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

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


#5afb6e Background Color

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

This div background color is #5afb6e


#5afb6e Border Color

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

This div border color is #5afb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afb6e

Related Colors


Comments

No comments written yet.

Please login to write comment.