Color spaces of #adbfc3
RGB | 173 | 191 | 195 |
---|---|---|---|
HSL | 0.53 | 0.15 | 0.72 |
HSV | 191° | 11° | 76° |
CMYK | 0.11 | 0.02 | 0.00 0.24 |
XYZ | 45.7147 | 50.0860 | 58.8879 |
Yxy | 50.0860 | 0.2955 | 0.3238 |
Hunter Lab | 70.7715 | -8.5483 | 0.2057 |
CIE-Lab | 76.1220 | -5.3275 | -4.1180 |
#adbfc3 color RGB value is (173,191,195).
#adbfc3 hex color red value is 173, green value is 191 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #adbfc3 hue: 0.53 , saturation: 0.15 and the lightness value of adbfc3 is 0.72.
The process color (four color CMYK) of #adbfc3 color hex is 0.11, 0.02, 0.00, 0.24. Web safe color of #adbfc3 is #99cccc. Color #adbfc3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111111 | 11000011 |
Octal | 255 | 277 | 303 |
Decimal | 173 | 191 | 195 |
Hex | AD | BF | C3 |
Shades of #adbfc3
Tints of #adbfc3
RGB Percentages of Color #adbfc3
CMYK Percentages of Color #adbfc3
Complementary Color
#adbfc3 | #c3b1ad |
#adbfc3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbfc3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbfc3 Color CSS Codes
.mybgcolor {background-color:#adbfc3; } .myforecolor {color:#adbfc3; } .mybordercolor {border:3px solid #adbfc3; }
#adbfc3 Text Font Color
<p style="color:#adbfc3">Text here</p>
This sample text font color is #adbfc3
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.
#adbfc3 Background Color
<div style="background-color:#adbfc3">
Div content here</div>
This div background color is #adbfc3
#adbfc3 Border Color
<div style="border:3px solid #adbfc3">
Div here</div>
This div border color is #adbfc3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,191,195, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbfc3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbfc3; -webkit-box-shadow: 1px 1px 3px 2px #adbfc3; box-shadow: 1px 1px 3px 2px #adbfc3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,191,195, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbfc3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbfc3; -webkit-box-shadow: 1px 1px 3px 2px #adbfc3; box-shadow: 1px 1px 3px 2px #adbfc3;">
Div content here</div>
This div box has shadow with color #adbfc3
Comments
No comments written yet.
Please login to write comment.