Color spaces of #acedff
RGB | 172 | 237 | 255 |
---|---|---|---|
HSL | 0.54 | 1.00 | 0.84 |
HSV | 193° | 33° | 100° |
CMYK | 0.33 | 0.07 | 0.00 0.00 |
XYZ | 65.3474 | 76.5590 | 105.9409 |
Yxy | 76.5590 | 0.2637 | 0.3089 |
Hunter Lab | 87.4980 | -19.8098 | -10.5386 |
CIE-Lab | 90.1182 | -16.1069 | -15.2196 |
#acedff color RGB value is (172,237,255).
#acedff hex color red value is 172, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #acedff hue: 0.54 , saturation: 1.00 and the lightness value of acedff is 0.84.
The process color (four color CMYK) of #acedff color hex is 0.33, 0.07, 0.00, 0.00. Web safe color of #acedff is #99ffff. Color #acedff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101101 | 11111111 |
Octal | 254 | 355 | 377 |
Decimal | 172 | 237 | 255 |
Hex | AC | ED | FF |
Shades of #acedff
Tints of #acedff
RGB Percentages of Color #acedff
CMYK Percentages of Color #acedff
Complementary Color
#acedff | #ffbeac |
#acedff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acedff Color Preview on White Background
Lorem ipsum dolor sit amet.
#acedff Color CSS Codes
.mybgcolor {background-color:#acedff; } .myforecolor {color:#acedff; } .mybordercolor {border:3px solid #acedff; }
#acedff Text Font Color
<p style="color:#acedff">Text here</p>
This sample text font color is #acedff
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.
#acedff Background Color
<div style="background-color:#acedff">
Div content here</div>
This div background color is #acedff
#acedff Border Color
<div style="border:3px solid #acedff">
Div here</div>
This div border color is #acedff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,237,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acedff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acedff; -webkit-box-shadow: 1px 1px 3px 2px #acedff; box-shadow: 1px 1px 3px 2px #acedff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,237,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acedff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acedff; -webkit-box-shadow: 1px 1px 3px 2px #acedff; box-shadow: 1px 1px 3px 2px #acedff;">
Div content here</div>
This div box has shadow with color #acedff
Comments
No comments written yet.
Please login to write comment.