Color spaces of #afbbcc
RGB | 175 | 187 | 204 |
---|---|---|---|
HSL | 0.60 | 0.22 | 0.74 |
HSV | 215° | 14° | 80° |
CMYK | 0.14 | 0.08 | 0.00 0.20 |
XYZ | 46.3486 | 49.0142 | 64.1446 |
Yxy | 49.0142 | 0.2906 | 0.3073 |
Hunter Lab | 70.0101 | -4.3459 | -5.3155 |
CIE-Lab | 75.4602 | -0.6723 | -9.9703 |
#afbbcc color RGB value is (175,187,204).
#afbbcc hex color red value is 175, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afbbcc hue: 0.60 , saturation: 0.22 and the lightness value of afbbcc is 0.74.
The process color (four color CMYK) of #afbbcc color hex is 0.14, 0.08, 0.00, 0.20. Web safe color of #afbbcc is #99cccc. Color #afbbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111011 | 11001100 |
Octal | 257 | 273 | 314 |
Decimal | 175 | 187 | 204 |
Hex | AF | BB | CC |
Shades of #afbbcc
Tints of #afbbcc
RGB Percentages of Color #afbbcc
CMYK Percentages of Color #afbbcc
Complementary Color
#afbbcc | #ccc0af |
#afbbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbbcc Color CSS Codes
.mybgcolor {background-color:#afbbcc; } .myforecolor {color:#afbbcc; } .mybordercolor {border:3px solid #afbbcc; }
#afbbcc Text Font Color
<p style="color:#afbbcc">Text here</p>
This sample text font color is #afbbcc
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.
#afbbcc Background Color
<div style="background-color:#afbbcc">
Div content here</div>
This div background color is #afbbcc
#afbbcc Border Color
<div style="border:3px solid #afbbcc">
Div here</div>
This div border color is #afbbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,187,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbbcc; -webkit-box-shadow: 1px 1px 3px 2px #afbbcc; box-shadow: 1px 1px 3px 2px #afbbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,187,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 #afbbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbbcc; -webkit-box-shadow: 1px 1px 3px 2px #afbbcc; box-shadow: 1px 1px 3px 2px #afbbcc;">
Div content here</div>
This div box has shadow with color #afbbcc
#afbbcc Color Palettes
Comments
No comments written yet.
Please login to write comment.