Color spaces of #aed5ce
RGB | 174 | 213 | 206 |
---|---|---|---|
HSL | 0.47 | 0.32 | 0.76 |
HSV | 169° | 18° | 84° |
CMYK | 0.18 | 0.00 | 0.03 0.16 |
XYZ | 52.3904 | 61.0434 | 67.4138 |
Yxy | 61.0434 | 0.2897 | 0.3375 |
Hunter Lab | 78.1303 | -17.0345 | 3.5335 |
CIE-Lab | 82.4021 | -14.1872 | -0.8027 |
#aed5ce color RGB value is (174,213,206).
#aed5ce hex color red value is 174, green value is 213 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aed5ce hue: 0.47 , saturation: 0.32 and the lightness value of aed5ce is 0.76.
The process color (four color CMYK) of #aed5ce color hex is 0.18, 0.00, 0.03, 0.16. Web safe color of #aed5ce is #99cccc. Color #aed5ce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11010101 | 11001110 |
Octal | 256 | 325 | 316 |
Decimal | 174 | 213 | 206 |
Hex | AE | D5 | CE |
Shades of #aed5ce
Tints of #aed5ce
RGB Percentages of Color #aed5ce
CMYK Percentages of Color #aed5ce
Complementary Color
#aed5ce | #d5aeb5 |
#aed5ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aed5ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#aed5ce Color CSS Codes
.mybgcolor {background-color:#aed5ce; } .myforecolor {color:#aed5ce; } .mybordercolor {border:3px solid #aed5ce; }
#aed5ce Text Font Color
<p style="color:#aed5ce">Text here</p>
This sample text font color is #aed5ce
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.
#aed5ce Background Color
<div style="background-color:#aed5ce">
Div content here</div>
This div background color is #aed5ce
#aed5ce Border Color
<div style="border:3px solid #aed5ce">
Div here</div>
This div border color is #aed5ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,213,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aed5ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aed5ce; -webkit-box-shadow: 1px 1px 3px 2px #aed5ce; box-shadow: 1px 1px 3px 2px #aed5ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,213,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aed5ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aed5ce; -webkit-box-shadow: 1px 1px 3px 2px #aed5ce; box-shadow: 1px 1px 3px 2px #aed5ce;">
Div content here</div>
This div box has shadow with color #aed5ce
Comments
No comments written yet.
Please login to write comment.