Color spaces of #adfdbf
RGB | 173 | 253 | 191 |
---|---|---|---|
HSL | 0.37 | 0.95 | 0.84 |
HSV | 134° | 32° | 99° |
CMYK | 0.32 | 0.00 | 0.25 0.01 |
XYZ | 61.7628 | 82.8964 | 62.0356 |
Yxy | 82.8964 | 0.2988 | 0.4011 |
Hunter Lab | 91.0475 | -38.2461 | 23.3357 |
CIE-Lab | 92.9691 | -36.6162 | 22.0755 |
#adfdbf color RGB value is (173,253,191).
#adfdbf hex color red value is 173, green value is 253 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #adfdbf hue: 0.37 , saturation: 0.95 and the lightness value of adfdbf is 0.84.
The process color (four color CMYK) of #adfdbf color hex is 0.32, 0.00, 0.25, 0.01. Web safe color of #adfdbf is #99ffcc. Color #adfdbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11111101 | 10111111 |
Octal | 255 | 375 | 277 |
Decimal | 173 | 253 | 191 |
Hex | AD | FD | BF |
Shades of #adfdbf
Tints of #adfdbf
RGB Percentages of Color #adfdbf
CMYK Percentages of Color #adfdbf
Complementary Color
#adfdbf | #fdadeb |
#adfdbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adfdbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#adfdbf Color CSS Codes
.mybgcolor {background-color:#adfdbf; } .myforecolor {color:#adfdbf; } .mybordercolor {border:3px solid #adfdbf; }
#adfdbf Text Font Color
<p style="color:#adfdbf">Text here</p>
This sample text font color is #adfdbf
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.
#adfdbf Background Color
<div style="background-color:#adfdbf">
Div content here</div>
This div background color is #adfdbf
#adfdbf Border Color
<div style="border:3px solid #adfdbf">
Div here</div>
This div border color is #adfdbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,253,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adfdbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adfdbf; -webkit-box-shadow: 1px 1px 3px 2px #adfdbf; box-shadow: 1px 1px 3px 2px #adfdbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,253,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adfdbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adfdbf; -webkit-box-shadow: 1px 1px 3px 2px #adfdbf; box-shadow: 1px 1px 3px 2px #adfdbf;">
Div content here</div>
This div box has shadow with color #adfdbf
Comments
No comments written yet.
Please login to write comment.