Color Hex Logo

#5cacaa Color Hex

#5CACAA
(92,172,170)
0 Favorites   0 Comments

Color spaces of #5cacaa

RGB 92172170
HSL0.500.330.52
HSV179°47°67°
CMYK 0.470.000.01   0.33
XYZ26.421934.682643.3321
Yxy34.68260.25300.3321
Hunter Lab58.8919-22.9768-2.4006
CIE-Lab65.5008-24.9754-6.5929

#5cacaa color RGB value is (92,172,170).

#5cacaa hex color red value is 92, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5cacaa hue: 0.50 , saturation: 0.33 and the lightness value of 5cacaa is 0.52.

The process color (four color CMYK) of #5cacaa color hex is 0.47, 0.00, 0.01, 0.33. Web safe color of #5cacaa is #669999. Color #5cacaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101100 10101010
Octal 134 254 252
Decimal 92 172 170
Hex 5C AC AA

RGB Percentages of Color #5cacaa

%21.20
%39.63
%39.17

CMYK Percentages of Color #5cacaa

%47
%0
%1
%33

Triadic Colors of #5cacaa

#5cacaa #aa5cac #acaa5c

Analogous Colors of #5cacaa

#5cacaa #5c86ac #5cac82

Monochromatic Colors of #5cacaa

#5cacaa

Complementary Color

#5cacaa #ac5c5e

#5cacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cacaa Color CSS Codes

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

#5cacaa Text Font Color

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

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


#5cacaa Background Color

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

This div background color is #5cacaa


#5cacaa Border Color

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

This div border color is #5cacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cacaa


Comments

No comments written yet.

Please login to write comment.