Color Hex Logo

#5dcaaf Color Hex

#5DCAAF
(93,202,175)
0 Favorites   0 Comments

Color spaces of #5dcaaf

RGB 93202175
HSL0.460.510.58
HSV165°54°79°
CMYK 0.540.000.13   0.21
XYZ33.372647.663447.9985
Yxy47.66340.25860.3694
Hunter Lab69.0387-34.53267.1063
CIE-Lab74.6121-37.83024.0145

#5dcaaf color RGB value is (93,202,175).

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

The process color (four color CMYK) of #5dcaaf color hex is 0.54, 0.00, 0.13, 0.21. Web safe color of #5dcaaf is #66cc99. Color #5dcaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001010 10101111
Octal 135 312 257
Decimal 93 202 175
Hex 5D CA AF

RGB Percentages of Color #5dcaaf

%19.79
%42.98
%37.23

CMYK Percentages of Color #5dcaaf

%54
%0
%13
%21

Triadic Colors of #5dcaaf

#5dcaaf #af5dca #caaf5d

Analogous Colors of #5dcaaf

#5dcaaf #5dafca #5dca79

Monochromatic Colors of #5dcaaf

#5dcaaf

Complementary Color

#5dcaaf #ca5d78

#5dcaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcaaf Color CSS Codes

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

#5dcaaf Text Font Color

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

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


#5dcaaf Background Color

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

This div background color is #5dcaaf


#5dcaaf Border Color

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

This div border color is #5dcaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcaaf


Comments

No comments written yet.

Please login to write comment.