Color spaces of #adcfef
RGB | 173 | 207 | 239 |
---|---|---|---|
HSL | 0.58 | 0.67 | 0.81 |
HSV | 209° | 28° | 94° |
CMYK | 0.28 | 0.13 | 0.00 0.06 |
XYZ | 55.1264 | 59.7419 | 90.2872 |
Yxy | 59.7419 | 0.2687 | 0.2912 |
Hunter Lab | 77.2929 | -7.9538 | -15.1527 |
CIE-Lab | 81.6977 | -4.1354 | -19.4522 |
#adcfef color RGB value is (173,207,239).
#adcfef hex color red value is 173, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #adcfef hue: 0.58 , saturation: 0.67 and the lightness value of adcfef is 0.81.
The process color (four color CMYK) of #adcfef color hex is 0.28, 0.13, 0.00, 0.06. Web safe color of #adcfef is #99ccff. Color #adcfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001111 | 11101111 |
Octal | 255 | 317 | 357 |
Decimal | 173 | 207 | 239 |
Hex | AD | CF | EF |
Shades of #adcfef
Tints of #adcfef
RGB Percentages of Color #adcfef
CMYK Percentages of Color #adcfef
Complementary Color
#adcfef | #efcdad |
#adcfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcfef Color CSS Codes
.mybgcolor {background-color:#adcfef; } .myforecolor {color:#adcfef; } .mybordercolor {border:3px solid #adcfef; }
#adcfef Text Font Color
<p style="color:#adcfef">Text here</p>
This sample text font color is #adcfef
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.
#adcfef Background Color
<div style="background-color:#adcfef">
Div content here</div>
This div background color is #adcfef
#adcfef Border Color
<div style="border:3px solid #adcfef">
Div here</div>
This div border color is #adcfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,207,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcfef; -webkit-box-shadow: 1px 1px 3px 2px #adcfef; box-shadow: 1px 1px 3px 2px #adcfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,207,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 #adcfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcfef; -webkit-box-shadow: 1px 1px 3px 2px #adcfef; box-shadow: 1px 1px 3px 2px #adcfef;">
Div content here</div>
This div box has shadow with color #adcfef
Comments
No comments written yet.
Please login to write comment.