Color spaces of #888aad
RGB | 136 | 138 | 173 |
---|---|---|---|
HSL | 0.66 | 0.18 | 0.61 |
HSV | 237° | 21° | 68° |
CMYK | 0.21 | 0.20 | 0.00 0.32 |
XYZ | 26.7846 | 26.4283 | 43.2246 |
Yxy | 26.4283 | 0.2777 | 0.2740 |
Hunter Lab | 51.4085 | 3.0364 | -13.8655 |
CIE-Lab | 58.4414 | 6.9395 | -18.6425 |
#888aad color RGB value is (136,138,173).
#888aad hex color red value is 136, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #888aad hue: 0.66 , saturation: 0.18 and the lightness value of 888aad is 0.61.
The process color (four color CMYK) of #888aad color hex is 0.21, 0.20, 0.00, 0.32. Web safe color of #888aad is #999999. Color #888aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10001010 | 10101101 |
Octal | 210 | 212 | 255 |
Decimal | 136 | 138 | 173 |
Hex | 88 | 8A | AD |
Shades of #888aad
Tints of #888aad
RGB Percentages of Color #888aad
CMYK Percentages of Color #888aad
Complementary Color
#888aad | #adab88 |
#888aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#888aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#888aad Color CSS Codes
.mybgcolor {background-color:#888aad; } .myforecolor {color:#888aad; } .mybordercolor {border:3px solid #888aad; }
#888aad Text Font Color
<p style="color:#888aad">Text here</p>
This sample text font color is #888aad
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.
#888aad Background Color
<div style="background-color:#888aad">
Div content here</div>
This div background color is #888aad
#888aad Border Color
<div style="border:3px solid #888aad">
Div here</div>
This div border color is #888aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,138,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #888aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #888aad; -webkit-box-shadow: 1px 1px 3px 2px #888aad; box-shadow: 1px 1px 3px 2px #888aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,138,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 #888aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #888aad; -webkit-box-shadow: 1px 1px 3px 2px #888aad; box-shadow: 1px 1px 3px 2px #888aad;">
Div content here</div>
This div box has shadow with color #888aad
Comments
No comments written yet.
Please login to write comment.