Color Hex Logo

#5dc1db Color Hex

#5DC1DB
(93,193,219)
0 Favorites   0 Comments

Color spaces of #5dc1db

RGB 93193219
HSL0.530.640.61
HSV192°58°86°
CMYK 0.580.120.00   0.14
XYZ36.370345.581673.8990
Yxy45.58160.23340.2925
Hunter Lab67.5141-21.9907-17.6372
CIE-Lab73.2732-21.7987-21.8418

#5dc1db color RGB value is (93,193,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000001 11011011
Octal 135 301 333
Decimal 93 193 219
Hex 5D C1 DB

RGB Percentages of Color #5dc1db

%18.42
%38.22
%43.37

CMYK Percentages of Color #5dc1db

%58
%12
%0
%14

Triadic Colors of #5dc1db

#5dc1db #db5dc1 #c1db5d

Analogous Colors of #5dc1db

#5dc1db #5d82db #5ddbb6

Monochromatic Colors of #5dc1db

#5dc1db

Complementary Color

#5dc1db #db775d

#5dc1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc1db Color CSS Codes

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

#5dc1db Text Font Color

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

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


#5dc1db Background Color

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

This div background color is #5dc1db


#5dc1db Border Color

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

This div border color is #5dc1db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,193,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 #5dc1db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc1db


Comments

No comments written yet.

Please login to write comment.