Color Hex Logo

#888aba Color Hex

#888ABA
(136,138,186)
0 Favorites   0 Comments

Color spaces of #888aba

RGB 136138186
HSL0.660.270.63
HSV238°27°73°
CMYK 0.270.260.00   0.27
XYZ28.104726.956450.1762
Yxy26.95640.26710.2561
Hunter Lab51.91965.7651-20.9555
CIE-Lab58.933910.1157-25.2848

#888aba color RGB value is (136,138,186).

#888aba hex color red value is 136, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #888aba hue: 0.66 , saturation: 0.27 and the lightness value of 888aba is 0.63.

The process color (four color CMYK) of #888aba color hex is 0.27, 0.26, 0.00, 0.27. Web safe color of #888aba is #9999cc. Color #888aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001010 10111010
Octal 210 212 272
Decimal 136 138 186
Hex 88 8A BA

RGB Percentages of Color #888aba

%29.57
%30.00
%40.43

CMYK Percentages of Color #888aba

%27
%26
%0
%27

Triadic Colors of #888aba

#888aba #ba888a #8aba88

Analogous Colors of #888aba

#888aba #9f88ba #88a3ba

Monochromatic Colors of #888aba

#888aba

Complementary Color

#888aba #bab888

#888aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#888aba Color CSS Codes

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

#888aba Text Font Color

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

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


#888aba Background Color

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

This div background color is #888aba


#888aba Border Color

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

This div border color is #888aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888aba


Comments

No comments written yet.

Please login to write comment.