Color Hex Logo

#5dcdaf Color Hex

#5DCDAF
(93,205,175)
0 Favorites   0 Comments

Color spaces of #5dcdaf

RGB 93205175
HSL0.460.530.58
HSV164°55°80°
CMYK 0.550.000.15   0.20
XYZ34.083449.084948.2354
Yxy49.08490.25940.3735
Hunter Lab70.0606-35.76868.2224
CIE-Lab75.5041-39.18825.3024

#5dcdaf color RGB value is (93,205,175).

#5dcdaf hex color red value is 93, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5dcdaf hue: 0.46 , saturation: 0.53 and the lightness value of 5dcdaf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001101 10101111
Octal 135 315 257
Decimal 93 205 175
Hex 5D CD AF

RGB Percentages of Color #5dcdaf

%19.66
%43.34
%37.00

CMYK Percentages of Color #5dcdaf

%55
%0
%15
%20

Triadic Colors of #5dcdaf

#5dcdaf #af5dcd #cdaf5d

Analogous Colors of #5dcdaf

#5dcdaf #5db3cd #5dcd77

Monochromatic Colors of #5dcdaf

#5dcdaf

Complementary Color

#5dcdaf #cd5d7b

#5dcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcdaf Color CSS Codes

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

#5dcdaf Text Font Color

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

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


#5dcdaf Background Color

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

This div background color is #5dcdaf


#5dcdaf Border Color

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

This div border color is #5dcdaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,205,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 #5dcdaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcdaf


Comments

No comments written yet.

Please login to write comment.