Color spaces of #aedbdd
RGB | 174 | 219 | 221 |
---|---|---|---|
HSL | 0.51 | 0.41 | 0.77 |
HSV | 183° | 21° | 87° |
CMYK | 0.21 | 0.01 | 0.00 0.13 |
XYZ | 55.8382 | 64.8822 | 77.9871 |
Yxy | 64.8822 | 0.2810 | 0.3265 |
Hunter Lab | 80.5495 | -17.2225 | -1.0193 |
CIE-Lab | 84.4230 | -14.0954 | -5.8011 |
#aedbdd color RGB value is (174,219,221).
#aedbdd hex color red value is 174, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aedbdd hue: 0.51 , saturation: 0.41 and the lightness value of aedbdd is 0.77.
The process color (four color CMYK) of #aedbdd color hex is 0.21, 0.01, 0.00, 0.13. Web safe color of #aedbdd is #99cccc. Color #aedbdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11011011 | 11011101 |
Octal | 256 | 333 | 335 |
Decimal | 174 | 219 | 221 |
Hex | AE | DB | DD |
Shades of #aedbdd
Tints of #aedbdd
RGB Percentages of Color #aedbdd
CMYK Percentages of Color #aedbdd
Complementary Color
#aedbdd | #ddb0ae |
#aedbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aedbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aedbdd Color CSS Codes
.mybgcolor {background-color:#aedbdd; } .myforecolor {color:#aedbdd; } .mybordercolor {border:3px solid #aedbdd; }
#aedbdd Text Font Color
<p style="color:#aedbdd">Text here</p>
This sample text font color is #aedbdd
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.
#aedbdd Background Color
<div style="background-color:#aedbdd">
Div content here</div>
This div background color is #aedbdd
#aedbdd Border Color
<div style="border:3px solid #aedbdd">
Div here</div>
This div border color is #aedbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,219,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aedbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aedbdd; -webkit-box-shadow: 1px 1px 3px 2px #aedbdd; box-shadow: 1px 1px 3px 2px #aedbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,219,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aedbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aedbdd; -webkit-box-shadow: 1px 1px 3px 2px #aedbdd; box-shadow: 1px 1px 3px 2px #aedbdd;">
Div content here</div>
This div box has shadow with color #aedbdd
Comments
No comments written yet.
Please login to write comment.