Color Hex Logo

#5cbaae Color Hex

#5CBAAE
(92,186,174)
0 Favorites   0 Comments

Color spaces of #5cbaae

RGB 92186174
HSL0.480.410.55
HSV172°51°73°
CMYK 0.510.000.06   0.27
XYZ29.612540.449146.2911
Yxy40.44910.25450.3476
Hunter Lab63.5996-28.18821.3654
CIE-Lab69.7882-30.8164-2.4759

#5cbaae color RGB value is (92,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111010 10101110
Octal 134 272 256
Decimal 92 186 174
Hex 5C BA AE

RGB Percentages of Color #5cbaae

%20.35
%41.15
%38.50

CMYK Percentages of Color #5cbaae

%51
%0
%6
%27

Triadic Colors of #5cbaae

#5cbaae #ae5cba #baae5c

Analogous Colors of #5cbaae

#5cbaae #5c97ba #5cba7f

Monochromatic Colors of #5cbaae

#5cbaae

Complementary Color

#5cbaae #ba5c68

#5cbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbaae Color CSS Codes

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

#5cbaae Text Font Color

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

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


#5cbaae Background Color

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

This div background color is #5cbaae


#5cbaae Border Color

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

This div border color is #5cbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbaae


Comments

No comments written yet.

Please login to write comment.