Color Hex Logo

#8892ad Color Hex

#8892AD
(136,146,173)
0 Favorites   0 Comments

Color spaces of #8892ad

RGB 136146173
HSL0.620.180.61
HSV224°21°68°
CMYK 0.210.160.00   0.32
XYZ27.975128.809143.6214
Yxy28.80910.27860.2869
Hunter Lab53.6741-0.8950-10.6136
CIE-Lab60.61282.3665-15.3471

#8892ad color RGB value is (136,146,173).

#8892ad hex color red value is 136, green value is 146 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8892ad hue: 0.62 , saturation: 0.18 and the lightness value of 8892ad is 0.61.

The process color (four color CMYK) of #8892ad color hex is 0.21, 0.16, 0.00, 0.32. Web safe color of #8892ad is #999999. Color #8892ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010010 10101101
Octal 210 222 255
Decimal 136 146 173
Hex 88 92 AD

RGB Percentages of Color #8892ad

%29.89
%32.09
%38.02

CMYK Percentages of Color #8892ad

%21
%16
%0
%32

Triadic Colors of #8892ad

#8892ad #ad8892 #92ad88

Analogous Colors of #8892ad

#8892ad #9188ad #88a5ad

Monochromatic Colors of #8892ad

#8892ad

Complementary Color

#8892ad #ada388

#8892ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8892ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8892ad Color CSS Codes

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

#8892ad Text Font Color

<p style="color:#8892ad">Text here</p>

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


#8892ad Background Color

<div style="background-color:#8892ad">
Div content here</div>

This div background color is #8892ad


#8892ad Border Color

<div style="border:3px solid #8892ad">
Div here</div>

This div border color is #8892ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,146,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8892ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8892ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8892ad;
  box-shadow:         1px 1px 3px 2px #8892ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8892ad


Comments

No comments written yet.

Please login to write comment.