Color Hex Logo

#5aaca0 Color Hex

#5AACA0
(90,172,160)
0 Favorites   0 Comments

Color spaces of #5aaca0

RGB 90172160
HSL0.480.330.51
HSV171°48°67°
CMYK 0.480.000.07   0.33
XYZ25.314134.216838.5280
Yxy34.21680.25820.3489
Hunter Lab58.4951-25.11961.8950
CIE-Lab65.1343-28.0215-1.5739

#5aaca0 color RGB value is (90,172,160).

#5aaca0 hex color red value is 90, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #5aaca0 hue: 0.48 , saturation: 0.33 and the lightness value of 5aaca0 is 0.51.

The process color (four color CMYK) of #5aaca0 color hex is 0.48, 0.00, 0.07, 0.33. Web safe color of #5aaca0 is #669999. Color #5aaca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101100 10100000
Octal 132 254 240
Decimal 90 172 160
Hex 5A AC A0

RGB Percentages of Color #5aaca0

%21.33
%40.76
%37.91

CMYK Percentages of Color #5aaca0

%48
%0
%7
%33

Triadic Colors of #5aaca0

#5aaca0 #a05aac #aca05a

Analogous Colors of #5aaca0

#5aaca0 #5a8fac #5aac77

Monochromatic Colors of #5aaca0

#5aaca0

Complementary Color

#5aaca0 #ac5a66

#5aaca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaca0 Color CSS Codes

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

#5aaca0 Text Font Color

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

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


#5aaca0 Background Color

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

This div background color is #5aaca0


#5aaca0 Border Color

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

This div border color is #5aaca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaca0


Comments

No comments written yet.

Please login to write comment.