Color Hex Logo

#5dadeb Color Hex

#5DADEB
(93,173,235)
0 Favorites   0 Comments

Color spaces of #5dadeb

RGB 93173235
HSL0.570.780.64
HSV206°60°92°
CMYK 0.600.260.00   0.08
XYZ34.453238.212584.1571
Yxy38.21250.21970.2437
Hunter Lab61.8163-8.6917-37.4464
CIE-Lab68.1769-6.3255-38.4114

#5dadeb color RGB value is (93,173,235).

#5dadeb hex color red value is 93, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5dadeb hue: 0.57 , saturation: 0.78 and the lightness value of 5dadeb is 0.64.

The process color (four color CMYK) of #5dadeb color hex is 0.60, 0.26, 0.00, 0.08. Web safe color of #5dadeb is #6699ff. Color #5dadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 11101011
Octal 135 255 353
Decimal 93 173 235
Hex 5D AD EB

RGB Percentages of Color #5dadeb

%18.56
%34.53
%46.91

CMYK Percentages of Color #5dadeb

%60
%26
%0
%8

Triadic Colors of #5dadeb

#5dadeb #eb5dad #adeb5d

Analogous Colors of #5dadeb

#5dadeb #5d66eb #5debe2

Monochromatic Colors of #5dadeb

#5dadeb

Complementary Color

#5dadeb #eb9b5d

#5dadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dadeb Color CSS Codes

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

#5dadeb Text Font Color

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

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


#5dadeb Background Color

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

This div background color is #5dadeb


#5dadeb Border Color

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

This div border color is #5dadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dadeb


Comments

No comments written yet.

Please login to write comment.