Color Hex Logo

#5cbbac Color Hex

#5CBBAC
(92,187,172)
0 Favorites   0 Comments

Color spaces of #5cbbac

RGB 92187172
HSL0.470.410.55
HSV171°51°73°
CMYK 0.510.000.08   0.27
XYZ29.630440.794545.3422
Yxy40.79450.25590.3524
Hunter Lab63.8706-28.96502.6190
CIE-Lab70.0317-31.7977-1.0214

#5cbbac color RGB value is (92,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111011 10101100
Octal 134 273 254
Decimal 92 187 172
Hex 5C BB AC

RGB Percentages of Color #5cbbac

%20.40
%41.46
%38.14

CMYK Percentages of Color #5cbbac

%51
%0
%8
%27

Triadic Colors of #5cbbac

#5cbbac #ac5cbb #bbac5c

Analogous Colors of #5cbbac

#5cbbac #5c9bbb #5cbb7d

Monochromatic Colors of #5cbbac

#5cbbac

Complementary Color

#5cbbac #bb5c6b

#5cbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbbac Color CSS Codes

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

#5cbbac Text Font Color

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

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


#5cbbac Background Color

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

This div background color is #5cbbac


#5cbbac Border Color

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

This div border color is #5cbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbbac


Comments

No comments written yet.

Please login to write comment.