Color Hex Logo

#888fac Color Hex

#888FAC
(136,143,172)
0 Favorites   0 Comments

Color spaces of #888fac

RGB 136143172
HSL0.630.180.60
HSV228°21°67°
CMYK 0.210.170.00   0.33
XYZ27.422227.857742.9615
Yxy27.85770.27910.2836
Hunter Lab52.78040.3745-11.3138
CIE-Lab59.76003.8367-16.0703

#888fac color RGB value is (136,143,172).

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

The process color (four color CMYK) of #888fac color hex is 0.21, 0.17, 0.00, 0.33. Web safe color of #888fac is #999999. Color #888fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001111 10101100
Octal 210 217 254
Decimal 136 143 172
Hex 88 8F AC

RGB Percentages of Color #888fac

%30.16
%31.71
%38.14

CMYK Percentages of Color #888fac

%21
%17
%0
%33

Triadic Colors of #888fac

#888fac #ac888f #8fac88

Analogous Colors of #888fac

#888fac #9388ac #88a1ac

Monochromatic Colors of #888fac

#888fac

Complementary Color

#888fac #aca588

#888fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#888fac Color CSS Codes

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

#888fac Text Font Color

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

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


#888fac Background Color

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

This div background color is #888fac


#888fac Border Color

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

This div border color is #888fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888fac


Comments

No comments written yet.

Please login to write comment.