Color Hex Logo

#5dabcc Color Hex

#5DABCC
(93,171,204)
0 Favorites   0 Comments

Color spaces of #5dabcc

RGB 93171204
HSL0.550.520.58
HSV198°54°80°
CMYK 0.540.160.00   0.20
XYZ29.976235.812662.4594
Yxy35.81260.23370.2792
Hunter Lab59.8436-15.3141-19.9910
CIE-Lab66.3765-14.7287-24.1505

#5dabcc color RGB value is (93,171,204).

#5dabcc hex color red value is 93, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5dabcc hue: 0.55 , saturation: 0.52 and the lightness value of 5dabcc is 0.58.

The process color (four color CMYK) of #5dabcc color hex is 0.54, 0.16, 0.00, 0.20. Web safe color of #5dabcc is #6699cc. Color #5dabcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 11001100
Octal 135 253 314
Decimal 93 171 204
Hex 5D AB CC

RGB Percentages of Color #5dabcc

%19.87
%36.54
%43.59

CMYK Percentages of Color #5dabcc

%54
%16
%0
%20

Triadic Colors of #5dabcc

#5dabcc #cc5dab #abcc5d

Analogous Colors of #5dabcc

#5dabcc #5d74cc #5dccb6

Monochromatic Colors of #5dabcc

#5dabcc

Complementary Color

#5dabcc #cc7e5d

#5dabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabcc Color CSS Codes

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

#5dabcc Text Font Color

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

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


#5dabcc Background Color

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

This div background color is #5dabcc


#5dabcc Border Color

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

This div border color is #5dabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabcc


Comments

No comments written yet.

Please login to write comment.