Color Hex Logo

#5dafce Color Hex

#5DAFCE
(93,175,206)
0 Favorites   0 Comments

Color spaces of #5dafce

RGB 93175206
HSL0.550.540.59
HSV196°55°81°
CMYK 0.550.150.00   0.19
XYZ30.984837.443363.9867
Yxy37.44330.23400.2828
Hunter Lab61.1909-16.6984-19.1653
CIE-Lab67.6083-16.2631-23.3703

#5dafce color RGB value is (93,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101111 11001110
Octal 135 257 316
Decimal 93 175 206
Hex 5D AF CE

RGB Percentages of Color #5dafce

%19.62
%36.92
%43.46

CMYK Percentages of Color #5dafce

%55
%15
%0
%19

Triadic Colors of #5dafce

#5dafce #ce5daf #afce5d

Analogous Colors of #5dafce

#5dafce #5d77ce #5dceb5

Monochromatic Colors of #5dafce

#5dafce

Complementary Color

#5dafce #ce7c5d

#5dafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dafce Color CSS Codes

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

#5dafce Text Font Color

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

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


#5dafce Background Color

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

This div background color is #5dafce


#5dafce Border Color

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

This div border color is #5dafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dafce


Comments

No comments written yet.

Please login to write comment.