Color Hex Logo

#5dabc1 Color Hex

#5DABC1
(93,171,193)
0 Favorites   0 Comments

Color spaces of #5dabc1

RGB 93171193
HSL0.540.450.56
HSV193°52°76°
CMYK 0.520.110.00   0.24
XYZ28.702835.303255.7535
Yxy35.30320.23970.2948
Hunter Lab59.4165-17.7495-14.0433
CIE-Lab65.9840-17.9263-18.6534

#5dabc1 color RGB value is (93,171,193).

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

The process color (four color CMYK) of #5dabc1 color hex is 0.52, 0.11, 0.00, 0.24. Web safe color of #5dabc1 is #6699cc. Color #5dabc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 11000001
Octal 135 253 301
Decimal 93 171 193
Hex 5D AB C1

RGB Percentages of Color #5dabc1

%20.35
%37.42
%42.23

CMYK Percentages of Color #5dabc1

%52
%11
%0
%24

Triadic Colors of #5dabc1

#5dabc1 #c15dab #abc15d

Analogous Colors of #5dabc1

#5dabc1 #5d79c1 #5dc1a5

Monochromatic Colors of #5dabc1

#5dabc1

Complementary Color

#5dabc1 #c1735d

#5dabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabc1 Color CSS Codes

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

#5dabc1 Text Font Color

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

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


#5dabc1 Background Color

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

This div background color is #5dabc1


#5dabc1 Border Color

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

This div border color is #5dabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabc1


Comments

No comments written yet.

Please login to write comment.