Color Hex Logo

#5defd9 Color Hex

#5DEFD9
(93,239,217)
0 Favorites   0 Comments

Color spaces of #5defd9

RGB 93239217
HSL0.470.820.65
HSV171°61°94°
CMYK 0.610.000.09   0.06
XYZ47.905169.069976.4526
Yxy69.06990.24770.3571
Hunter Lab83.1083-42.54903.6340
CIE-Lab86.5387-44.0673-0.9720

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101111 11011001
Octal 135 357 331
Decimal 93 239 217
Hex 5D EF D9

RGB Percentages of Color #5defd9

%16.94
%43.53
%39.53

CMYK Percentages of Color #5defd9

%61
%0
%9
%6

Triadic Colors of #5defd9

#5defd9 #d95def #efd95d

Analogous Colors of #5defd9

#5defd9 #5dbcef #5def90

Monochromatic Colors of #5defd9

#5defd9

Complementary Color

#5defd9 #ef5d73

#5defd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5defd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5defd9 Color CSS Codes

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

#5defd9 Text Font Color

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

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


#5defd9 Background Color

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

This div background color is #5defd9


#5defd9 Border Color

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

This div border color is #5defd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5defd9


Comments

No comments written yet.

Please login to write comment.