Color Hex Logo

#88aabc Color Hex

#88AABC
(136,170,188)
0 Favorites   0 Comments

Color spaces of #88aabc

RGB 136170188
HSL0.560.280.64
HSV201°28°74°
CMYK 0.280.100.00   0.26
XYZ33.605237.614553.0661
Yxy37.61450.27040.3026
Hunter Lab61.3307-9.5223-8.3690
CIE-Lab67.7355-7.3721-13.0203

#88aabc color RGB value is (136,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 10111100
Octal 210 252 274
Decimal 136 170 188
Hex 88 AA BC

RGB Percentages of Color #88aabc

%27.53
%34.41
%38.06

CMYK Percentages of Color #88aabc

%28
%10
%0
%26

Triadic Colors of #88aabc

#88aabc #bc88aa #aabc88

Analogous Colors of #88aabc

#88aabc #8890bc #88bcb4

Monochromatic Colors of #88aabc

#88aabc

Complementary Color

#88aabc #bc9a88

#88aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aabc Color CSS Codes

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

#88aabc Text Font Color

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

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


#88aabc Background Color

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

This div background color is #88aabc


#88aabc Border Color

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

This div border color is #88aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aabc


Comments

No comments written yet.

Please login to write comment.