Color spaces of #acdfef
RGB | 172 | 223 | 239 |
---|---|---|---|
HSL | 0.54 | 0.68 | 0.81 |
HSV | 194° | 28° | 94° |
CMYK | 0.28 | 0.07 | 0.00 0.06 |
XYZ | 58.9809 | 67.7780 | 91.6352 |
Yxy | 67.7780 | 0.2701 | 0.3103 |
Hunter Lab | 82.3274 | -16.1922 | -8.3641 |
CIE-Lab | 85.8953 | -12.7282 | -13.1454 |
#acdfef color RGB value is (172,223,239).
#acdfef hex color red value is 172, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #acdfef hue: 0.54 , saturation: 0.68 and the lightness value of acdfef is 0.81.
The process color (four color CMYK) of #acdfef color hex is 0.28, 0.07, 0.00, 0.06. Web safe color of #acdfef is #99ccff. Color #acdfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011111 | 11101111 |
Octal | 254 | 337 | 357 |
Decimal | 172 | 223 | 239 |
Hex | AC | DF | EF |
Shades of #acdfef
Tints of #acdfef
RGB Percentages of Color #acdfef
CMYK Percentages of Color #acdfef
Complementary Color
#acdfef | #efbcac |
#acdfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acdfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#acdfef Color CSS Codes
.mybgcolor {background-color:#acdfef; } .myforecolor {color:#acdfef; } .mybordercolor {border:3px solid #acdfef; }
#acdfef Text Font Color
<p style="color:#acdfef">Text here</p>
This sample text font color is #acdfef
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.
#acdfef Background Color
<div style="background-color:#acdfef">
Div content here</div>
This div background color is #acdfef
#acdfef Border Color
<div style="border:3px solid #acdfef">
Div here</div>
This div border color is #acdfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,223,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acdfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acdfef; -webkit-box-shadow: 1px 1px 3px 2px #acdfef; box-shadow: 1px 1px 3px 2px #acdfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,223,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acdfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acdfef; -webkit-box-shadow: 1px 1px 3px 2px #acdfef; box-shadow: 1px 1px 3px 2px #acdfef;">
Div content here</div>
This div box has shadow with color #acdfef
Comments
No comments written yet.
Please login to write comment.