Color Hex Logo

#5dbadf Color Hex

#5DBADF
(93,186,223)
0 Favorites   0 Comments

Color spaces of #5dbadf

RGB 93186223
HSL0.550.670.62
HSV197°58°87°
CMYK 0.580.170.00   0.13
XYZ35.392442.772776.2026
Yxy42.77270.22930.2771
Hunter Lab65.4008-17.8542-23.3019
CIE-Lab71.4004-17.0093-26.8784

#5dbadf color RGB value is (93,186,223).

#5dbadf hex color red value is 93, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5dbadf hue: 0.55 , saturation: 0.67 and the lightness value of 5dbadf is 0.62.

The process color (four color CMYK) of #5dbadf color hex is 0.58, 0.17, 0.00, 0.13. Web safe color of #5dbadf is #66cccc. Color #5dbadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 11011111
Octal 135 272 337
Decimal 93 186 223
Hex 5D BA DF

RGB Percentages of Color #5dbadf

%18.53
%37.05
%44.42

CMYK Percentages of Color #5dbadf

%58
%17
%0
%13

Triadic Colors of #5dbadf

#5dbadf #df5dba #badf5d

Analogous Colors of #5dbadf

#5dbadf #5d79df #5ddfc3

Monochromatic Colors of #5dbadf

#5dbadf

Complementary Color

#5dbadf #df825d

#5dbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbadf Color CSS Codes

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

#5dbadf Text Font Color

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

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


#5dbadf Background Color

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

This div background color is #5dbadf


#5dbadf Border Color

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

This div border color is #5dbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbadf

#5dbadf Color Palettes


Comments

No comments written yet.

Please login to write comment.