Color Hex Logo

#5caab1 Color Hex

#5CAAB1
(92,170,177)
0 Favorites   0 Comments

Color spaces of #5caab1

RGB 92170177
HSL0.510.350.53
HSV185°48°69°
CMYK 0.480.040.00   0.31
XYZ26.724234.199146.7875
Yxy34.19910.24810.3175
Hunter Lab58.4800-20.7690-6.4996
CIE-Lab65.1203-22.0955-11.0597

#5caab1 color RGB value is (92,170,177).

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

The process color (four color CMYK) of #5caab1 color hex is 0.48, 0.04, 0.00, 0.31. Web safe color of #5caab1 is #669999. Color #5caab1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 10110001
Octal 134 252 261
Decimal 92 170 177
Hex 5C AA B1

RGB Percentages of Color #5caab1

%20.96
%38.72
%40.32

CMYK Percentages of Color #5caab1

%48
%4
%0
%31

Triadic Colors of #5caab1

#5caab1 #b15caa #aab15c

Analogous Colors of #5caab1

#5caab1 #5c80b1 #5cb18e

Monochromatic Colors of #5caab1

#5caab1

Complementary Color

#5caab1 #b1635c

#5caab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caab1 Color CSS Codes

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

#5caab1 Text Font Color

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

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


#5caab1 Background Color

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

This div background color is #5caab1


#5caab1 Border Color

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

This div border color is #5caab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caab1


Comments

No comments written yet.

Please login to write comment.