Color Hex Logo

#88abaf Color Hex

#88ABAF
(136,171,175)
0 Favorites   0 Comments

Color spaces of #88abaf

RGB 136171175
HSL0.520.200.61
HSV186°22°69°
CMYK 0.220.020.00   0.31
XYZ32.454137.455246.0765
Yxy37.45520.27980.3229
Hunter Lab61.2007-12.4444-1.7976
CIE-Lab67.6172-10.9457-5.9863

#88abaf color RGB value is (136,171,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101011 10101111
Octal 210 253 257
Decimal 136 171 175
Hex 88 AB AF

RGB Percentages of Color #88abaf

%28.22
%35.48
%36.31

CMYK Percentages of Color #88abaf

%22
%2
%0
%31

Triadic Colors of #88abaf

#88abaf #af88ab #abaf88

Analogous Colors of #88abaf

#88abaf #8898af #88afa0

Monochromatic Colors of #88abaf

#88abaf

Complementary Color

#88abaf #af8c88

#88abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88abaf Color CSS Codes

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

#88abaf Text Font Color

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

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


#88abaf Background Color

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

This div background color is #88abaf


#88abaf Border Color

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

This div border color is #88abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88abaf


Comments

No comments written yet.

Please login to write comment.