Color Hex Logo

#88aacc Color Hex

#88AACC
(136,170,204)
0 Favorites   0 Comments

Color spaces of #88aacc

RGB 136170204
HSL0.580.400.67
HSV210°33°80°
CMYK 0.330.170.00   0.20
XYZ35.427238.343362.6605
Yxy38.34330.25970.2810
Hunter Lab61.9220-6.2389-16.6518
CIE-Lab68.2729-3.4106-21.0590

#88aacc color RGB value is (136,170,204).

#88aacc hex color red value is 136, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #88aacc hue: 0.58 , saturation: 0.40 and the lightness value of 88aacc is 0.67.

The process color (four color CMYK) of #88aacc color hex is 0.33, 0.17, 0.00, 0.20. Web safe color of #88aacc is #9999cc. Color #88aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 11001100
Octal 210 252 314
Decimal 136 170 204
Hex 88 AA CC

RGB Percentages of Color #88aacc

%26.67
%33.33
%40.00

CMYK Percentages of Color #88aacc

%33
%17
%0
%20

Triadic Colors of #88aacc

#88aacc #cc88aa #aacc88

Analogous Colors of #88aacc

#88aacc #8888cc #88cccc

Monochromatic Colors of #88aacc

#88aacc

Complementary Color

#88aacc #ccaa88

#88aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aacc Color CSS Codes

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

#88aacc Text Font Color

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

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


#88aacc Background Color

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

This div background color is #88aacc


#88aacc Border Color

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

This div border color is #88aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aacc


Comments

No comments written yet.

Please login to write comment.