Color Hex Logo

#5caddf Color Hex

#5CADDF
(92,173,223)
0 Favorites   0 Comments

Color spaces of #5caddf

RGB 92173223
HSL0.560.670.62
HSV203°59°87°
CMYK 0.590.220.00   0.13
XYZ32.676537.490275.3261
Yxy37.49020.22460.2577
Hunter Lab61.2292-11.8902-30.0799
CIE-Lab67.6432-10.2614-32.6729

#5caddf color RGB value is (92,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101101 11011111
Octal 134 255 337
Decimal 92 173 223
Hex 5C AD DF

RGB Percentages of Color #5caddf

%18.85
%35.45
%45.70

CMYK Percentages of Color #5caddf

%59
%22
%0
%13

Triadic Colors of #5caddf

#5caddf #df5cad #addf5c

Analogous Colors of #5caddf

#5caddf #5c6cdf #5cdfd0

Monochromatic Colors of #5caddf

#5caddf

Complementary Color

#5caddf #df8e5c

#5caddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caddf Color CSS Codes

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

#5caddf Text Font Color

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

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


#5caddf Background Color

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

This div background color is #5caddf


#5caddf Border Color

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

This div border color is #5caddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,173,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 #5caddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caddf


Comments

No comments written yet.

Please login to write comment.