Color Hex Logo

#5abbab Color Hex

#5ABBAB
(90,187,171)
0 Favorites   0 Comments

Color spaces of #5abbab

RGB 90187171
HSL0.470.420.54
HSV170°52°73°
CMYK 0.520.000.09   0.27
XYZ29.337540.654644.8289
Yxy40.65460.25550.3541
Hunter Lab63.7610-29.45082.9472
CIE-Lab69.9332-32.4941-0.6254

#5abbab color RGB value is (90,187,171).

#5abbab hex color red value is 90, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5abbab hue: 0.47 , saturation: 0.42 and the lightness value of 5abbab is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111011 10101011
Octal 132 273 253
Decimal 90 187 171
Hex 5A BB AB

RGB Percentages of Color #5abbab

%20.09
%41.74
%38.17

CMYK Percentages of Color #5abbab

%52
%0
%9
%27

Triadic Colors of #5abbab

#5abbab #ab5abb #bbab5a

Analogous Colors of #5abbab

#5abbab #5a9bbb #5abb7b

Monochromatic Colors of #5abbab

#5abbab

Complementary Color

#5abbab #bb5a6a

#5abbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abbab Color CSS Codes

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

#5abbab Text Font Color

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

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


#5abbab Background Color

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

This div background color is #5abbab


#5abbab Border Color

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

This div border color is #5abbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abbab


Comments

No comments written yet.

Please login to write comment.