Color spaces of #adecff
RGB | 173 | 236 | 255 |
---|---|---|---|
HSL | 0.54 | 1.00 | 0.84 |
HSV | 194° | 32° | 100° |
CMYK | 0.32 | 0.07 | 0.00 0.00 |
XYZ | 65.2790 | 76.0951 | 105.8550 |
Yxy | 76.0951 | 0.2640 | 0.3078 |
Hunter Lab | 87.2325 | -19.0794 | -10.8845 |
CIE-Lab | 89.9035 | -15.3352 | -15.5364 |
#adecff color RGB value is (173,236,255).
#adecff hex color red value is 173, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adecff hue: 0.54 , saturation: 1.00 and the lightness value of adecff is 0.84.
The process color (four color CMYK) of #adecff color hex is 0.32, 0.07, 0.00, 0.00. Web safe color of #adecff is #99ffff. Color #adecff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101100 | 11111111 |
Octal | 255 | 354 | 377 |
Decimal | 173 | 236 | 255 |
Hex | AD | EC | FF |
Shades of #adecff
Tints of #adecff
RGB Percentages of Color #adecff
CMYK Percentages of Color #adecff
Complementary Color
#adecff | #ffc0ad |
#adecff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adecff Color Preview on White Background
Lorem ipsum dolor sit amet.
#adecff Color CSS Codes
.mybgcolor {background-color:#adecff; } .myforecolor {color:#adecff; } .mybordercolor {border:3px solid #adecff; }
#adecff Text Font Color
<p style="color:#adecff">Text here</p>
This sample text font color is #adecff
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.
#adecff Background Color
<div style="background-color:#adecff">
Div content here</div>
This div background color is #adecff
#adecff Border Color
<div style="border:3px solid #adecff">
Div here</div>
This div border color is #adecff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,236,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adecff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adecff; -webkit-box-shadow: 1px 1px 3px 2px #adecff; box-shadow: 1px 1px 3px 2px #adecff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,236,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 #adecff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adecff; -webkit-box-shadow: 1px 1px 3px 2px #adecff; box-shadow: 1px 1px 3px 2px #adecff;">
Div content here</div>
This div box has shadow with color #adecff
Related Colors
Comments
No comments written yet.
Please login to write comment.