Color Hex Logo

#5caaff Color Hex

#5CAAFF
(92,170,255)
0 Favorites   0 Comments

Color spaces of #5caaff

RGB 92170255
HSL0.591.000.68
HSV211°64°100°
CMYK 0.640.330.00   0.00
XYZ36.838438.2448100.0481
Yxy38.24480.21030.2184
Hunter Lab61.8424-1.8949-52.6292
CIE-Lab68.20071.6164-49.2638

#5caaff color RGB value is (92,170,255).

#5caaff hex color red value is 92, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5caaff hue: 0.59 , saturation: 1.00 and the lightness value of 5caaff is 0.68.

The process color (four color CMYK) of #5caaff color hex is 0.64, 0.33, 0.00, 0.00. Web safe color of #5caaff is #6699ff. Color #5caaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 11111111
Octal 134 252 377
Decimal 92 170 255
Hex 5C AA FF

RGB Percentages of Color #5caaff

%17.79
%32.88
%49.32

CMYK Percentages of Color #5caaff

%64
%33
%0
%0

Triadic Colors of #5caaff

#5caaff #ff5caa #aaff5c

Analogous Colors of #5caaff

#5caaff #605cff #5cfcff

Monochromatic Colors of #5caaff

#5caaff

Complementary Color

#5caaff #ffb15c

#5caaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caaff Color CSS Codes

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

#5caaff Text Font Color

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

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


#5caaff Background Color

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

This div background color is #5caaff


#5caaff Border Color

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

This div border color is #5caaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caaff

Related Colors


Comments

No comments written yet.

Please login to write comment.