Color Hex Logo

#5dbaef Color Hex

#5DBAEF
(93,186,239)
0 Favorites   0 Comments

Color spaces of #5dbaef

RGB 93186239
HSL0.560.820.65
HSV202°61°94°
CMYK 0.610.220.00   0.06
XYZ37.653143.677088.1073
Yxy43.67700.22220.2578
Hunter Lab66.0886-13.9570-32.7816
CIE-Lab72.0121-12.1443-34.6270

#5dbaef color RGB value is (93,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 11101111
Octal 135 272 357
Decimal 93 186 239
Hex 5D BA EF

RGB Percentages of Color #5dbaef

%17.95
%35.91
%46.14

CMYK Percentages of Color #5dbaef

%61
%22
%0
%6

Triadic Colors of #5dbaef

#5dbaef #ef5dba #baef5d

Analogous Colors of #5dbaef

#5dbaef #5d71ef #5defdb

Monochromatic Colors of #5dbaef

#5dbaef

Complementary Color

#5dbaef #ef925d

#5dbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbaef Color CSS Codes

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

#5dbaef Text Font Color

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

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


#5dbaef Background Color

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

This div background color is #5dbaef


#5dbaef Border Color

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

This div border color is #5dbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbaef


Comments

No comments written yet.

Please login to write comment.