Color Hex Logo

#5defce Color Hex

#5DEFCE
(93,239,206)
0 Favorites   0 Comments

Color spaces of #5defce

RGB 93239206
HSL0.460.820.65
HSV166°61°94°
CMYK 0.610.000.14   0.06
XYZ46.521368.516469.1656
Yxy68.51640.25260.3720
Hunter Lab82.7746-44.53448.4002
CIE-Lab86.2640-46.75244.3919

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101111 11001110
Octal 135 357 316
Decimal 93 239 206
Hex 5D EF CE

RGB Percentages of Color #5defce

%17.29
%44.42
%38.29

CMYK Percentages of Color #5defce

%61
%0
%14
%6

Triadic Colors of #5defce

#5defce #ce5def #efce5d

Analogous Colors of #5defce

#5defce #5dc7ef #5def85

Monochromatic Colors of #5defce

#5defce

Complementary Color

#5defce #ef5d7e

#5defce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5defce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5defce Color CSS Codes

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

#5defce Text Font Color

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

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


#5defce Background Color

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

This div background color is #5defce


#5defce Border Color

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

This div border color is #5defce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5defce


Comments

No comments written yet.

Please login to write comment.