Color Hex Logo

#5dbedb Color Hex

#5DBEDB
(93,190,219)
0 Favorites   0 Comments

Color spaces of #5dbedb

RGB 93190219
HSL0.540.640.61
HSV194°58°86°
CMYK 0.580.130.00   0.14
XYZ35.713844.268573.6802
Yxy44.26850.23240.2881
Hunter Lab66.5346-20.6220-19.0834
CIE-Lab72.4076-20.2650-23.1606

#5dbedb color RGB value is (93,190,219).

#5dbedb hex color red value is 93, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5dbedb hue: 0.54 , saturation: 0.64 and the lightness value of 5dbedb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 11011011
Octal 135 276 333
Decimal 93 190 219
Hex 5D BE DB

RGB Percentages of Color #5dbedb

%18.53
%37.85
%43.63

CMYK Percentages of Color #5dbedb

%58
%13
%0
%14

Triadic Colors of #5dbedb

#5dbedb #db5dbe #bedb5d

Analogous Colors of #5dbedb

#5dbedb #5d7fdb #5ddbb9

Monochromatic Colors of #5dbedb

#5dbedb

Complementary Color

#5dbedb #db7a5d

#5dbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbedb Color CSS Codes

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

#5dbedb Text Font Color

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

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


#5dbedb Background Color

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

This div background color is #5dbedb


#5dbedb Border Color

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

This div border color is #5dbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbedb


Comments

No comments written yet.

Please login to write comment.