Color Hex Logo

#5ca5ae Color Hex

#5CA5AE
(92,165,174)
0 Favorites   0 Comments

Color spaces of #5ca5ae

RGB 92165174
HSL0.520.340.52
HSV187°47°68°
CMYK 0.470.050.00   0.32
XYZ25.508732.241644.9232
Yxy32.24160.24840.3140
Hunter Lab56.7817-19.1783-7.1605
CIE-Lab63.5421-20.3362-11.7490

#5ca5ae color RGB value is (92,165,174).

#5ca5ae hex color red value is 92, green value is 165 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5ca5ae hue: 0.52 , saturation: 0.34 and the lightness value of 5ca5ae is 0.52.

The process color (four color CMYK) of #5ca5ae color hex is 0.47, 0.05, 0.00, 0.32. Web safe color of #5ca5ae is #669999. Color #5ca5ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10100101 10101110
Octal 134 245 256
Decimal 92 165 174
Hex 5C A5 AE

RGB Percentages of Color #5ca5ae

%21.35
%38.28
%40.37

CMYK Percentages of Color #5ca5ae

%47
%5
%0
%32

Triadic Colors of #5ca5ae

#5ca5ae #ae5ca5 #a5ae5c

Analogous Colors of #5ca5ae

#5ca5ae #5c7cae #5cae8e

Monochromatic Colors of #5ca5ae

#5ca5ae

Complementary Color

#5ca5ae #ae655c

#5ca5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca5ae Color CSS Codes

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

#5ca5ae Text Font Color

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

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


#5ca5ae Background Color

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

This div background color is #5ca5ae


#5ca5ae Border Color

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

This div border color is #5ca5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca5ae


Comments

No comments written yet.

Please login to write comment.