Color Hex Logo

#5ddcaf Color Hex

#5DDCAF
(93,220,175)
0 Favorites   0 Comments

Color spaces of #5ddcaf

RGB 93220175
HSL0.440.640.61
HSV159°58°86°
CMYK 0.580.000.20   0.14
XYZ37.845356.608749.4894
Yxy56.60870.26290.3933
Hunter Lab75.2388-41.881813.6683
CIE-Lab79.9590-45.774511.6733

#5ddcaf color RGB value is (93,220,175).

#5ddcaf hex color red value is 93, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5ddcaf hue: 0.44 , saturation: 0.64 and the lightness value of 5ddcaf is 0.61.

The process color (four color CMYK) of #5ddcaf color hex is 0.58, 0.00, 0.20, 0.14. Web safe color of #5ddcaf is #66cc99. Color #5ddcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011100 10101111
Octal 135 334 257
Decimal 93 220 175
Hex 5D DC AF

RGB Percentages of Color #5ddcaf

%19.06
%45.08
%35.86

CMYK Percentages of Color #5ddcaf

%58
%0
%20
%14

Triadic Colors of #5ddcaf

#5ddcaf #af5ddc #dcaf5d

Analogous Colors of #5ddcaf

#5ddcaf #5dcadc #5ddc70

Monochromatic Colors of #5ddcaf

#5ddcaf

Complementary Color

#5ddcaf #dc5d8a

#5ddcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddcaf Color CSS Codes

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

#5ddcaf Text Font Color

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

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


#5ddcaf Background Color

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

This div background color is #5ddcaf


#5ddcaf Border Color

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

This div border color is #5ddcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddcaf


Comments

No comments written yet.

Please login to write comment.