Color spaces of #adfcbc
RGB | 173 | 252 | 188 |
---|---|---|---|
HSL | 0.36 | 0.93 | 0.83 |
HSV | 131° | 31° | 99° |
CMYK | 0.31 | 0.00 | 0.25 0.01 |
XYZ | 61.1211 | 82.1359 | 60.2093 |
Yxy | 82.1359 | 0.3004 | 0.4037 |
Hunter Lab | 90.6289 | -38.2181 | 24.0509 |
CIE-Lab | 92.6348 | -36.6805 | 23.1425 |
#adfcbc color RGB value is (173,252,188).
#adfcbc hex color red value is 173, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #adfcbc hue: 0.36 , saturation: 0.93 and the lightness value of adfcbc is 0.83.
The process color (four color CMYK) of #adfcbc color hex is 0.31, 0.00, 0.25, 0.01. Web safe color of #adfcbc is #99ffcc. Color #adfcbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11111100 | 10111100 |
Octal | 255 | 374 | 274 |
Decimal | 173 | 252 | 188 |
Hex | AD | FC | BC |
Shades of #adfcbc
Tints of #adfcbc
RGB Percentages of Color #adfcbc
CMYK Percentages of Color #adfcbc
Complementary Color
#adfcbc | #fcaded |
#adfcbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adfcbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#adfcbc Color CSS Codes
.mybgcolor {background-color:#adfcbc; } .myforecolor {color:#adfcbc; } .mybordercolor {border:3px solid #adfcbc; }
#adfcbc Text Font Color
<p style="color:#adfcbc">Text here</p>
This sample text font color is #adfcbc
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.
#adfcbc Background Color
<div style="background-color:#adfcbc">
Div content here</div>
This div background color is #adfcbc
#adfcbc Border Color
<div style="border:3px solid #adfcbc">
Div here</div>
This div border color is #adfcbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,252,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adfcbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adfcbc; -webkit-box-shadow: 1px 1px 3px 2px #adfcbc; box-shadow: 1px 1px 3px 2px #adfcbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,252,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adfcbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adfcbc; -webkit-box-shadow: 1px 1px 3px 2px #adfcbc; box-shadow: 1px 1px 3px 2px #adfcbc;">
Div content here</div>
This div box has shadow with color #adfcbc
Comments
No comments written yet.
Please login to write comment.