Color Hex Logo

#888faa Color Hex

#888FAA
(136,143,170)
0 Favorites   0 Comments

Color spaces of #888faa

RGB 136143170
HSL0.630.170.60
HSV228°20°67°
CMYK 0.200.160.00   0.33
XYZ27.231527.781441.9573
Yxy27.78140.28080.2865
Hunter Lab52.7081-0.0175-10.3011
CIE-Lab59.69073.3675-15.0377

#888faa color RGB value is (136,143,170).

#888faa hex color red value is 136, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #888faa hue: 0.63 , saturation: 0.17 and the lightness value of 888faa is 0.60.

The process color (four color CMYK) of #888faa color hex is 0.20, 0.16, 0.00, 0.33. Web safe color of #888faa is #999999. Color #888faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001111 10101010
Octal 210 217 252
Decimal 136 143 170
Hex 88 8F AA

RGB Percentages of Color #888faa

%30.29
%31.85
%37.86

CMYK Percentages of Color #888faa

%20
%16
%0
%33

Triadic Colors of #888faa

#888faa #aa888f #8faa88

Analogous Colors of #888faa

#888faa #9288aa #88a0aa

Monochromatic Colors of #888faa

#888faa

Complementary Color

#888faa #aaa388

#888faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#888faa Color CSS Codes

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

#888faa Text Font Color

<p style="color:#888faa">Text here</p>

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


#888faa Background Color

<div style="background-color:#888faa">
Div content here</div>

This div background color is #888faa


#888faa Border Color

<div style="border:3px solid #888faa">
Div here</div>

This div border color is #888faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888faa


Comments

No comments written yet.

Please login to write comment.