Color Hex Logo

#5dadea Color Hex

#5DADEA
(93,173,234)
0 Favorites   0 Comments

Color spaces of #5dadea

RGB 93173234
HSL0.570.770.64
HSV206°60°92°
CMYK 0.600.260.00   0.08
XYZ34.309138.154883.3982
Yxy38.15480.22010.2448
Hunter Lab61.7696-8.9513-36.8117
CIE-Lab68.1346-6.6405-37.9311

#5dadea color RGB value is (93,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 11101010
Octal 135 255 352
Decimal 93 173 234
Hex 5D AD EA

RGB Percentages of Color #5dadea

%18.60
%34.60
%46.80

CMYK Percentages of Color #5dadea

%60
%26
%0
%8

Triadic Colors of #5dadea

#5dadea #ea5dad #adea5d

Analogous Colors of #5dadea

#5dadea #5d67ea #5deae1

Monochromatic Colors of #5dadea

#5dadea

Complementary Color

#5dadea #ea9a5d

#5dadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dadea Color CSS Codes

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

#5dadea Text Font Color

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

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


#5dadea Background Color

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

This div background color is #5dadea


#5dadea Border Color

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

This div border color is #5dadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dadea


Comments

No comments written yet.

Please login to write comment.