Color spaces of #a0cfcc
RGB | 160 | 207 | 204 |
---|---|---|---|
HSL | 0.49 | 0.33 | 0.72 |
HSV | 176° | 23° | 81° |
CMYK | 0.23 | 0.00 | 0.01 0.19 |
XYZ | 47.7091 | 56.4589 | 65.5099 |
Yxy | 56.4589 | 0.2812 | 0.3327 |
Hunter Lab | 75.1391 | -18.1561 | 0.9055 |
CIE-Lab | 79.8743 | -15.8850 | -3.5409 |
#a0cfcc color RGB value is (160,207,204).
#a0cfcc hex color red value is 160, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a0cfcc hue: 0.49 , saturation: 0.33 and the lightness value of a0cfcc is 0.72.
The process color (four color CMYK) of #a0cfcc color hex is 0.23, 0.00, 0.01, 0.19. Web safe color of #a0cfcc is #99cccc. Color #a0cfcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 11001111 | 11001100 |
Octal | 240 | 317 | 314 |
Decimal | 160 | 207 | 204 |
Hex | A0 | CF | CC |
Shades of #a0cfcc
Tints of #a0cfcc
RGB Percentages of Color #a0cfcc
CMYK Percentages of Color #a0cfcc
Complementary Color
#a0cfcc | #cfa0a3 |
#a0cfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0cfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0cfcc Color CSS Codes
.mybgcolor {background-color:#a0cfcc; } .myforecolor {color:#a0cfcc; } .mybordercolor {border:3px solid #a0cfcc; }
#a0cfcc Text Font Color
<p style="color:#a0cfcc">Text here</p>
This sample text font color is #a0cfcc
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.
#a0cfcc Background Color
<div style="background-color:#a0cfcc">
Div content here</div>
This div background color is #a0cfcc
#a0cfcc Border Color
<div style="border:3px solid #a0cfcc">
Div here</div>
This div border color is #a0cfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,207,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0cfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0cfcc; -webkit-box-shadow: 1px 1px 3px 2px #a0cfcc; box-shadow: 1px 1px 3px 2px #a0cfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,207,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 #a0cfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0cfcc; -webkit-box-shadow: 1px 1px 3px 2px #a0cfcc; box-shadow: 1px 1px 3px 2px #a0cfcc;">
Div content here</div>
This div box has shadow with color #a0cfcc
Comments
No comments written yet.
Please login to write comment.