Color Hex Logo

#5daffe Color Hex

#5DAFFE
(93,175,254)
0 Favorites   0 Comments

Color spaces of #5daffe

RGB 93175254
HSL0.580.990.68
HSV209°63°100°
CMYK 0.630.310.00   0.00
XYZ37.733640.142999.5255
Yxy40.14290.21270.2263
Hunter Lab63.3584-4.5702-48.7838
CIE-Lab69.5712-1.3617-46.5616

#5daffe color RGB value is (93,175,254).

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

The process color (four color CMYK) of #5daffe color hex is 0.63, 0.31, 0.00, 0.00. Web safe color of #5daffe is #6699ff. Color #5daffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101111 11111110
Octal 135 257 376
Decimal 93 175 254
Hex 5D AF FE

RGB Percentages of Color #5daffe

%17.82
%33.52
%48.66

CMYK Percentages of Color #5daffe

%63
%31
%0
%0

Triadic Colors of #5daffe

#5daffe #fe5daf #affe5d

Analogous Colors of #5daffe

#5daffe #5d5ffe #5dfefd

Monochromatic Colors of #5daffe

#5daffe

Complementary Color

#5daffe #feac5d

#5daffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daffe Color CSS Codes

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

#5daffe Text Font Color

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

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


#5daffe Background Color

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

This div background color is #5daffe


#5daffe Border Color

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

This div border color is #5daffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daffe

Related Colors


Comments

No comments written yet.

Please login to write comment.