Color spaces of #abbead
RGB | 171 | 190 | 173 |
---|---|---|---|
HSL | 0.35 | 0.13 | 0.71 |
HSV | 126° | 10° | 75° |
CMYK | 0.10 | 0.00 | 0.09 0.25 |
XYZ | 42.7509 | 48.5020 | 46.6438 |
Yxy | 48.5020 | 0.3100 | 0.3517 |
Hunter Lab | 69.6434 | -12.3029 | 9.0408 |
CIE-Lab | 75.1405 | -9.7526 | 6.3711 |
#abbead color RGB value is (171,190,173).
#abbead hex color red value is 171, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #abbead hue: 0.35 , saturation: 0.13 and the lightness value of abbead is 0.71.
The process color (four color CMYK) of #abbead color hex is 0.10, 0.00, 0.09, 0.25. Web safe color of #abbead is #99cc99. Color #abbead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111110 | 10101101 |
Octal | 253 | 276 | 255 |
Decimal | 171 | 190 | 173 |
Hex | AB | BE | AD |
Shades of #abbead
Tints of #abbead
RGB Percentages of Color #abbead
CMYK Percentages of Color #abbead
Complementary Color
#abbead | #beabbc |
#abbead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbead Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbead Color CSS Codes
.mybgcolor {background-color:#abbead; } .myforecolor {color:#abbead; } .mybordercolor {border:3px solid #abbead; }
#abbead Text Font Color
<p style="color:#abbead">Text here</p>
This sample text font color is #abbead
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.
#abbead Background Color
<div style="background-color:#abbead">
Div content here</div>
This div background color is #abbead
#abbead Border Color
<div style="border:3px solid #abbead">
Div here</div>
This div border color is #abbead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,190,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbead; -webkit-box-shadow: 1px 1px 3px 2px #abbead; box-shadow: 1px 1px 3px 2px #abbead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,190,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 #abbead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbead; -webkit-box-shadow: 1px 1px 3px 2px #abbead; box-shadow: 1px 1px 3px 2px #abbead;">
Div content here</div>
This div box has shadow with color #abbead
Comments
No comments written yet.
Please login to write comment.