Color spaces of #adc4ca
RGB | 173 | 196 | 202 |
---|---|---|---|
HSL | 0.53 | 0.21 | 0.74 |
HSV | 192° | 14° | 79° |
CMYK | 0.14 | 0.03 | 0.00 0.21 |
XYZ | 47.6342 | 52.6284 | 63.5248 |
Yxy | 52.6284 | 0.2908 | 0.3213 |
Hunter Lab | 72.5454 | -9.7493 | -1.1358 |
CIE-Lab | 77.6551 | -6.5276 | -5.6442 |
#adc4ca color RGB value is (173,196,202).
#adc4ca hex color red value is 173, green value is 196 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #adc4ca hue: 0.53 , saturation: 0.21 and the lightness value of adc4ca is 0.74.
The process color (four color CMYK) of #adc4ca color hex is 0.14, 0.03, 0.00, 0.21. Web safe color of #adc4ca is #99cccc. Color #adc4ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11000100 | 11001010 |
Octal | 255 | 304 | 312 |
Decimal | 173 | 196 | 202 |
Hex | AD | C4 | CA |
Shades of #adc4ca
Tints of #adc4ca
RGB Percentages of Color #adc4ca
CMYK Percentages of Color #adc4ca
Complementary Color
#adc4ca | #cab3ad |
#adc4ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adc4ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#adc4ca Color CSS Codes
.mybgcolor {background-color:#adc4ca; } .myforecolor {color:#adc4ca; } .mybordercolor {border:3px solid #adc4ca; }
#adc4ca Text Font Color
<p style="color:#adc4ca">Text here</p>
This sample text font color is #adc4ca
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.
#adc4ca Background Color
<div style="background-color:#adc4ca">
Div content here</div>
This div background color is #adc4ca
#adc4ca Border Color
<div style="border:3px solid #adc4ca">
Div here</div>
This div border color is #adc4ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,196,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adc4ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adc4ca; -webkit-box-shadow: 1px 1px 3px 2px #adc4ca; box-shadow: 1px 1px 3px 2px #adc4ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,196,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adc4ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adc4ca; -webkit-box-shadow: 1px 1px 3px 2px #adc4ca; box-shadow: 1px 1px 3px 2px #adc4ca;">
Div content here</div>
This div box has shadow with color #adc4ca
Comments
No comments written yet.
Please login to write comment.