Color Hex Logo

#5abbae Color Hex

#5ABBAE
(90,187,174)
0 Favorites   0 Comments

Color spaces of #5abbae

RGB 90187174
HSL0.480.420.54
HSV172°52°73°
CMYK 0.520.000.07   0.27
XYZ29.626840.770346.3524
Yxy40.77030.25380.3492
Hunter Lab63.8516-28.91731.6552
CIE-Lab70.0147-31.7381-2.1518

#5abbae color RGB value is (90,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111011 10101110
Octal 132 273 256
Decimal 90 187 174
Hex 5A BB AE

RGB Percentages of Color #5abbae

%19.96
%41.46
%38.58

CMYK Percentages of Color #5abbae

%52
%0
%7
%27

Triadic Colors of #5abbae

#5abbae #ae5abb #bbae5a

Analogous Colors of #5abbae

#5abbae #5a98bb #5abb7e

Monochromatic Colors of #5abbae

#5abbae

Complementary Color

#5abbae #bb5a67

#5abbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abbae Color CSS Codes

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

#5abbae Text Font Color

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

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


#5abbae Background Color

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

This div background color is #5abbae


#5abbae Border Color

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

This div border color is #5abbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abbae


Comments

No comments written yet.

Please login to write comment.