Color Hex Logo

#5ddedb Color Hex

#5DDEDB
(93,222,219)
0 Favorites   0 Comments

Color spaces of #5ddedb

RGB 93222219
HSL0.500.660.62
HSV179°58°87°
CMYK 0.580.000.01   0.13
XYZ43.421759.684276.2495
Yxy59.68420.24210.3328
Hunter Lab77.2555-34.8708-4.4390
CIE-Lab81.6662-35.8876-9.2151

#5ddedb color RGB value is (93,222,219).

#5ddedb hex color red value is 93, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5ddedb hue: 0.50 , saturation: 0.66 and the lightness value of 5ddedb is 0.62.

The process color (four color CMYK) of #5ddedb color hex is 0.58, 0.00, 0.01, 0.13. Web safe color of #5ddedb is #66cccc. Color #5ddedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011110 11011011
Octal 135 336 333
Decimal 93 222 219
Hex 5D DE DB

RGB Percentages of Color #5ddedb

%17.42
%41.57
%41.01

CMYK Percentages of Color #5ddedb

%58
%0
%1
%13

Triadic Colors of #5ddedb

#5ddedb #db5dde #dedb5d

Analogous Colors of #5ddedb

#5ddedb #5da1de #5dde9b

Monochromatic Colors of #5ddedb

#5ddedb

Complementary Color

#5ddedb #de5d60

#5ddedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddedb Color CSS Codes

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

#5ddedb Text Font Color

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

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


#5ddedb Background Color

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

This div background color is #5ddedb


#5ddedb Border Color

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

This div border color is #5ddedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddedb


Comments

No comments written yet.

Please login to write comment.