Color Hex Logo

#5daeff Color Hex

#5DAEFF
(93,174,255)
0 Favorites   0 Comments

Color spaces of #5daeff

RGB 93174255
HSL0.581.000.68
HSV210°64°100°
CMYK 0.640.320.00   0.00
XYZ37.700339.8193100.3066
Yxy39.81930.21200.2239
Hunter Lab63.1025-3.7855-50.0745
CIE-Lab69.3406-0.4761-47.4656

#5daeff color RGB value is (93,174,255).

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

The process color (four color CMYK) of #5daeff color hex is 0.64, 0.32, 0.00, 0.00. Web safe color of #5daeff is #6699ff. Color #5daeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 11111111
Octal 135 256 377
Decimal 93 174 255
Hex 5D AE FF

RGB Percentages of Color #5daeff

%17.82
%33.33
%48.85

CMYK Percentages of Color #5daeff

%64
%32
%0
%0

Triadic Colors of #5daeff

#5daeff #ff5dae #aeff5d

Analogous Colors of #5daeff

#5daeff #5d5dff #5dffff

Monochromatic Colors of #5daeff

#5daeff

Complementary Color

#5daeff #ffae5d

#5daeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daeff Color CSS Codes

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

#5daeff Text Font Color

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

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


#5daeff Background Color

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

This div background color is #5daeff


#5daeff Border Color

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

This div border color is #5daeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daeff


Comments

No comments written yet.

Please login to write comment.