Color Hex Logo

#5daabc Color Hex

#5DAABC
(93,170,188)
0 Favorites   0 Comments

Color spaces of #5daabc

RGB 93170188
HSL0.530.410.55
HSV191°51°74°
CMYK 0.510.100.00   0.26
XYZ27.966034.707452.8022
Yxy34.70740.24220.3006
Hunter Lab58.9130-18.3638-11.9010
CIE-Lab65.5202-18.8223-16.5784

#5daabc color RGB value is (93,170,188).

#5daabc hex color red value is 93, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5daabc hue: 0.53 , saturation: 0.41 and the lightness value of 5daabc is 0.55.

The process color (four color CMYK) of #5daabc color hex is 0.51, 0.10, 0.00, 0.26. Web safe color of #5daabc is #6699cc. Color #5daabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101010 10111100
Octal 135 252 274
Decimal 93 170 188
Hex 5D AA BC

RGB Percentages of Color #5daabc

%20.62
%37.69
%41.69

CMYK Percentages of Color #5daabc

%51
%10
%0
%26

Triadic Colors of #5daabc

#5daabc #bc5daa #aabc5d

Analogous Colors of #5daabc

#5daabc #5d7bbc #5dbc9f

Monochromatic Colors of #5daabc

#5daabc

Complementary Color

#5daabc #bc6f5d

#5daabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daabc Color CSS Codes

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

#5daabc Text Font Color

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

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


#5daabc Background Color

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

This div background color is #5daabc


#5daabc Border Color

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

This div border color is #5daabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daabc


Comments

No comments written yet.

Please login to write comment.