Color Hex Logo

#5cafd9 Color Hex

#5CAFD9
(92,175,217)
0 Favorites   0 Comments

Color spaces of #5cafd9

RGB 92175217
HSL0.560.620.61
HSV200°58°85°
CMYK 0.580.190.00   0.15
XYZ32.268037.945071.2691
Yxy37.94500.22810.2682
Hunter Lab61.5995-14.2945-25.4774
CIE-Lab67.9801-13.1792-28.8577

#5cafd9 color RGB value is (92,175,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101111 11011001
Octal 134 257 331
Decimal 92 175 217
Hex 5C AF D9

RGB Percentages of Color #5cafd9

%19.01
%36.16
%44.83

CMYK Percentages of Color #5cafd9

%58
%19
%0
%15

Triadic Colors of #5cafd9

#5cafd9 #d95caf #afd95c

Analogous Colors of #5cafd9

#5cafd9 #5c71d9 #5cd9c5

Monochromatic Colors of #5cafd9

#5cafd9

Complementary Color

#5cafd9 #d9865c

#5cafd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cafd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cafd9 Color CSS Codes

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

#5cafd9 Text Font Color

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

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


#5cafd9 Background Color

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

This div background color is #5cafd9


#5cafd9 Border Color

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

This div border color is #5cafd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cafd9


Comments

No comments written yet.

Please login to write comment.