Color Hex Logo

#88aada Color Hex

#88AADA
(136,170,218)
0 Favorites   0 Comments

Color spaces of #88aada

RGB 136170218
HSL0.600.530.69
HSV215°38°85°
CMYK 0.380.220.00   0.15
XYZ37.183039.045671.9065
Yxy39.04560.25100.2636
Hunter Lab62.4865-3.1337-24.4876
CIE-Lab68.78430.2340-27.9873

#88aada color RGB value is (136,170,218).

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

The process color (four color CMYK) of #88aada color hex is 0.38, 0.22, 0.00, 0.15. Web safe color of #88aada is #9999cc. Color #88aada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 11011010
Octal 210 252 332
Decimal 136 170 218
Hex 88 AA DA

RGB Percentages of Color #88aada

%25.95
%32.44
%41.60

CMYK Percentages of Color #88aada

%38
%22
%0
%15

Triadic Colors of #88aada

#88aada #da88aa #aada88

Analogous Colors of #88aada

#88aada #8f88da #88d3da

Monochromatic Colors of #88aada

#88aada

Complementary Color

#88aada #dab888

#88aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aada Color CSS Codes

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

#88aada Text Font Color

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

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


#88aada Background Color

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

This div background color is #88aada


#88aada Border Color

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

This div border color is #88aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aada


Comments

No comments written yet.

Please login to write comment.