Color Hex Logo

#88aabf Color Hex

#88AABF
(136,170,191)
0 Favorites   0 Comments

Color spaces of #88aabf

RGB 136170191
HSL0.560.300.64
HSV203°29°75°
CMYK 0.290.110.00   0.25
XYZ33.932037.745354.7874
Yxy37.74530.26830.2985
Hunter Lab61.4372-8.9289-9.8666
CIE-Lab67.8325-6.6476-14.5368

#88aabf color RGB value is (136,170,191).

#88aabf hex color red value is 136, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #88aabf hue: 0.56 , saturation: 0.30 and the lightness value of 88aabf is 0.64.

The process color (four color CMYK) of #88aabf color hex is 0.29, 0.11, 0.00, 0.25. Web safe color of #88aabf is #9999cc. Color #88aabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 10111111
Octal 210 252 277
Decimal 136 170 191
Hex 88 AA BF

RGB Percentages of Color #88aabf

%27.36
%34.21
%38.43

CMYK Percentages of Color #88aabf

%29
%11
%0
%25

Triadic Colors of #88aabf

#88aabf #bf88aa #aabf88

Analogous Colors of #88aabf

#88aabf #888fbf #88bfb9

Monochromatic Colors of #88aabf

#88aabf

Complementary Color

#88aabf #bf9d88

#88aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aabf Color CSS Codes

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

#88aabf Text Font Color

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

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


#88aabf Background Color

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

This div background color is #88aabf


#88aabf Border Color

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

This div border color is #88aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aabf


Comments

No comments written yet.

Please login to write comment.