Color spaces of #adeedf
RGB | 173 | 238 | 223 |
---|---|---|---|
HSL | 0.46 | 0.66 | 0.81 |
HSV | 166° | 27° | 93° |
CMYK | 0.27 | 0.00 | 0.06 0.07 |
XYZ | 61.1274 | 75.3610 | 81.1364 |
Yxy | 75.3610 | 0.2809 | 0.3463 |
Hunter Lab | 86.8107 | -26.2287 | 5.3529 |
CIE-Lab | 89.5618 | -23.4200 | 0.6820 |
#adeedf color RGB value is (173,238,223).
#adeedf hex color red value is 173, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #adeedf hue: 0.46 , saturation: 0.66 and the lightness value of adeedf is 0.81.
The process color (four color CMYK) of #adeedf color hex is 0.27, 0.00, 0.06, 0.07. Web safe color of #adeedf is #99ffcc. Color #adeedf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101110 | 11011111 |
Octal | 255 | 356 | 337 |
Decimal | 173 | 238 | 223 |
Hex | AD | EE | DF |
Shades of #adeedf
Tints of #adeedf
RGB Percentages of Color #adeedf
CMYK Percentages of Color #adeedf
Complementary Color
#adeedf | #eeadbc |
#adeedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adeedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#adeedf Color CSS Codes
.mybgcolor {background-color:#adeedf; } .myforecolor {color:#adeedf; } .mybordercolor {border:3px solid #adeedf; }
#adeedf Text Font Color
<p style="color:#adeedf">Text here</p>
This sample text font color is #adeedf
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.
#adeedf Background Color
<div style="background-color:#adeedf">
Div content here</div>
This div background color is #adeedf
#adeedf Border Color
<div style="border:3px solid #adeedf">
Div here</div>
This div border color is #adeedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,238,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adeedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adeedf; -webkit-box-shadow: 1px 1px 3px 2px #adeedf; box-shadow: 1px 1px 3px 2px #adeedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,238,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adeedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adeedf; -webkit-box-shadow: 1px 1px 3px 2px #adeedf; box-shadow: 1px 1px 3px 2px #adeedf;">
Div content here</div>
This div box has shadow with color #adeedf
Comments
No comments written yet.
Please login to write comment.