Color Hex Logo

#5dcfac Color Hex

#5DCFAC
(93,207,172)
0 Favorites   0 Comments

Color spaces of #5dcfac

RGB 93207172
HSL0.450.540.59
HSV162°55°81°
CMYK 0.550.000.17   0.19
XYZ34.273449.931446.8610
Yxy49.93140.26150.3810
Hunter Lab70.6622-37.080610.1442
CIE-Lab76.0271-40.78387.6662

#5dcfac color RGB value is (93,207,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001111 10101100
Octal 135 317 254
Decimal 93 207 172
Hex 5D CF AC

RGB Percentages of Color #5dcfac

%19.70
%43.86
%36.44

CMYK Percentages of Color #5dcfac

%55
%0
%17
%19

Triadic Colors of #5dcfac

#5dcfac #ac5dcf #cfac5d

Analogous Colors of #5dcfac

#5dcfac #5db9cf #5dcf73

Monochromatic Colors of #5dcfac

#5dcfac

Complementary Color

#5dcfac #cf5d80

#5dcfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcfac Color CSS Codes

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

#5dcfac Text Font Color

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

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


#5dcfac Background Color

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

This div background color is #5dcfac


#5dcfac Border Color

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

This div border color is #5dcfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcfac


Comments

No comments written yet.

Please login to write comment.