Color Hex Logo

#5daabd Color Hex

#5DAABD
(93,170,189)
0 Favorites   0 Comments

Color spaces of #5daabd

RGB 93170189
HSL0.530.420.55
HSV192°51°74°
CMYK 0.510.100.00   0.26
XYZ28.074234.750753.3720
Yxy34.75070.24160.2991
Hunter Lab58.9497-18.1532-12.4153
CIE-Lab65.5541-18.5401-17.0832

#5daabd color RGB value is (93,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101010 10111101
Octal 135 252 275
Decimal 93 170 189
Hex 5D AA BD

RGB Percentages of Color #5daabd

%20.58
%37.61
%41.81

CMYK Percentages of Color #5daabd

%51
%10
%0
%26

Triadic Colors of #5daabd

#5daabd #bd5daa #aabd5d

Analogous Colors of #5daabd

#5daabd #5d7abd #5dbda0

Monochromatic Colors of #5daabd

#5daabd

Complementary Color

#5daabd #bd705d

#5daabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daabd Color CSS Codes

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

#5daabd Text Font Color

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

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


#5daabd Background Color

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

This div background color is #5daabd


#5daabd Border Color

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

This div border color is #5daabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daabd


Comments

No comments written yet.

Please login to write comment.