Color Hex Logo

#5dbfee Color Hex

#5DBFEE
(93,191,238)
0 Favorites   0 Comments

Color spaces of #5dbfee

RGB 93191238
HSL0.550.810.65
HSV199°61°93°
CMYK 0.610.200.00   0.07
XYZ38.577645.761887.6886
Yxy45.76180.22430.2660
Hunter Lab67.6475-16.5891-29.5019
CIE-Lab73.3907-15.1054-31.9544

#5dbfee color RGB value is (93,191,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111111 11101110
Octal 135 277 356
Decimal 93 191 238
Hex 5D BF EE

RGB Percentages of Color #5dbfee

%17.82
%36.59
%45.59

CMYK Percentages of Color #5dbfee

%61
%20
%0
%7

Triadic Colors of #5dbfee

#5dbfee #ee5dbf #bfee5d

Analogous Colors of #5dbfee

#5dbfee #5d77ee #5deed5

Monochromatic Colors of #5dbfee

#5dbfee

Complementary Color

#5dbfee #ee8c5d

#5dbfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbfee Color CSS Codes

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

#5dbfee Text Font Color

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

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


#5dbfee Background Color

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

This div background color is #5dbfee


#5dbfee Border Color

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

This div border color is #5dbfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbfee

#5dbfee Color Palettes


Comments

No comments written yet.

Please login to write comment.