Color Hex Logo

#5caabc Color Hex

#5CAABC
(92,170,188)
0 Favorites   0 Comments

Color spaces of #5caabc

RGB 92170188
HSL0.530.420.55
HSV191°51°74°
CMYK 0.510.100.00   0.26
XYZ27.865534.655652.7975
Yxy34.65560.24160.3005
Hunter Lab58.8690-18.5282-11.9668
CIE-Lab65.4796-19.0463-16.6437

#5caabc color RGB value is (92,170,188).

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

The process color (four color CMYK) of #5caabc color hex is 0.51, 0.10, 0.00, 0.26. Web safe color of #5caabc is #6699cc. Color #5caabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 10111100
Octal 134 252 274
Decimal 92 170 188
Hex 5C AA BC

RGB Percentages of Color #5caabc

%20.44
%37.78
%41.78

CMYK Percentages of Color #5caabc

%51
%10
%0
%26

Triadic Colors of #5caabc

#5caabc #bc5caa #aabc5c

Analogous Colors of #5caabc

#5caabc #5c7abc #5cbc9e

Monochromatic Colors of #5caabc

#5caabc

Complementary Color

#5caabc #bc6e5c

#5caabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caabc Color CSS Codes

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

#5caabc Text Font Color

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

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


#5caabc Background Color

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

This div background color is #5caabc


#5caabc Border Color

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

This div border color is #5caabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caabc


Comments

No comments written yet.

Please login to write comment.