Color Hex Logo

#5cac8f Color Hex

#5CAC8F
(92,172,143)
0 Favorites   0 Comments

Color spaces of #5cac8f

RGB 92172143
HSL0.440.330.52
HSV158°47°67°
CMYK 0.470.000.17   0.33
XYZ24.124133.763531.2321
Yxy33.76350.27070.3789
Hunter Lab58.1064-27.57818.8062
CIE-Lab64.7744-31.59237.3666

#5cac8f color RGB value is (92,172,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101100 10001111
Octal 134 254 217
Decimal 92 172 143
Hex 5C AC 8F

RGB Percentages of Color #5cac8f

%22.60
%42.26
%35.14

CMYK Percentages of Color #5cac8f

%47
%0
%17
%33

Triadic Colors of #5cac8f

#5cac8f #8f5cac #ac8f5c

Analogous Colors of #5cac8f

#5cac8f #5ca1ac #5cac67

Monochromatic Colors of #5cac8f

#5cac8f

Complementary Color

#5cac8f #ac5c79

#5cac8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cac8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cac8f Color CSS Codes

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

#5cac8f Text Font Color

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

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


#5cac8f Background Color

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

This div background color is #5cac8f


#5cac8f Border Color

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

This div border color is #5cac8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cac8f


Comments

No comments written yet.

Please login to write comment.