Color Hex Logo

#5caadf Color Hex

#5CAADF
(92,170,223)
0 Favorites   0 Comments

Color spaces of #5caadf

RGB 92170223
HSL0.570.670.62
HSV204°59°87°
CMYK 0.590.240.00   0.13
XYZ32.107636.352575.1365
Yxy36.35250.22360.2532
Hunter Lab60.2930-10.4569-31.6814
CIE-Lab66.7884-8.6216-33.9982

#5caadf color RGB value is (92,170,223).

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

The process color (four color CMYK) of #5caadf color hex is 0.59, 0.24, 0.00, 0.13. Web safe color of #5caadf is #6699cc. Color #5caadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 11011111
Octal 134 252 337
Decimal 92 170 223
Hex 5C AA DF

RGB Percentages of Color #5caadf

%18.97
%35.05
%45.98

CMYK Percentages of Color #5caadf

%59
%24
%0
%13

Triadic Colors of #5caadf

#5caadf #df5caa #aadf5c

Analogous Colors of #5caadf

#5caadf #5c69df #5cdfd3

Monochromatic Colors of #5caadf

#5caadf

Complementary Color

#5caadf #df915c

#5caadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caadf Color CSS Codes

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

#5caadf Text Font Color

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

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


#5caadf Background Color

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

This div background color is #5caadf


#5caadf Border Color

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

This div border color is #5caadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caadf


Comments

No comments written yet.

Please login to write comment.