Color Hex Logo

#5dafcc Color Hex

#5DAFCC
(93,175,204)
0 Favorites   0 Comments

Color spaces of #5dafcc

RGB 93175204
HSL0.540.520.58
HSV196°54°80°
CMYK 0.540.140.00   0.20
XYZ30.743337.346762.7150
Yxy37.34670.23500.2855
Hunter Lab61.1119-17.1487-18.0669
CIE-Lab67.5363-16.8493-22.3771

#5dafcc color RGB value is (93,175,204).

#5dafcc hex color red value is 93, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5dafcc hue: 0.54 , saturation: 0.52 and the lightness value of 5dafcc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101111 11001100
Octal 135 257 314
Decimal 93 175 204
Hex 5D AF CC

RGB Percentages of Color #5dafcc

%19.70
%37.08
%43.22

CMYK Percentages of Color #5dafcc

%54
%14
%0
%20

Triadic Colors of #5dafcc

#5dafcc #cc5daf #afcc5d

Analogous Colors of #5dafcc

#5dafcc #5d78cc #5dccb2

Monochromatic Colors of #5dafcc

#5dafcc

Complementary Color

#5dafcc #cc7a5d

#5dafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dafcc Color CSS Codes

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

#5dafcc Text Font Color

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

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


#5dafcc Background Color

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

This div background color is #5dafcc


#5dafcc Border Color

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

This div border color is #5dafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dafcc


Comments

No comments written yet.

Please login to write comment.