Color spaces of #acdbbb
RGB | 172 | 219 | 187 |
---|---|---|---|
HSL | 0.39 | 0.39 | 0.77 |
HSV | 139° | 21° | 86° |
CMYK | 0.21 | 0.00 | 0.15 0.14 |
XYZ | 51.3144 | 63.0215 | 56.4735 |
Yxy | 63.0215 | 0.3004 | 0.3690 |
Hunter Lab | 79.3861 | -23.5450 | 13.3927 |
CIE-Lab | 83.4537 | -21.5461 | 10.7809 |
#acdbbb color RGB value is (172,219,187).
#acdbbb hex color red value is 172, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #acdbbb hue: 0.39 , saturation: 0.39 and the lightness value of acdbbb is 0.77.
The process color (four color CMYK) of #acdbbb color hex is 0.21, 0.00, 0.15, 0.14. Web safe color of #acdbbb is #99cccc. Color #acdbbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011011 | 10111011 |
Octal | 254 | 333 | 273 |
Decimal | 172 | 219 | 187 |
Hex | AC | DB | BB |
Shades of #acdbbb
Tints of #acdbbb
RGB Percentages of Color #acdbbb
CMYK Percentages of Color #acdbbb
Complementary Color
#acdbbb | #dbaccc |
#acdbbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acdbbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#acdbbb Color CSS Codes
.mybgcolor {background-color:#acdbbb; } .myforecolor {color:#acdbbb; } .mybordercolor {border:3px solid #acdbbb; }
#acdbbb Text Font Color
<p style="color:#acdbbb">Text here</p>
This sample text font color is #acdbbb
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.
#acdbbb Background Color
<div style="background-color:#acdbbb">
Div content here</div>
This div background color is #acdbbb
#acdbbb Border Color
<div style="border:3px solid #acdbbb">
Div here</div>
This div border color is #acdbbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,219,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acdbbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acdbbb; -webkit-box-shadow: 1px 1px 3px 2px #acdbbb; box-shadow: 1px 1px 3px 2px #acdbbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,219,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acdbbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acdbbb; -webkit-box-shadow: 1px 1px 3px 2px #acdbbb; box-shadow: 1px 1px 3px 2px #acdbbb;">
Div content here</div>
This div box has shadow with color #acdbbb
Comments
No comments written yet.
Please login to write comment.