Color spaces of #acebfd
RGB | 172 | 235 | 253 |
---|---|---|---|
HSL | 0.54 | 0.95 | 0.83 |
HSV | 193° | 32° | 99° |
CMYK | 0.32 | 0.07 | 0.00 0.01 |
XYZ | 64.4512 | 75.2792 | 104.0619 |
Yxy | 75.2792 | 0.2644 | 0.3088 |
Hunter Lab | 86.7636 | -19.2399 | -10.3763 |
CIE-Lab | 89.5236 | -15.5705 | -15.0662 |
#acebfd color RGB value is (172,235,253).
#acebfd hex color red value is 172, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #acebfd hue: 0.54 , saturation: 0.95 and the lightness value of acebfd is 0.83.
The process color (four color CMYK) of #acebfd color hex is 0.32, 0.07, 0.00, 0.01. Web safe color of #acebfd is #99ffff. Color #acebfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101011 | 11111101 |
Octal | 254 | 353 | 375 |
Decimal | 172 | 235 | 253 |
Hex | AC | EB | FD |
Shades of #acebfd
Tints of #acebfd
RGB Percentages of Color #acebfd
CMYK Percentages of Color #acebfd
Complementary Color
#acebfd | #fdbeac |
#acebfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acebfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#acebfd Color CSS Codes
.mybgcolor {background-color:#acebfd; } .myforecolor {color:#acebfd; } .mybordercolor {border:3px solid #acebfd; }
#acebfd Text Font Color
<p style="color:#acebfd">Text here</p>
This sample text font color is #acebfd
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.
#acebfd Background Color
<div style="background-color:#acebfd">
Div content here</div>
This div background color is #acebfd
#acebfd Border Color
<div style="border:3px solid #acebfd">
Div here</div>
This div border color is #acebfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,235,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acebfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acebfd; -webkit-box-shadow: 1px 1px 3px 2px #acebfd; box-shadow: 1px 1px 3px 2px #acebfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,235,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acebfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acebfd; -webkit-box-shadow: 1px 1px 3px 2px #acebfd; box-shadow: 1px 1px 3px 2px #acebfd;">
Div content here</div>
This div box has shadow with color #acebfd
Comments
No comments written yet.
Please login to write comment.