Color spaces of #adfbc5
RGB | 173 | 251 | 197 |
---|---|---|---|
HSL | 0.38 | 0.91 | 0.83 |
HSV | 138° | 31° | 98° |
CMYK | 0.31 | 0.00 | 0.22 0.02 |
XYZ | 61.8088 | 81.9098 | 65.3758 |
Yxy | 81.9098 | 0.2956 | 0.3917 |
Hunter Lab | 90.5040 | -36.4773 | 20.5246 |
CIE-Lab | 92.5350 | -34.6379 | 18.4033 |
#adfbc5 color RGB value is (173,251,197).
#adfbc5 hex color red value is 173, green value is 251 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #adfbc5 hue: 0.38 , saturation: 0.91 and the lightness value of adfbc5 is 0.83.
The process color (four color CMYK) of #adfbc5 color hex is 0.31, 0.00, 0.22, 0.02. Web safe color of #adfbc5 is #99ffcc. Color #adfbc5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11111011 | 11000101 |
Octal | 255 | 373 | 305 |
Decimal | 173 | 251 | 197 |
Hex | AD | FB | C5 |
Shades of #adfbc5
Tints of #adfbc5
RGB Percentages of Color #adfbc5
CMYK Percentages of Color #adfbc5
Complementary Color
#adfbc5 | #fbade3 |
#adfbc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adfbc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adfbc5 Color CSS Codes
.mybgcolor {background-color:#adfbc5; } .myforecolor {color:#adfbc5; } .mybordercolor {border:3px solid #adfbc5; }
#adfbc5 Text Font Color
<p style="color:#adfbc5">Text here</p>
This sample text font color is #adfbc5
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.
#adfbc5 Background Color
<div style="background-color:#adfbc5">
Div content here</div>
This div background color is #adfbc5
#adfbc5 Border Color
<div style="border:3px solid #adfbc5">
Div here</div>
This div border color is #adfbc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,251,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adfbc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adfbc5; -webkit-box-shadow: 1px 1px 3px 2px #adfbc5; box-shadow: 1px 1px 3px 2px #adfbc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,251,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adfbc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adfbc5; -webkit-box-shadow: 1px 1px 3px 2px #adfbc5; box-shadow: 1px 1px 3px 2px #adfbc5;">
Div content here</div>
This div box has shadow with color #adfbc5
Comments
No comments written yet.
Please login to write comment.