Color Hex Logo

#88aace Color Hex

#88AACE
(136,170,206)
0 Favorites   0 Comments

Color spaces of #88aace

RGB 136170206
HSL0.590.420.67
HSV211°34°81°
CMYK 0.340.170.00   0.19
XYZ35.668638.439963.9322
Yxy38.43990.25840.2785
Hunter Lab61.9999-5.8087-17.7379
CIE-Lab68.3436-2.9000-22.0550

#88aace color RGB value is (136,170,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 11001110
Octal 210 252 316
Decimal 136 170 206
Hex 88 AA CE

RGB Percentages of Color #88aace

%26.56
%33.20
%40.23

CMYK Percentages of Color #88aace

%34
%17
%0
%19

Triadic Colors of #88aace

#88aace #ce88aa #aace88

Analogous Colors of #88aace

#88aace #8988ce #88cdce

Monochromatic Colors of #88aace

#88aace

Complementary Color

#88aace #ceac88

#88aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aace Color CSS Codes

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

#88aace Text Font Color

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

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


#88aace Background Color

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

This div background color is #88aace


#88aace Border Color

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

This div border color is #88aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aace


Comments

No comments written yet.

Please login to write comment.