Color Hex Logo

#5dbaac Color Hex

#5DBAAC
(93,186,172)
0 Favorites   0 Comments

Color spaces of #5dbaac

RGB 93186172
HSL0.470.400.55
HSV171°50°73°
CMYK 0.500.000.08   0.27
XYZ29.519540.423545.2764
Yxy40.42350.25620.3508
Hunter Lab63.5795-28.38782.2839
CIE-Lab69.7701-31.0936-1.4001

#5dbaac color RGB value is (93,186,172).

#5dbaac hex color red value is 93, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5dbaac hue: 0.47 , saturation: 0.40 and the lightness value of 5dbaac is 0.55.

The process color (four color CMYK) of #5dbaac color hex is 0.50, 0.00, 0.08, 0.27. Web safe color of #5dbaac is #66cc99. Color #5dbaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 10101100
Octal 135 272 254
Decimal 93 186 172
Hex 5D BA AC

RGB Percentages of Color #5dbaac

%20.62
%41.24
%38.14

CMYK Percentages of Color #5dbaac

%50
%0
%8
%27

Triadic Colors of #5dbaac

#5dbaac #ac5dba #baac5d

Analogous Colors of #5dbaac

#5dbaac #5d9aba #5dba7e

Monochromatic Colors of #5dbaac

#5dbaac

Complementary Color

#5dbaac #ba5d6b

#5dbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbaac Color CSS Codes

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

#5dbaac Text Font Color

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

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


#5dbaac Background Color

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

This div background color is #5dbaac


#5dbaac Border Color

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

This div border color is #5dbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbaac


Comments

No comments written yet.

Please login to write comment.