Color Hex Logo

#88aaaf Color Hex

#88AAAF
(136,170,175)
0 Favorites   0 Comments

Color spaces of #88aaaf

RGB 136170175
HSL0.520.200.61
HSV188°22°69°
CMYK 0.220.030.00   0.31
XYZ32.265937.078846.0138
Yxy37.07880.27970.3214
Hunter Lab60.8924-11.9773-2.1783
CIE-Lab67.3361-10.4111-6.4028

#88aaaf color RGB value is (136,170,175).

#88aaaf hex color red value is 136, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #88aaaf hue: 0.52 , saturation: 0.20 and the lightness value of 88aaaf is 0.61.

The process color (four color CMYK) of #88aaaf color hex is 0.22, 0.03, 0.00, 0.31. Web safe color of #88aaaf is #999999. Color #88aaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 10101111
Octal 210 252 257
Decimal 136 170 175
Hex 88 AA AF

RGB Percentages of Color #88aaaf

%28.27
%35.34
%36.38

CMYK Percentages of Color #88aaaf

%22
%3
%0
%31

Triadic Colors of #88aaaf

#88aaaf #af88aa #aaaf88

Analogous Colors of #88aaaf

#88aaaf #8897af #88afa1

Monochromatic Colors of #88aaaf

#88aaaf

Complementary Color

#88aaaf #af8d88

#88aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aaaf Color CSS Codes

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

#88aaaf Text Font Color

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

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


#88aaaf Background Color

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

This div background color is #88aaaf


#88aaaf Border Color

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

This div border color is #88aaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aaaf


Comments

No comments written yet.

Please login to write comment.