Color Hex Logo

#5db3ac Color Hex

#5DB3AC
(93,179,172)
0 Favorites   0 Comments

Color spaces of #5db3ac

RGB 93179172
HSL0.490.360.53
HSV175°48°70°
CMYK 0.480.000.04   0.30
XYZ28.080737.545944.7968
Yxy37.54590.25430.3400
Hunter Lab61.2747-25.4286-0.4535
CIE-Lab67.6846-27.6975-4.4669

#5db3ac color RGB value is (93,179,172).

#5db3ac hex color red value is 93, green value is 179 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5db3ac hue: 0.49 , saturation: 0.36 and the lightness value of 5db3ac is 0.53.

The process color (four color CMYK) of #5db3ac color hex is 0.48, 0.00, 0.04, 0.30. Web safe color of #5db3ac is #66cc99. Color #5db3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110011 10101100
Octal 135 263 254
Decimal 93 179 172
Hex 5D B3 AC

RGB Percentages of Color #5db3ac

%20.95
%40.32
%38.74

CMYK Percentages of Color #5db3ac

%48
%0
%4
%30

Triadic Colors of #5db3ac

#5db3ac #ac5db3 #b3ac5d

Analogous Colors of #5db3ac

#5db3ac #5d8fb3 #5db381

Monochromatic Colors of #5db3ac

#5db3ac

Complementary Color

#5db3ac #b35d64

#5db3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db3ac Color CSS Codes

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

#5db3ac Text Font Color

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

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


#5db3ac Background Color

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

This div background color is #5db3ac


#5db3ac Border Color

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

This div border color is #5db3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db3ac


Comments

No comments written yet.

Please login to write comment.