Color Hex Logo

#88aabd Color Hex

#88AABD
(136,170,189)
0 Favorites   0 Comments

Color spaces of #88aabd

RGB 136170189
HSL0.560.290.64
HSV202°28°74°
CMYK 0.280.100.00   0.26
XYZ33.713437.657853.6359
Yxy37.65780.26970.3012
Hunter Lab61.3660-9.3256-8.8653
CIE-Lab67.7676-7.1315-13.5263

#88aabd color RGB value is (136,170,189).

#88aabd hex color red value is 136, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #88aabd hue: 0.56 , saturation: 0.29 and the lightness value of 88aabd is 0.64.

The process color (four color CMYK) of #88aabd color hex is 0.28, 0.10, 0.00, 0.26. Web safe color of #88aabd is #9999cc. Color #88aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 10111101
Octal 210 252 275
Decimal 136 170 189
Hex 88 AA BD

RGB Percentages of Color #88aabd

%27.47
%34.34
%38.18

CMYK Percentages of Color #88aabd

%28
%10
%0
%26

Triadic Colors of #88aabd

#88aabd #bd88aa #aabd88

Analogous Colors of #88aabd

#88aabd #8890bd #88bdb6

Monochromatic Colors of #88aabd

#88aabd

Complementary Color

#88aabd #bd9b88

#88aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aabd Color CSS Codes

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

#88aabd Text Font Color

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

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


#88aabd Background Color

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

This div background color is #88aabd


#88aabd Border Color

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

This div border color is #88aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aabd


Comments

No comments written yet.

Please login to write comment.