Color Hex Logo

#58bbab Color Hex

#58BBAB
(88,187,171)
0 Favorites   0 Comments

Color spaces of #58bbab

RGB 88187171
HSL0.470.420.54
HSV170°53°73°
CMYK 0.530.000.09   0.27
XYZ29.145540.555644.8200
Yxy40.55560.25450.3541
Hunter Lab63.6833-29.75282.8503
CIE-Lab69.8634-32.9320-0.7359

#58bbab color RGB value is (88,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111011 10101011
Octal 130 273 253
Decimal 88 187 171
Hex 58 BB AB

RGB Percentages of Color #58bbab

%19.73
%41.93
%38.34

CMYK Percentages of Color #58bbab

%53
%0
%9
%27

Triadic Colors of #58bbab

#58bbab #ab58bb #bbab58

Analogous Colors of #58bbab

#58bbab #589abb #58bb7a

Monochromatic Colors of #58bbab

#58bbab

Complementary Color

#58bbab #bb5868

#58bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bbab Color CSS Codes

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

#58bbab Text Font Color

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

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


#58bbab Background Color

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

This div background color is #58bbab


#58bbab Border Color

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

This div border color is #58bbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bbab


Comments

No comments written yet.

Please login to write comment.