Color Hex Logo

#5acab9 Color Hex

#5ACAB9
(90,202,185)
0 Favorites   0 Comments

Color spaces of #5acab9

RGB 90202185
HSL0.470.510.57
HSV171°55°79°
CMYK 0.550.000.08   0.21
XYZ34.093947.917553.3510
Yxy47.91750.25190.3540
Hunter Lab69.2225-33.22332.7599
CIE-Lab74.7729-35.9998-1.1681

#5acab9 color RGB value is (90,202,185).

#5acab9 hex color red value is 90, green value is 202 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #5acab9 hue: 0.47 , saturation: 0.51 and the lightness value of 5acab9 is 0.57.

The process color (four color CMYK) of #5acab9 color hex is 0.55, 0.00, 0.08, 0.21. Web safe color of #5acab9 is #66cccc. Color #5acab9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001010 10111001
Octal 132 312 271
Decimal 90 202 185
Hex 5A CA B9

RGB Percentages of Color #5acab9

%18.87
%42.35
%38.78

CMYK Percentages of Color #5acab9

%55
%0
%8
%21

Triadic Colors of #5acab9

#5acab9 #b95aca #cab95a

Analogous Colors of #5acab9

#5acab9 #5aa3ca #5aca81

Monochromatic Colors of #5acab9

#5acab9

Complementary Color

#5acab9 #ca5a6b

#5acab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acab9 Color CSS Codes

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

#5acab9 Text Font Color

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

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


#5acab9 Background Color

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

This div background color is #5acab9


#5acab9 Border Color

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

This div border color is #5acab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acab9


Comments

No comments written yet.

Please login to write comment.