Color Hex Logo

#5dabdb Color Hex

#5DABDB
(93,171,219)
0 Favorites   0 Comments

Color spaces of #5dabdb

RGB 93171219
HSL0.560.640.61
HSV203°58°86°
CMYK 0.580.220.00   0.14
XYZ31.863336.567472.3967
Yxy36.56740.22630.2597
Hunter Lab60.4710-11.7692-28.6531
CIE-Lab66.9512-10.2088-31.5426

#5dabdb color RGB value is (93,171,219).

#5dabdb hex color red value is 93, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5dabdb hue: 0.56 , saturation: 0.64 and the lightness value of 5dabdb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 11011011
Octal 135 253 333
Decimal 93 171 219
Hex 5D AB DB

RGB Percentages of Color #5dabdb

%19.25
%35.40
%45.34

CMYK Percentages of Color #5dabdb

%58
%22
%0
%14

Triadic Colors of #5dabdb

#5dabdb #db5dab #abdb5d

Analogous Colors of #5dabdb

#5dabdb #5d6cdb #5ddbcc

Monochromatic Colors of #5dabdb

#5dabdb

Complementary Color

#5dabdb #db8d5d

#5dabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabdb Color CSS Codes

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

#5dabdb Text Font Color

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

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


#5dabdb Background Color

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

This div background color is #5dabdb


#5dabdb Border Color

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

This div border color is #5dabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabdb


Comments

No comments written yet.

Please login to write comment.