Color Hex Logo

#5deedd Color Hex

#5DEEDD
(93,238,221)
0 Favorites   0 Comments

Color spaces of #5deedd

RGB 93238221
HSL0.480.810.65
HSV173°61°93°
CMYK 0.610.000.07   0.07
XYZ48.139968.696779.1292
Yxy68.69670.24570.3506
Hunter Lab82.8835-41.37071.4140
CIE-Lab86.3536-42.6208-3.3417

#5deedd color RGB value is (93,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101110 11011101
Octal 135 356 335
Decimal 93 238 221
Hex 5D EE DD

RGB Percentages of Color #5deedd

%16.85
%43.12
%40.04

CMYK Percentages of Color #5deedd

%61
%0
%7
%7

Triadic Colors of #5deedd

#5deedd #dd5dee #eedd5d

Analogous Colors of #5deedd

#5deedd #5db7ee #5dee95

Monochromatic Colors of #5deedd

#5deedd

Complementary Color

#5deedd #ee5d6e

#5deedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deedd Color CSS Codes

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

#5deedd Text Font Color

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

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


#5deedd Background Color

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

This div background color is #5deedd


#5deedd Border Color

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

This div border color is #5deedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deedd


Comments

No comments written yet.

Please login to write comment.