Color Hex Logo

#5cbbab Color Hex

#5CBBAB
(92,187,171)
0 Favorites   0 Comments

Color spaces of #5cbbab

RGB 92187171
HSL0.470.410.55
HSV170°51°73°
CMYK 0.510.000.09   0.27
XYZ29.534640.756244.8382
Yxy40.75620.25650.3540
Hunter Lab63.8406-29.14153.0463
CIE-Lab70.0048-32.0474-0.5124

#5cbbab color RGB value is (92,187,171).

#5cbbab hex color red value is 92, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5cbbab hue: 0.47 , saturation: 0.41 and the lightness value of 5cbbab is 0.55.

The process color (four color CMYK) of #5cbbab color hex is 0.51, 0.00, 0.09, 0.27. Web safe color of #5cbbab is #66cc99. Color #5cbbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111011 10101011
Octal 134 273 253
Decimal 92 187 171
Hex 5C BB AB

RGB Percentages of Color #5cbbab

%20.44
%41.56
%38.00

CMYK Percentages of Color #5cbbab

%51
%0
%9
%27

Triadic Colors of #5cbbab

#5cbbab #ab5cbb #bbab5c

Analogous Colors of #5cbbab

#5cbbab #5c9cbb #5cbb7c

Monochromatic Colors of #5cbbab

#5cbbab

Complementary Color

#5cbbab #bb5c6c

#5cbbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbbab Color CSS Codes

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

#5cbbab Text Font Color

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

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


#5cbbab Background Color

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

This div background color is #5cbbab


#5cbbab Border Color

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

This div border color is #5cbbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbbab


Comments

No comments written yet.

Please login to write comment.