Color spaces of #aceddb
RGB | 172 | 237 | 219 |
---|---|---|---|
HSL | 0.45 | 0.64 | 0.80 |
HSV | 163° | 27° | 93° |
CMYK | 0.27 | 0.00 | 0.08 0.07 |
XYZ | 60.0836 | 74.4535 | 78.2221 |
Yxy | 74.4535 | 0.2824 | 0.3499 |
Hunter Lab | 86.2864 | -26.7069 | 6.6518 |
CIE-Lab | 89.1364 | -24.0569 | 2.1459 |
#aceddb color RGB value is (172,237,219).
#aceddb hex color red value is 172, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aceddb hue: 0.45 , saturation: 0.64 and the lightness value of aceddb is 0.80.
The process color (four color CMYK) of #aceddb color hex is 0.27, 0.00, 0.08, 0.07. Web safe color of #aceddb is #99ffcc. Color #aceddb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101101 | 11011011 |
Octal | 254 | 355 | 333 |
Decimal | 172 | 237 | 219 |
Hex | AC | ED | DB |
Shades of #aceddb
Tints of #aceddb
RGB Percentages of Color #aceddb
CMYK Percentages of Color #aceddb
Complementary Color
#aceddb | #edacbe |
#aceddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aceddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aceddb Color CSS Codes
.mybgcolor {background-color:#aceddb; } .myforecolor {color:#aceddb; } .mybordercolor {border:3px solid #aceddb; }
#aceddb Text Font Color
<p style="color:#aceddb">Text here</p>
This sample text font color is #aceddb
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.
#aceddb Background Color
<div style="background-color:#aceddb">
Div content here</div>
This div background color is #aceddb
#aceddb Border Color
<div style="border:3px solid #aceddb">
Div here</div>
This div border color is #aceddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,237,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aceddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aceddb; -webkit-box-shadow: 1px 1px 3px 2px #aceddb; box-shadow: 1px 1px 3px 2px #aceddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,237,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aceddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aceddb; -webkit-box-shadow: 1px 1px 3px 2px #aceddb; box-shadow: 1px 1px 3px 2px #aceddb;">
Div content here</div>
This div box has shadow with color #aceddb
Comments
No comments written yet.
Please login to write comment.