Color spaces of #acdced
RGB | 172 | 220 | 237 |
---|---|---|---|
HSL | 0.54 | 0.64 | 0.80 |
HSV | 196° | 27° | 93° |
CMYK | 0.27 | 0.07 | 0.00 0.07 |
XYZ | 57.8925 | 66.0715 | 89.8226 |
Yxy | 66.0715 | 0.2708 | 0.3091 |
Hunter Lab | 81.2844 | -15.1161 | -8.6188 |
CIE-Lab | 85.0329 | -11.6504 | -13.3790 |
#acdced color RGB value is (172,220,237).
#acdced hex color red value is 172, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #acdced hue: 0.54 , saturation: 0.64 and the lightness value of acdced is 0.80.
The process color (four color CMYK) of #acdced color hex is 0.27, 0.07, 0.00, 0.07. Web safe color of #acdced is #99ccff. Color #acdced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011100 | 11101101 |
Octal | 254 | 334 | 355 |
Decimal | 172 | 220 | 237 |
Hex | AC | DC | ED |
Shades of #acdced
Tints of #acdced
RGB Percentages of Color #acdced
CMYK Percentages of Color #acdced
Complementary Color
#acdced | #edbdac |
#acdced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acdced Color Preview on White Background
Lorem ipsum dolor sit amet.
#acdced Color CSS Codes
.mybgcolor {background-color:#acdced; } .myforecolor {color:#acdced; } .mybordercolor {border:3px solid #acdced; }
#acdced Text Font Color
<p style="color:#acdced">Text here</p>
This sample text font color is #acdced
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.
#acdced Background Color
<div style="background-color:#acdced">
Div content here</div>
This div background color is #acdced
#acdced Border Color
<div style="border:3px solid #acdced">
Div here</div>
This div border color is #acdced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,220,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acdced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acdced; -webkit-box-shadow: 1px 1px 3px 2px #acdced; box-shadow: 1px 1px 3px 2px #acdced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,220,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acdced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acdced; -webkit-box-shadow: 1px 1px 3px 2px #acdced; box-shadow: 1px 1px 3px 2px #acdced;">
Div content here</div>
This div box has shadow with color #acdced
Comments
No comments written yet.
Please login to write comment.