Color Hex Logo

#5abdac Color Hex

#5ABDAC
(90,189,172)
0 Favorites   0 Comments

Color spaces of #5abdac

RGB 90189172
HSL0.470.430.55
HSV170°52°74°
CMYK 0.520.000.09   0.26
XYZ29.860441.547445.4754
Yxy41.54740.25550.3555
Hunter Lab64.4573-30.10853.2903
CIE-Lab70.5577-33.1902-0.2605

#5abdac color RGB value is (90,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 10101100
Octal 132 275 254
Decimal 90 189 172
Hex 5A BD AC

RGB Percentages of Color #5abdac

%19.96
%41.91
%38.14

CMYK Percentages of Color #5abdac

%52
%0
%9
%26

Triadic Colors of #5abdac

#5abdac #ac5abd #bdac5a

Analogous Colors of #5abdac

#5abdac #5a9dbd #5abd7b

Monochromatic Colors of #5abdac

#5abdac

Complementary Color

#5abdac #bd5a6b

#5abdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdac Color CSS Codes

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

#5abdac Text Font Color

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

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


#5abdac Background Color

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

This div background color is #5abdac


#5abdac Border Color

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

This div border color is #5abdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdac


Comments

No comments written yet.

Please login to write comment.