Color Hex Logo

#88aabb Color Hex

#88AABB
(136,170,187)
1 Favorites   0 Comments

Color spaces of #88aabb

RGB 136170187
HSL0.560.270.63
HSV200°27°73°
CMYK 0.270.090.00   0.27
XYZ33.497737.571552.5002
Yxy37.57150.27110.3041
Hunter Lab61.2956-9.7180-7.8755
CIE-Lab67.7036-7.6119-12.5139

#88aabb color RGB value is (136,170,187).

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

The process color (four color CMYK) of #88aabb color hex is 0.27, 0.09, 0.00, 0.27. Web safe color of #88aabb is #9999cc. Color #88aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 10111011
Octal 210 252 273
Decimal 136 170 187
Hex 88 AA BB

RGB Percentages of Color #88aabb

%27.59
%34.48
%37.93

CMYK Percentages of Color #88aabb

%27
%9
%0
%27

Triadic Colors of #88aabb

#88aabb #bb88aa #aabb88

Analogous Colors of #88aabb

#88aabb #8891bb #88bbb3

Monochromatic Colors of #88aabb

#88aabb

Complementary Color

#88aabb #bb9988

#88aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aabb Color CSS Codes

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

#88aabb Text Font Color

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

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


#88aabb Background Color

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

This div background color is #88aabb


#88aabb Border Color

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

This div border color is #88aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aabb


Comments

No comments written yet.

Please login to write comment.