Color Hex Logo

#5dbaeb Color Hex

#5DBAEB
(93,186,235)
0 Favorites   0 Comments

Color spaces of #5dbaeb

RGB 93186235
HSL0.560.780.64
HSV201°60°92°
CMYK 0.600.210.00   0.08
XYZ37.068543.443185.0289
Yxy43.44310.22390.2624
Hunter Lab65.9114-14.9567-30.3490
CIE-Lab71.8547-13.3762-32.7020

#5dbaeb color RGB value is (93,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 11101011
Octal 135 272 353
Decimal 93 186 235
Hex 5D BA EB

RGB Percentages of Color #5dbaeb

%18.09
%36.19
%45.72

CMYK Percentages of Color #5dbaeb

%60
%21
%0
%8

Triadic Colors of #5dbaeb

#5dbaeb #eb5dba #baeb5d

Analogous Colors of #5dbaeb

#5dbaeb #5d73eb #5debd5

Monochromatic Colors of #5dbaeb

#5dbaeb

Complementary Color

#5dbaeb #eb8e5d

#5dbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbaeb Color CSS Codes

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

#5dbaeb Text Font Color

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

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


#5dbaeb Background Color

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

This div background color is #5dbaeb


#5dbaeb Border Color

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

This div border color is #5dbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbaeb


Comments

No comments written yet.

Please login to write comment.