Color Hex Logo

#5accaa Color Hex

#5ACCAA
(90,204,170)
0 Favorites   0 Comments

Color spaces of #5accaa

RGB 90204170
HSL0.450.530.58
HSV162°56°80°
CMYK 0.560.000.17   0.20
XYZ33.065048.261745.6029
Yxy48.26170.26050.3802
Hunter Lab69.4706-36.61549.7095
CIE-Lab74.9897-40.54477.2412

#5accaa color RGB value is (90,204,170).

#5accaa hex color red value is 90, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5accaa hue: 0.45 , saturation: 0.53 and the lightness value of 5accaa is 0.58.

The process color (four color CMYK) of #5accaa color hex is 0.56, 0.00, 0.17, 0.20. Web safe color of #5accaa is #66cc99. Color #5accaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 10101010
Octal 132 314 252
Decimal 90 204 170
Hex 5A CC AA

RGB Percentages of Color #5accaa

%19.40
%43.97
%36.64

CMYK Percentages of Color #5accaa

%56
%0
%17
%20

Triadic Colors of #5accaa

#5accaa #aa5acc #ccaa5a

Analogous Colors of #5accaa

#5accaa #5ab5cc #5acc71

Monochromatic Colors of #5accaa

#5accaa

Complementary Color

#5accaa #cc5a7c

#5accaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5accaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5accaa Color CSS Codes

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

#5accaa Text Font Color

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

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


#5accaa Background Color

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

This div background color is #5accaa


#5accaa Border Color

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

This div border color is #5accaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5accaa


Comments

No comments written yet.

Please login to write comment.