Color Hex Logo

#88aade Color Hex

#88AADE
(136,170,222)
0 Favorites   0 Comments

Color spaces of #88aade

RGB 136170222
HSL0.600.570.70
HSV216°39°87°
CMYK 0.390.230.00   0.13
XYZ37.712939.257674.6970
Yxy39.25760.24870.2588
Hunter Lab62.6559-2.2077-26.8251
CIE-Lab68.93751.3027-29.9476

#88aade color RGB value is (136,170,222).

#88aade hex color red value is 136, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #88aade hue: 0.60 , saturation: 0.57 and the lightness value of 88aade is 0.70.

The process color (four color CMYK) of #88aade color hex is 0.39, 0.23, 0.00, 0.13. Web safe color of #88aade is #9999cc. Color #88aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 11011110
Octal 210 252 336
Decimal 136 170 222
Hex 88 AA DE

RGB Percentages of Color #88aade

%25.76
%32.20
%42.05

CMYK Percentages of Color #88aade

%39
%23
%0
%13

Triadic Colors of #88aade

#88aade #de88aa #aade88

Analogous Colors of #88aade

#88aade #9188de #88d5de

Monochromatic Colors of #88aade

#88aade

Complementary Color

#88aade #debc88

#88aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aade Color CSS Codes

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

#88aade Text Font Color

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

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


#88aade Background Color

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

This div background color is #88aade


#88aade Border Color

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

This div border color is #88aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aade


Comments

No comments written yet.

Please login to write comment.