Color Hex Logo

#5dbde7 Color Hex

#5DBDE7
(93,189,231)
0 Favorites   0 Comments

Color spaces of #5dbde7

RGB 93189231
HSL0.550.740.64
HSV198°60°91°
CMYK 0.600.180.00   0.09
XYZ37.135644.491982.2318
Yxy44.49190.22660.2715
Hunter Lab66.7022-17.3514-26.4023
CIE-Lab72.5561-16.1791-29.4507

#5dbde7 color RGB value is (93,189,231).

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

The process color (four color CMYK) of #5dbde7 color hex is 0.60, 0.18, 0.00, 0.09. Web safe color of #5dbde7 is #66ccff. Color #5dbde7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111101 11100111
Octal 135 275 347
Decimal 93 189 231
Hex 5D BD E7

RGB Percentages of Color #5dbde7

%18.13
%36.84
%45.03

CMYK Percentages of Color #5dbde7

%60
%18
%0
%9

Triadic Colors of #5dbde7

#5dbde7 #e75dbd #bde75d

Analogous Colors of #5dbde7

#5dbde7 #5d78e7 #5de7cc

Monochromatic Colors of #5dbde7

#5dbde7

Complementary Color

#5dbde7 #e7875d

#5dbde7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbde7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbde7 Color CSS Codes

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

#5dbde7 Text Font Color

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

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


#5dbde7 Background Color

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

This div background color is #5dbde7


#5dbde7 Border Color

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

This div border color is #5dbde7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbde7


Comments

No comments written yet.

Please login to write comment.