Color spaces of #abbcdd
RGB | 171 | 188 | 221 |
---|---|---|---|
HSL | 0.61 | 0.42 | 0.77 |
HSV | 220° | 23° | 87° |
CMYK | 0.23 | 0.15 | 0.00 0.13 |
XYZ | 47.8290 | 49.8448 | 75.5068 |
Yxy | 49.8448 | 0.2762 | 0.2878 |
Hunter Lab | 70.6008 | -2.6255 | -13.9894 |
CIE-Lab | 75.9739 | 1.2596 | -18.4510 |
#abbcdd color RGB value is (171,188,221).
#abbcdd hex color red value is 171, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abbcdd hue: 0.61 , saturation: 0.42 and the lightness value of abbcdd is 0.77.
The process color (four color CMYK) of #abbcdd color hex is 0.23, 0.15, 0.00, 0.13. Web safe color of #abbcdd is #99cccc. Color #abbcdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111100 | 11011101 |
Octal | 253 | 274 | 335 |
Decimal | 171 | 188 | 221 |
Hex | AB | BC | DD |
Shades of #abbcdd
Tints of #abbcdd
RGB Percentages of Color #abbcdd
CMYK Percentages of Color #abbcdd
Complementary Color
#abbcdd | #ddccab |
#abbcdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbcdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbcdd Color CSS Codes
.mybgcolor {background-color:#abbcdd; } .myforecolor {color:#abbcdd; } .mybordercolor {border:3px solid #abbcdd; }
#abbcdd Text Font Color
<p style="color:#abbcdd">Text here</p>
This sample text font color is #abbcdd
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.
#abbcdd Background Color
<div style="background-color:#abbcdd">
Div content here</div>
This div background color is #abbcdd
#abbcdd Border Color
<div style="border:3px solid #abbcdd">
Div here</div>
This div border color is #abbcdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,188,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbcdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbcdd; -webkit-box-shadow: 1px 1px 3px 2px #abbcdd; box-shadow: 1px 1px 3px 2px #abbcdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,188,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abbcdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbcdd; -webkit-box-shadow: 1px 1px 3px 2px #abbcdd; box-shadow: 1px 1px 3px 2px #abbcdd;">
Div content here</div>
This div box has shadow with color #abbcdd
Comments
No comments written yet.
Please login to write comment.