Color Hex Logo

#5defef Color Hex

#5DEFEF
(93,239,239)
0 Favorites   0 Comments

Color spaces of #5defef

RGB 93239239
HSL0.500.820.65
HSV180°61°94°
CMYK 0.610.000.00   0.06
XYZ50.960770.292292.5432
Yxy70.29220.23840.3288
Hunter Lab83.8404-38.2232-6.7561
CIE-Lab87.1400-38.3729-11.6211

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101111 11101111
Octal 135 357 357
Decimal 93 239 239
Hex 5D EF EF

RGB Percentages of Color #5defef

%16.29
%41.86
%41.86

CMYK Percentages of Color #5defef

%61
%0
%0
%6

Triadic Colors of #5defef

#5defef #ef5def #efef5d

Analogous Colors of #5defef

#5defef #5da6ef #5defa6

Monochromatic Colors of #5defef

#5defef

Complementary Color

#5defef #ef5d5d

#5defef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5defef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5defef Color CSS Codes

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

#5defef Text Font Color

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

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


#5defef Background Color

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

This div background color is #5defef


#5defef Border Color

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

This div border color is #5defef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5defef


Comments

No comments written yet.

Please login to write comment.