Color Hex Logo

#5deedc Color Hex

#5DEEDC
(93,238,220)
0 Favorites   0 Comments

Color spaces of #5deedc

RGB 93238220
HSL0.480.810.65
HSV173°61°93°
CMYK 0.610.000.08   0.07
XYZ48.007068.643578.4294
Yxy68.64350.24610.3519
Hunter Lab82.8514-41.56071.8704
CIE-Lab86.3272-42.8740-2.8556

#5deedc color RGB value is (93,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101110 11011100
Octal 135 356 334
Decimal 93 238 220
Hex 5D EE DC

RGB Percentages of Color #5deedc

%16.88
%43.19
%39.93

CMYK Percentages of Color #5deedc

%61
%0
%8
%7

Triadic Colors of #5deedc

#5deedc #dc5dee #eedc5d

Analogous Colors of #5deedc

#5deedc #5db8ee #5dee94

Monochromatic Colors of #5deedc

#5deedc

Complementary Color

#5deedc #ee5d6f

#5deedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deedc Color CSS Codes

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

#5deedc Text Font Color

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

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


#5deedc Background Color

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

This div background color is #5deedc


#5deedc Border Color

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

This div border color is #5deedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deedc


Comments

No comments written yet.

Please login to write comment.