Color Hex Logo

#5caadc Color Hex

#5CAADC
(92,170,220)
0 Favorites   0 Comments

Color spaces of #5caadc

RGB 92170220
HSL0.570.650.61
HSV203°58°86°
CMYK 0.580.230.00   0.14
XYZ31.706636.192173.0248
Yxy36.19210.22500.2568
Hunter Lab60.1599-11.2033-29.8570
CIE-Lab66.6664-9.5517-32.5370

#5caadc color RGB value is (92,170,220).

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

The process color (four color CMYK) of #5caadc color hex is 0.58, 0.23, 0.00, 0.14. Web safe color of #5caadc is #6699cc. Color #5caadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 11011100
Octal 134 252 334
Decimal 92 170 220
Hex 5C AA DC

RGB Percentages of Color #5caadc

%19.09
%35.27
%45.64

CMYK Percentages of Color #5caadc

%58
%23
%0
%14

Triadic Colors of #5caadc

#5caadc #dc5caa #aadc5c

Analogous Colors of #5caadc

#5caadc #5c6adc #5cdcce

Monochromatic Colors of #5caadc

#5caadc

Complementary Color

#5caadc #dc8e5c

#5caadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caadc Color CSS Codes

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

#5caadc Text Font Color

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

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


#5caadc Background Color

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

This div background color is #5caadc


#5caadc Border Color

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

This div border color is #5caadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caadc


Comments

No comments written yet.

Please login to write comment.