Color Hex Logo

#5dcfad Color Hex

#5DCFAD
(93,207,173)
0 Favorites   0 Comments

Color spaces of #5dcfad

RGB 93207173
HSL0.450.540.59
HSV162°55°81°
CMYK 0.550.000.16   0.19
XYZ34.369949.969947.3688
Yxy49.96990.26100.3794
Hunter Lab70.6894-36.91799.7525
CIE-Lab76.0508-40.55207.1635

#5dcfad color RGB value is (93,207,173).

#5dcfad hex color red value is 93, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5dcfad hue: 0.45 , saturation: 0.54 and the lightness value of 5dcfad is 0.59.

The process color (four color CMYK) of #5dcfad color hex is 0.55, 0.00, 0.16, 0.19. Web safe color of #5dcfad is #66cc99. Color #5dcfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001111 10101101
Octal 135 317 255
Decimal 93 207 173
Hex 5D CF AD

RGB Percentages of Color #5dcfad

%19.66
%43.76
%36.58

CMYK Percentages of Color #5dcfad

%55
%0
%16
%19

Triadic Colors of #5dcfad

#5dcfad #ad5dcf #cfad5d

Analogous Colors of #5dcfad

#5dcfad #5db8cf #5dcf74

Monochromatic Colors of #5dcfad

#5dcfad

Complementary Color

#5dcfad #cf5d7f

#5dcfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcfad Color CSS Codes

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

#5dcfad Text Font Color

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

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


#5dcfad Background Color

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

This div background color is #5dcfad


#5dcfad Border Color

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

This div border color is #5dcfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcfad


Comments

No comments written yet.

Please login to write comment.