Color spaces of #adcefc
RGB | 173 | 206 | 252 |
---|---|---|---|
HSL | 0.60 | 0.93 | 0.83 |
HSV | 215° | 31° | 99° |
CMYK | 0.31 | 0.18 | 0.00 0.01 |
XYZ | 56.8756 | 60.0551 | 100.6896 |
Yxy | 60.0551 | 0.2614 | 0.2760 |
Hunter Lab | 77.4952 | -4.6112 | -22.7889 |
CIE-Lab | 81.8681 | -0.5055 | -26.1138 |
#adcefc color RGB value is (173,206,252).
#adcefc hex color red value is 173, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #adcefc hue: 0.60 , saturation: 0.93 and the lightness value of adcefc is 0.83.
The process color (four color CMYK) of #adcefc color hex is 0.31, 0.18, 0.00, 0.01. Web safe color of #adcefc is #99ccff. Color #adcefc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001110 | 11111100 |
Octal | 255 | 316 | 374 |
Decimal | 173 | 206 | 252 |
Hex | AD | CE | FC |
Shades of #adcefc
Tints of #adcefc
RGB Percentages of Color #adcefc
CMYK Percentages of Color #adcefc
Complementary Color
#adcefc | #fcdbad |
#adcefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcefc Color CSS Codes
.mybgcolor {background-color:#adcefc; } .myforecolor {color:#adcefc; } .mybordercolor {border:3px solid #adcefc; }
#adcefc Text Font Color
<p style="color:#adcefc">Text here</p>
This sample text font color is #adcefc
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.
#adcefc Background Color
<div style="background-color:#adcefc">
Div content here</div>
This div background color is #adcefc
#adcefc Border Color
<div style="border:3px solid #adcefc">
Div here</div>
This div border color is #adcefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,206,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcefc; -webkit-box-shadow: 1px 1px 3px 2px #adcefc; box-shadow: 1px 1px 3px 2px #adcefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,206,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adcefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcefc; -webkit-box-shadow: 1px 1px 3px 2px #adcefc; box-shadow: 1px 1px 3px 2px #adcefc;">
Div content here</div>
This div box has shadow with color #adcefc
Comments
No comments written yet.
Please login to write comment.