Color Hex Logo

#588a88 Color Hex

#588A88
(88,138,136)
0 Favorites   0 Comments

Color spaces of #588a88

RGB 88138136
HSL0.490.220.44
HSV178°36°54°
CMYK 0.360.000.01   0.46
XYZ17.556922.029226.6193
Yxy22.02920.26520.3327
Hunter Lab46.9353-15.3659-0.7716
CIE-Lab54.0580-17.2178-4.2676

#588a88 color RGB value is (88,138,136).

#588a88 hex color red value is 88, green value is 138 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #588a88 hue: 0.49 , saturation: 0.22 and the lightness value of 588a88 is 0.44.

The process color (four color CMYK) of #588a88 color hex is 0.36, 0.00, 0.01, 0.46. Web safe color of #588a88 is #669999. Color #588a88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001010 10001000
Octal 130 212 210
Decimal 88 138 136
Hex 58 8A 88

RGB Percentages of Color #588a88

%24.31
%38.12
%37.57

CMYK Percentages of Color #588a88

%36
%0
%1
%46

Triadic Colors of #588a88

#588a88 #88588a #8a8858

Analogous Colors of #588a88

#588a88 #58738a #588a6f

Monochromatic Colors of #588a88

#588a88

Complementary Color

#588a88 #8a585a

#588a88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588a88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#588a88 Color CSS Codes

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

#588a88 Text Font Color

<p style="color:#588a88">Text here</p>

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


#588a88 Background Color

<div style="background-color:#588a88">
Div content here</div>

This div background color is #588a88


#588a88 Border Color

<div style="border:3px solid #588a88">
Div here</div>

This div border color is #588a88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,138,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #588a88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #588a88;
  -webkit-box-shadow: 1px 1px 3px 2px #588a88;
  box-shadow:         1px 1px 3px 2px #588a88; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,138,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588a88


Comments

No comments written yet.

Please login to write comment.