Color Hex Logo

#5cacab Color Hex

#5CACAB
(92,172,171)
0 Favorites   0 Comments

Color spaces of #5cacab

RGB 92172171
HSL0.500.330.52
HSV179°47°67°
CMYK 0.470.000.01   0.33
XYZ26.516834.720643.8322
Yxy34.72060.25240.3305
Hunter Lab58.9242-22.7896-2.8574
CIE-Lab65.5306-24.7134-7.1053

#5cacab color RGB value is (92,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101100 10101011
Octal 134 254 253
Decimal 92 172 171
Hex 5C AC AB

RGB Percentages of Color #5cacab

%21.15
%39.54
%39.31

CMYK Percentages of Color #5cacab

%47
%0
%1
%33

Triadic Colors of #5cacab

#5cacab #ab5cac #acab5c

Analogous Colors of #5cacab

#5cacab #5c85ac #5cac83

Monochromatic Colors of #5cacab

#5cacab

Complementary Color

#5cacab #ac5c5d

#5cacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cacab Color CSS Codes

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

#5cacab Text Font Color

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

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


#5cacab Background Color

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

This div background color is #5cacab


#5cacab Border Color

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

This div border color is #5cacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cacab


Comments

No comments written yet.

Please login to write comment.