Color Hex Logo

#88aafc Color Hex

#88AAFC
(136,170,252)
0 Favorites   0 Comments

Color spaces of #88aafc

RGB 136170252
HSL0.620.950.76
HSV222°46°99°
CMYK 0.460.330.00   0.01
XYZ42.098841.012097.7927
Yxy41.01200.23270.2267
Hunter Lab64.04065.2707-45.7099
CIE-Lab70.18439.6522-44.3714

#88aafc color RGB value is (136,170,252).

#88aafc hex color red value is 136, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #88aafc hue: 0.62 , saturation: 0.95 and the lightness value of 88aafc is 0.76.

The process color (four color CMYK) of #88aafc color hex is 0.46, 0.33, 0.00, 0.01. Web safe color of #88aafc is #9999ff. Color #88aafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 11111100
Octal 210 252 374
Decimal 136 170 252
Hex 88 AA FC

RGB Percentages of Color #88aafc

%24.37
%30.47
%45.16

CMYK Percentages of Color #88aafc

%46
%33
%0
%1

Triadic Colors of #88aafc

#88aafc #fc88aa #aafc88

Analogous Colors of #88aafc

#88aafc #a088fc #88e4fc

Monochromatic Colors of #88aafc

#88aafc

Complementary Color

#88aafc #fcda88

#88aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aafc Color CSS Codes

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

#88aafc Text Font Color

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

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


#88aafc Background Color

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

This div background color is #88aafc


#88aafc Border Color

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

This div border color is #88aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aafc

Related Colors


Comments

No comments written yet.

Please login to write comment.