Color Hex Logo

#5dbfec Color Hex

#5DBFEC
(93,191,236)
0 Favorites   0 Comments

Color spaces of #5dbfec

RGB 93191236
HSL0.550.790.65
HSV199°61°93°
CMYK 0.610.190.00   0.07
XYZ38.285345.644986.1494
Yxy45.64490.22510.2684
Hunter Lab67.5610-17.0798-28.3100
CIE-Lab73.3145-15.7144-30.9906

#5dbfec color RGB value is (93,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111111 11101100
Octal 135 277 354
Decimal 93 191 236
Hex 5D BF EC

RGB Percentages of Color #5dbfec

%17.88
%36.73
%45.38

CMYK Percentages of Color #5dbfec

%61
%19
%0
%7

Triadic Colors of #5dbfec

#5dbfec #ec5dbf #bfec5d

Analogous Colors of #5dbfec

#5dbfec #5d78ec #5decd2

Monochromatic Colors of #5dbfec

#5dbfec

Complementary Color

#5dbfec #ec8a5d

#5dbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbfec Color CSS Codes

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

#5dbfec Text Font Color

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

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


#5dbfec Background Color

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

This div background color is #5dbfec


#5dbfec Border Color

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

This div border color is #5dbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbfec


Comments

No comments written yet.

Please login to write comment.