Color Hex Logo

#5dbdde Color Hex

#5DBDDE
(93,189,222)
0 Favorites   0 Comments

Color spaces of #5dbdde

RGB 93189222
HSL0.540.660.62
HSV195°58°87°
CMYK 0.580.150.00   0.13
XYZ35.896643.996375.7074
Yxy43.99630.23070.2828
Hunter Lab66.3297-19.4756-21.2416
CIE-Lab72.2260-18.8678-25.0694

#5dbdde color RGB value is (93,189,222).

#5dbdde hex color red value is 93, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5dbdde hue: 0.54 , saturation: 0.66 and the lightness value of 5dbdde is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111101 11011110
Octal 135 275 336
Decimal 93 189 222
Hex 5D BD DE

RGB Percentages of Color #5dbdde

%18.45
%37.50
%44.05

CMYK Percentages of Color #5dbdde

%58
%15
%0
%13

Triadic Colors of #5dbdde

#5dbdde #de5dbd #bdde5d

Analogous Colors of #5dbdde

#5dbdde #5d7dde #5ddebf

Monochromatic Colors of #5dbdde

#5dbdde

Complementary Color

#5dbdde #de7e5d

#5dbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbdde Color CSS Codes

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

#5dbdde Text Font Color

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

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


#5dbdde Background Color

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

This div background color is #5dbdde


#5dbdde Border Color

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

This div border color is #5dbdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbdde


Comments

No comments written yet.

Please login to write comment.