Color Hex Logo

#5daefb Color Hex

#5DAEFB
(93,174,251)
0 Favorites   0 Comments

Color spaces of #5daefb

RGB 93174251
HSL0.580.950.67
HSV209°63°98°
CMYK 0.630.310.00   0.02
XYZ37.062839.564396.9500
Yxy39.56430.21350.2279
Hunter Lab62.9002-4.8973-47.3554
CIE-Lab69.1581-1.7716-45.5850

#5daefb color RGB value is (93,174,251).

#5daefb hex color red value is 93, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5daefb hue: 0.58 , saturation: 0.95 and the lightness value of 5daefb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 11111011
Octal 135 256 373
Decimal 93 174 251
Hex 5D AE FB

RGB Percentages of Color #5daefb

%17.95
%33.59
%48.46

CMYK Percentages of Color #5daefb

%63
%31
%0
%2

Triadic Colors of #5daefb

#5daefb #fb5dae #aefb5d

Analogous Colors of #5daefb

#5daefb #5d5ffb #5dfbf9

Monochromatic Colors of #5daefb

#5daefb

Complementary Color

#5daefb #fbaa5d

#5daefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daefb Color CSS Codes

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

#5daefb Text Font Color

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

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


#5daefb Background Color

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

This div background color is #5daefb


#5daefb Border Color

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

This div border color is #5daefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daefb


Comments

No comments written yet.

Please login to write comment.