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