Color Hex Logo

#5dbaab Color Hex

#5DBAAB
(93,186,171)
0 Favorites   0 Comments

Color spaces of #5dbaab

RGB 93186171
HSL0.470.400.55
HSV170°50°73°
CMYK 0.500.000.08   0.27
XYZ29.423840.385244.7724
Yxy40.38520.25680.3525
Hunter Lab63.5494-28.56462.7130
CIE-Lab69.7430-31.3431-0.8909

#5dbaab color RGB value is (93,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 10101011
Octal 135 272 253
Decimal 93 186 171
Hex 5D BA AB

RGB Percentages of Color #5dbaab

%20.67
%41.33
%38.00

CMYK Percentages of Color #5dbaab

%50
%0
%8
%27

Triadic Colors of #5dbaab

#5dbaab #ab5dba #baab5d

Analogous Colors of #5dbaab

#5dbaab #5d9bba #5dba7d

Monochromatic Colors of #5dbaab

#5dbaab

Complementary Color

#5dbaab #ba5d6c

#5dbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbaab Color CSS Codes

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

#5dbaab Text Font Color

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

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


#5dbaab Background Color

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

This div background color is #5dbaab


#5dbaab Border Color

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

This div border color is #5dbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbaab


Comments

No comments written yet.

Please login to write comment.