Color Hex Logo

#5debef Color Hex

#5DEBEF
(93,235,239)
0 Favorites   0 Comments

Color spaces of #5debef

RGB 93235239
HSL0.500.820.65
HSV182°61°94°
CMYK 0.610.020.00   0.06
XYZ49.802567.975892.1571
Yxy67.97580.23720.3238
Hunter Lab82.4474-36.4598-8.5593
CIE-Lab85.9943-36.5356-13.3325

#5debef color RGB value is (93,235,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101011 11101111
Octal 135 353 357
Decimal 93 235 239
Hex 5D EB EF

RGB Percentages of Color #5debef

%16.40
%41.45
%42.15

CMYK Percentages of Color #5debef

%61
%2
%0
%6

Triadic Colors of #5debef

#5debef #ef5deb #ebef5d

Analogous Colors of #5debef

#5debef #5da2ef #5defaa

Monochromatic Colors of #5debef

#5debef

Complementary Color

#5debef #ef615d

#5debef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5debef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5debef Color CSS Codes

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

#5debef Text Font Color

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

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


#5debef Background Color

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

This div background color is #5debef


#5debef Border Color

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

This div border color is #5debef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5debef


Comments

No comments written yet.

Please login to write comment.