Color Hex Logo

#5acaae Color Hex

#5ACAAE
(90,202,174)
0 Favorites   0 Comments

Color spaces of #5acaae

RGB 90202174
HSL0.460.510.57
HSV165°55°79°
CMYK 0.550.000.14   0.21
XYZ32.977047.470747.4691
Yxy47.47070.25780.3711
Hunter Lab68.8990-35.13817.3805
CIE-Lab74.4898-38.70254.3654

#5acaae color RGB value is (90,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001010 10101110
Octal 132 312 256
Decimal 90 202 174
Hex 5A CA AE

RGB Percentages of Color #5acaae

%19.31
%43.35
%37.34

CMYK Percentages of Color #5acaae

%55
%0
%14
%21

Triadic Colors of #5acaae

#5acaae #ae5aca #caae5a

Analogous Colors of #5acaae

#5acaae #5aaeca #5aca76

Monochromatic Colors of #5acaae

#5acaae

Complementary Color

#5acaae #ca5a76

#5acaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acaae Color CSS Codes

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

#5acaae Text Font Color

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

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


#5acaae Background Color

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

This div background color is #5acaae


#5acaae Border Color

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

This div border color is #5acaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,202,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 #5acaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acaae


Comments

No comments written yet.

Please login to write comment.