Color Hex Logo

#5dbfeb Color Hex

#5DBFEB
(93,191,235)
0 Favorites   0 Comments

Color spaces of #5dbfeb

RGB 93191235
HSL0.550.780.64
HSV199°60°92°
CMYK 0.600.190.00   0.08
XYZ38.140445.586985.3862
Yxy45.58690.22550.2696
Hunter Lab67.5181-17.3235-27.7180
CIE-Lab73.2767-16.0178-30.5079

#5dbfeb color RGB value is (93,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111111 11101011
Octal 135 277 353
Decimal 93 191 235
Hex 5D BF EB

RGB Percentages of Color #5dbfeb

%17.92
%36.80
%45.28

CMYK Percentages of Color #5dbfeb

%60
%19
%0
%8

Triadic Colors of #5dbfeb

#5dbfeb #eb5dbf #bfeb5d

Analogous Colors of #5dbfeb

#5dbfeb #5d78eb #5debd0

Monochromatic Colors of #5dbfeb

#5dbfeb

Complementary Color

#5dbfeb #eb895d

#5dbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbfeb Color CSS Codes

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

#5dbfeb Text Font Color

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

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


#5dbfeb Background Color

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

This div background color is #5dbfeb


#5dbfeb Border Color

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

This div border color is #5dbfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,191,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 #5dbfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbfeb


Comments

No comments written yet.

Please login to write comment.