Color Hex Logo

#5dbaec Color Hex

#5DBAEC
(93,186,236)
0 Favorites   0 Comments

Color spaces of #5dbaec

RGB 93186236
HSL0.560.790.65
HSV201°61°93°
CMYK 0.610.210.00   0.07
XYZ37.213443.501185.7921
Yxy43.50110.22350.2613
Hunter Lab65.9554-14.7084-30.9533
CIE-Lab71.8938-13.0693-33.1841

#5dbaec color RGB value is (93,186,236).

#5dbaec hex color red value is 93, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5dbaec hue: 0.56 , saturation: 0.79 and the lightness value of 5dbaec is 0.65.

The process color (four color CMYK) of #5dbaec color hex is 0.61, 0.21, 0.00, 0.07. Web safe color of #5dbaec is #66ccff. Color #5dbaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 11101100
Octal 135 272 354
Decimal 93 186 236
Hex 5D BA EC

RGB Percentages of Color #5dbaec

%18.06
%36.12
%45.83

CMYK Percentages of Color #5dbaec

%61
%21
%0
%7

Triadic Colors of #5dbaec

#5dbaec #ec5dba #baec5d

Analogous Colors of #5dbaec

#5dbaec #5d73ec #5decd7

Monochromatic Colors of #5dbaec

#5dbaec

Complementary Color

#5dbaec #ec8f5d

#5dbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbaec Color CSS Codes

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

#5dbaec Text Font Color

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

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


#5dbaec Background Color

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

This div background color is #5dbaec


#5dbaec Border Color

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

This div border color is #5dbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbaec


Comments

No comments written yet.

Please login to write comment.