Color Hex Logo

#5cbdac Color Hex

#5CBDAC
(92,189,172)
0 Favorites   0 Comments

Color spaces of #5cbdac

RGB 92189172
HSL0.470.420.55
HSV169°51°74°
CMYK 0.510.000.09   0.26
XYZ30.057641.649145.4846
Yxy41.64910.25650.3554
Hunter Lab64.5361-29.80213.3881
CIE-Lab70.6283-32.7477-0.1490

#5cbdac color RGB value is (92,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111101 10101100
Octal 134 275 254
Decimal 92 189 172
Hex 5C BD AC

RGB Percentages of Color #5cbdac

%20.31
%41.72
%37.97

CMYK Percentages of Color #5cbdac

%51
%0
%9
%26

Triadic Colors of #5cbdac

#5cbdac #ac5cbd #bdac5c

Analogous Colors of #5cbdac

#5cbdac #5c9ebd #5cbd7c

Monochromatic Colors of #5cbdac

#5cbdac

Complementary Color

#5cbdac #bd5c6d

#5cbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbdac Color CSS Codes

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

#5cbdac Text Font Color

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

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


#5cbdac Background Color

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

This div background color is #5cbdac


#5cbdac Border Color

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

This div border color is #5cbdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbdac


Comments

No comments written yet.

Please login to write comment.