Color Hex Logo

#5cab8f Color Hex

#5CAB8F
(92,171,143)
0 Favorites   0 Comments

Color spaces of #5cab8f

RGB 92171143
HSL0.440.320.52
HSV159°46°67°
CMYK 0.460.000.16   0.33
XYZ23.934533.384331.1689
Yxy33.38430.27050.3773
Hunter Lab57.7791-27.17158.4615
CIE-Lab64.4709-31.11556.9323

#5cab8f color RGB value is (92,171,143).

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

The process color (four color CMYK) of #5cab8f color hex is 0.46, 0.00, 0.16, 0.33. Web safe color of #5cab8f is #669999. Color #5cab8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101011 10001111
Octal 134 253 217
Decimal 92 171 143
Hex 5C AB 8F

RGB Percentages of Color #5cab8f

%22.66
%42.12
%35.22

CMYK Percentages of Color #5cab8f

%46
%0
%16
%33

Triadic Colors of #5cab8f

#5cab8f #8f5cab #ab8f5c

Analogous Colors of #5cab8f

#5cab8f #5ca0ab #5cab68

Monochromatic Colors of #5cab8f

#5cab8f

Complementary Color

#5cab8f #ab5c78

#5cab8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cab8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cab8f Color CSS Codes

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

#5cab8f Text Font Color

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

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


#5cab8f Background Color

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

This div background color is #5cab8f


#5cab8f Border Color

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

This div border color is #5cab8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cab8f


Comments

No comments written yet.

Please login to write comment.