Color Hex Logo

#5caddd Color Hex

#5CADDD
(92,173,221)
0 Favorites   0 Comments

Color spaces of #5caddd

RGB 92173221
HSL0.560.650.61
HSV202°58°87°
CMYK 0.580.220.00   0.13
XYZ32.408337.382973.9141
Yxy37.38290.22550.2601
Hunter Lab61.1416-12.3832-28.8767
CIE-Lab67.5633-10.8781-31.6984

#5caddd color RGB value is (92,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101101 11011101
Octal 134 255 335
Decimal 92 173 221
Hex 5C AD DD

RGB Percentages of Color #5caddd

%18.93
%35.60
%45.47

CMYK Percentages of Color #5caddd

%58
%22
%0
%13

Triadic Colors of #5caddd

#5caddd #dd5cad #addd5c

Analogous Colors of #5caddd

#5caddd #5c6ddd #5cddcd

Monochromatic Colors of #5caddd

#5caddd

Complementary Color

#5caddd #dd8c5c

#5caddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caddd Color CSS Codes

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

#5caddd Text Font Color

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

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


#5caddd Background Color

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

This div background color is #5caddd


#5caddd Border Color

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

This div border color is #5caddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caddd


Comments

No comments written yet.

Please login to write comment.