Color Hex Logo

#5dabdd Color Hex

#5DABDD
(93,171,221)
0 Favorites   0 Comments

Color spaces of #5dabdd

RGB 93171221
HSL0.570.650.62
HSV203°58°87°
CMYK 0.580.230.00   0.13
XYZ32.128336.673473.7920
Yxy36.67340.22530.2572
Hunter Lab60.5586-11.2774-29.8552
CIE-Lab67.0313-9.5937-32.5189

#5dabdd color RGB value is (93,171,221).

#5dabdd hex color red value is 93, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5dabdd hue: 0.57 , saturation: 0.65 and the lightness value of 5dabdd is 0.62.

The process color (four color CMYK) of #5dabdd color hex is 0.58, 0.23, 0.00, 0.13. Web safe color of #5dabdd is #6699cc. Color #5dabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 11011101
Octal 135 253 335
Decimal 93 171 221
Hex 5D AB DD

RGB Percentages of Color #5dabdd

%19.18
%35.26
%45.57

CMYK Percentages of Color #5dabdd

%58
%23
%0
%13

Triadic Colors of #5dabdd

#5dabdd #dd5dab #abdd5d

Analogous Colors of #5dabdd

#5dabdd #5d6bdd #5dddcf

Monochromatic Colors of #5dabdd

#5dabdd

Complementary Color

#5dabdd #dd8f5d

#5dabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabdd Color CSS Codes

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

#5dabdd Text Font Color

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

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


#5dabdd Background Color

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

This div background color is #5dabdd


#5dabdd Border Color

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

This div border color is #5dabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabdd


Comments

No comments written yet.

Please login to write comment.