Color spaces of #acdbaf
RGB | 172 | 219 | 175 |
---|---|---|---|
HSL | 0.34 | 0.39 | 0.77 |
HSV | 124° | 21° | 86° |
CMYK | 0.21 | 0.00 | 0.20 0.14 |
XYZ | 50.0826 | 62.5288 | 49.9871 |
Yxy | 62.5288 | 0.3080 | 0.3846 |
Hunter Lab | 79.0752 | -25.3278 | 17.8726 |
CIE-Lab | 83.1938 | -23.7102 | 16.7369 |
#acdbaf color RGB value is (172,219,175).
#acdbaf hex color red value is 172, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #acdbaf hue: 0.34 , saturation: 0.39 and the lightness value of acdbaf is 0.77.
The process color (four color CMYK) of #acdbaf color hex is 0.21, 0.00, 0.20, 0.14. Web safe color of #acdbaf is #99cc99. Color #acdbaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011011 | 10101111 |
Octal | 254 | 333 | 257 |
Decimal | 172 | 219 | 175 |
Hex | AC | DB | AF |
Shades of #acdbaf
Tints of #acdbaf
RGB Percentages of Color #acdbaf
CMYK Percentages of Color #acdbaf
Complementary Color
#acdbaf | #dbacd8 |
#acdbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acdbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#acdbaf Color CSS Codes
.mybgcolor {background-color:#acdbaf; } .myforecolor {color:#acdbaf; } .mybordercolor {border:3px solid #acdbaf; }
#acdbaf Text Font Color
<p style="color:#acdbaf">Text here</p>
This sample text font color is #acdbaf
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.
#acdbaf Background Color
<div style="background-color:#acdbaf">
Div content here</div>
This div background color is #acdbaf
#acdbaf Border Color
<div style="border:3px solid #acdbaf">
Div here</div>
This div border color is #acdbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,219,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acdbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acdbaf; -webkit-box-shadow: 1px 1px 3px 2px #acdbaf; box-shadow: 1px 1px 3px 2px #acdbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,219,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acdbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acdbaf; -webkit-box-shadow: 1px 1px 3px 2px #acdbaf; box-shadow: 1px 1px 3px 2px #acdbaf;">
Div content here</div>
This div box has shadow with color #acdbaf
Comments
No comments written yet.
Please login to write comment.