Color Hex Logo

#5abfa5 Color Hex

#5ABFA5
(90,191,165)
0 Favorites   0 Comments

Color spaces of #5abfa5

RGB 90191165
HSL0.460.440.55
HSV165°53°75°
CMYK 0.530.000.14   0.25
XYZ29.638842.151942.1713
Yxy42.15190.26010.3699
Hunter Lab64.9245-32.13056.9357
CIE-Lab70.9755-35.83384.1719

#5abfa5 color RGB value is (90,191,165).

#5abfa5 hex color red value is 90, green value is 191 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #5abfa5 hue: 0.46 , saturation: 0.44 and the lightness value of 5abfa5 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 10100101
Octal 132 277 245
Decimal 90 191 165
Hex 5A BF A5

RGB Percentages of Color #5abfa5

%20.18
%42.83
%37.00

CMYK Percentages of Color #5abfa5

%53
%0
%14
%25

Triadic Colors of #5abfa5

#5abfa5 #a55abf #bfa55a

Analogous Colors of #5abfa5

#5abfa5 #5aa7bf #5abf73

Monochromatic Colors of #5abfa5

#5abfa5

Complementary Color

#5abfa5 #bf5a74

#5abfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abfa5 Color CSS Codes

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

#5abfa5 Text Font Color

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

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


#5abfa5 Background Color

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

This div background color is #5abfa5


#5abfa5 Border Color

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

This div border color is #5abfa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abfa5


Comments

No comments written yet.

Please login to write comment.