Color spaces of #afbdcc
RGB | 175 | 189 | 204 |
---|---|---|---|
HSL | 0.59 | 0.22 | 0.74 |
HSV | 211° | 14° | 80° |
CMYK | 0.14 | 0.07 | 0.00 0.20 |
XYZ | 46.7759 | 49.8688 | 64.2870 |
Yxy | 49.8688 | 0.2907 | 0.3099 |
Hunter Lab | 70.6178 | -5.3463 | -4.5422 |
CIE-Lab | 75.9887 | -1.7446 | -9.1830 |
#afbdcc color RGB value is (175,189,204).
#afbdcc hex color red value is 175, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afbdcc hue: 0.59 , saturation: 0.22 and the lightness value of afbdcc is 0.74.
The process color (four color CMYK) of #afbdcc color hex is 0.14, 0.07, 0.00, 0.20. Web safe color of #afbdcc is #99cccc. Color #afbdcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111101 | 11001100 |
Octal | 257 | 275 | 314 |
Decimal | 175 | 189 | 204 |
Hex | AF | BD | CC |
Shades of #afbdcc
Tints of #afbdcc
RGB Percentages of Color #afbdcc
CMYK Percentages of Color #afbdcc
Complementary Color
#afbdcc | #ccbeaf |
#afbdcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbdcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbdcc Color CSS Codes
.mybgcolor {background-color:#afbdcc; } .myforecolor {color:#afbdcc; } .mybordercolor {border:3px solid #afbdcc; }
#afbdcc Text Font Color
<p style="color:#afbdcc">Text here</p>
This sample text font color is #afbdcc
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.
#afbdcc Background Color
<div style="background-color:#afbdcc">
Div content here</div>
This div background color is #afbdcc
#afbdcc Border Color
<div style="border:3px solid #afbdcc">
Div here</div>
This div border color is #afbdcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,189,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbdcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbdcc; -webkit-box-shadow: 1px 1px 3px 2px #afbdcc; box-shadow: 1px 1px 3px 2px #afbdcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,189,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbdcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbdcc; -webkit-box-shadow: 1px 1px 3px 2px #afbdcc; box-shadow: 1px 1px 3px 2px #afbdcc;">
Div content here</div>
This div box has shadow with color #afbdcc
Comments
No comments written yet.
Please login to write comment.