Color spaces of #adaefe
RGB | 173 | 174 | 254 |
---|---|---|---|
HSL | 0.66 | 0.98 | 0.84 |
HSV | 239° | 32° | 100° |
CMYK | 0.32 | 0.31 | 0.00 0.00 |
XYZ | 50.2590 | 46.3121 | 100.0561 |
Yxy | 46.3121 | 0.2556 | 0.2355 |
Hunter Lab | 68.0530 | 12.7344 | -39.5351 |
CIE-Lab | 73.7476 | 17.4800 | -39.7053 |
#adaefe color RGB value is (173,174,254).
#adaefe hex color red value is 173, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #adaefe hue: 0.66 , saturation: 0.98 and the lightness value of adaefe is 0.84.
The process color (four color CMYK) of #adaefe color hex is 0.32, 0.31, 0.00, 0.00. Web safe color of #adaefe is #9999ff. Color #adaefe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10101110 | 11111110 |
Octal | 255 | 256 | 376 |
Decimal | 173 | 174 | 254 |
Hex | AD | AE | FE |
Shades of #adaefe
Tints of #adaefe
RGB Percentages of Color #adaefe
CMYK Percentages of Color #adaefe
Complementary Color
#adaefe | #fefdad |
#adaefe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adaefe Color Preview on White Background
Lorem ipsum dolor sit amet.
#adaefe Color CSS Codes
.mybgcolor {background-color:#adaefe; } .myforecolor {color:#adaefe; } .mybordercolor {border:3px solid #adaefe; }
#adaefe Text Font Color
<p style="color:#adaefe">Text here</p>
This sample text font color is #adaefe
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.
#adaefe Background Color
<div style="background-color:#adaefe">
Div content here</div>
This div background color is #adaefe
#adaefe Border Color
<div style="border:3px solid #adaefe">
Div here</div>
This div border color is #adaefe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,174,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adaefe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adaefe; -webkit-box-shadow: 1px 1px 3px 2px #adaefe; box-shadow: 1px 1px 3px 2px #adaefe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,174,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adaefe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adaefe; -webkit-box-shadow: 1px 1px 3px 2px #adaefe; box-shadow: 1px 1px 3px 2px #adaefe;">
Div content here</div>
This div box has shadow with color #adaefe
Comments
No comments written yet.
Please login to write comment.