Color Hex Logo

#5caaad Color Hex

#5CAAAD
(92,170,173)
0 Favorites   0 Comments

Color spaces of #5caaad

RGB 92170173
HSL0.510.330.52
HSV182°47°68°
CMYK 0.470.020.00   0.32
XYZ26.331234.041944.7181
Yxy34.04190.25060.3239
Hunter Lab58.3454-21.5478-4.6002
CIE-Lab64.9958-23.1726-9.0156

#5caaad color RGB value is (92,170,173).

#5caaad hex color red value is 92, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5caaad hue: 0.51 , saturation: 0.33 and the lightness value of 5caaad is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 10101101
Octal 134 252 255
Decimal 92 170 173
Hex 5C AA AD

RGB Percentages of Color #5caaad

%21.15
%39.08
%39.77

CMYK Percentages of Color #5caaad

%47
%2
%0
%32

Triadic Colors of #5caaad

#5caaad #ad5caa #aaad5c

Analogous Colors of #5caaad

#5caaad #5c82ad #5cad88

Monochromatic Colors of #5caaad

#5caaad

Complementary Color

#5caaad #ad5f5c

#5caaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caaad Color CSS Codes

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

#5caaad Text Font Color

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

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


#5caaad Background Color

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

This div background color is #5caaad


#5caaad Border Color

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

This div border color is #5caaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caaad


Comments

No comments written yet.

Please login to write comment.