Color spaces of #acddfe
RGB | 172 | 221 | 254 |
---|---|---|---|
HSL | 0.57 | 0.98 | 0.84 |
HSV | 204° | 32° | 100° |
CMYK | 0.32 | 0.13 | 0.00 0.00 |
XYZ | 60.7591 | 67.6393 | 103.6193 |
Yxy | 67.6393 | 0.2619 | 0.2915 |
Hunter Lab | 82.2431 | -12.0542 | -17.1302 |
CIE-Lab | 85.8258 | -8.1849 | -21.1621 |
#acddfe color RGB value is (172,221,254).
#acddfe hex color red value is 172, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #acddfe hue: 0.57 , saturation: 0.98 and the lightness value of acddfe is 0.84.
The process color (four color CMYK) of #acddfe color hex is 0.32, 0.13, 0.00, 0.00. Web safe color of #acddfe is #99ccff. Color #acddfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011101 | 11111110 |
Octal | 254 | 335 | 376 |
Decimal | 172 | 221 | 254 |
Hex | AC | DD | FE |
Shades of #acddfe
Tints of #acddfe
RGB Percentages of Color #acddfe
CMYK Percentages of Color #acddfe
Complementary Color
#acddfe | #fecdac |
#acddfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acddfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#acddfe Color CSS Codes
.mybgcolor {background-color:#acddfe; } .myforecolor {color:#acddfe; } .mybordercolor {border:3px solid #acddfe; }
#acddfe Text Font Color
<p style="color:#acddfe">Text here</p>
This sample text font color is #acddfe
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.
#acddfe Background Color
<div style="background-color:#acddfe">
Div content here</div>
This div background color is #acddfe
#acddfe Border Color
<div style="border:3px solid #acddfe">
Div here</div>
This div border color is #acddfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,221,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acddfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acddfe; -webkit-box-shadow: 1px 1px 3px 2px #acddfe; box-shadow: 1px 1px 3px 2px #acddfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,221,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acddfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acddfe; -webkit-box-shadow: 1px 1px 3px 2px #acddfe; box-shadow: 1px 1px 3px 2px #acddfe;">
Div content here</div>
This div box has shadow with color #acddfe
Related Colors
Comments
No comments written yet.
Please login to write comment.