Color Hex Logo

#5caafa Color Hex

#5CAAFA
(92,170,250)
0 Favorites   0 Comments

Color spaces of #5caafa

RGB 92170250
HSL0.580.940.67
HSV210°63°98°
CMYK 0.630.320.00   0.02
XYZ36.043737.926995.8634
Yxy37.92690.21220.2233
Hunter Lab61.5848-3.3029-49.1819
CIE-Lab67.9667-0.0157-46.9175

#5caafa color RGB value is (92,170,250).

#5caafa hex color red value is 92, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5caafa hue: 0.58 , saturation: 0.94 and the lightness value of 5caafa is 0.67.

The process color (four color CMYK) of #5caafa color hex is 0.63, 0.32, 0.00, 0.02. Web safe color of #5caafa is #6699ff. Color #5caafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 11111010
Octal 134 252 372
Decimal 92 170 250
Hex 5C AA FA

RGB Percentages of Color #5caafa

%17.97
%33.20
%48.83

CMYK Percentages of Color #5caafa

%63
%32
%0
%2

Triadic Colors of #5caafa

#5caafa #fa5caa #aafa5c

Analogous Colors of #5caafa

#5caafa #5d5cfa #5cf9fa

Monochromatic Colors of #5caafa

#5caafa

Complementary Color

#5caafa #faac5c

#5caafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caafa Color CSS Codes

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

#5caafa Text Font Color

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

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


#5caafa Background Color

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

This div background color is #5caafa


#5caafa Border Color

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

This div border color is #5caafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caafa

Related Colors


Comments

No comments written yet.

Please login to write comment.