Color Hex Logo

#58baab Color Hex

#58BAAB
(88,186,171)
0 Favorites   0 Comments

Color spaces of #58baab

RGB 88186171
HSL0.470.420.54
HSV171°53°73°
CMYK 0.530.000.08   0.27
XYZ28.934140.132844.7495
Yxy40.13280.25420.3526
Hunter Lab63.3505-29.33692.4640
CIE-Lab69.5640-32.4585-1.1742

#58baab color RGB value is (88,186,171).

#58baab hex color red value is 88, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #58baab hue: 0.47 , saturation: 0.42 and the lightness value of 58baab is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111010 10101011
Octal 130 272 253
Decimal 88 186 171
Hex 58 BA AB

RGB Percentages of Color #58baab

%19.78
%41.80
%38.43

CMYK Percentages of Color #58baab

%53
%0
%8
%27

Triadic Colors of #58baab

#58baab #ab58ba #baab58

Analogous Colors of #58baab

#58baab #5898ba #58ba7a

Monochromatic Colors of #58baab

#58baab

Complementary Color

#58baab #ba5867

#58baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#58baab Color CSS Codes

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

#58baab Text Font Color

<p style="color:#58baab">Text here</p>

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


#58baab Background Color

<div style="background-color:#58baab">
Div content here</div>

This div background color is #58baab


#58baab Border Color

<div style="border:3px solid #58baab">
Div here</div>

This div border color is #58baab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,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 #58baab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58baab


Comments

No comments written yet.

Please login to write comment.