Color Hex Logo

#88a08e Color Hex

#88A08E
(136,160,142)
0 Favorites   0 Comments

Color spaces of #88a08e

RGB 136160142
HSL0.380.110.58
HSV135°15°63°
CMYK 0.150.000.11   0.37
XYZ27.606632.328830.3763
Yxy32.32880.30570.3580
Hunter Lab56.8584-12.83478.1255
CIE-Lab63.6137-12.03536.5813

#88a08e color RGB value is (136,160,142).

#88a08e hex color red value is 136, green value is 160 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #88a08e hue: 0.38 , saturation: 0.11 and the lightness value of 88a08e is 0.58.

The process color (four color CMYK) of #88a08e color hex is 0.15, 0.00, 0.11, 0.37. Web safe color of #88a08e is #999999. Color #88a08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10100000 10001110
Octal 210 240 216
Decimal 136 160 142
Hex 88 A0 8E

RGB Percentages of Color #88a08e

%31.05
%36.53
%32.42

CMYK Percentages of Color #88a08e

%15
%0
%11
%37

Triadic Colors of #88a08e

#88a08e #8e88a0 #a08e88

Analogous Colors of #88a08e

#88a08e #88a09a #8ea088

Monochromatic Colors of #88a08e

#88a08e

Complementary Color

#88a08e #a0889a

#88a08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88a08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88a08e Color CSS Codes

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

#88a08e Text Font Color

<p style="color:#88a08e">Text here</p>

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


#88a08e Background Color

<div style="background-color:#88a08e">
Div content here</div>

This div background color is #88a08e


#88a08e Border Color

<div style="border:3px solid #88a08e">
Div here</div>

This div border color is #88a08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88a08e


Comments

No comments written yet.

Please login to write comment.