Color spaces of #aed1cb
RGB | 174 | 209 | 203 |
---|---|---|---|
HSL | 0.47 | 0.28 | 0.75 |
HSV | 170° | 17° | 82° |
CMYK | 0.17 | 0.00 | 0.03 0.18 |
XYZ | 51.0355 | 58.9114 | 65.1811 |
Yxy | 58.9114 | 0.2914 | 0.3364 |
Hunter Lab | 76.7538 | -15.6300 | 3.3772 |
CIE-Lab | 81.2429 | -12.7556 | -0.8983 |
#aed1cb color RGB value is (174,209,203).
#aed1cb hex color red value is 174, green value is 209 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aed1cb hue: 0.47 , saturation: 0.28 and the lightness value of aed1cb is 0.75.
The process color (four color CMYK) of #aed1cb color hex is 0.17, 0.00, 0.03, 0.18. Web safe color of #aed1cb is #99cccc. Color #aed1cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11010001 | 11001011 |
Octal | 256 | 321 | 313 |
Decimal | 174 | 209 | 203 |
Hex | AE | D1 | CB |
Shades of #aed1cb
Tints of #aed1cb
RGB Percentages of Color #aed1cb
CMYK Percentages of Color #aed1cb
Complementary Color
#aed1cb | #d1aeb4 |
#aed1cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aed1cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aed1cb Color CSS Codes
.mybgcolor {background-color:#aed1cb; } .myforecolor {color:#aed1cb; } .mybordercolor {border:3px solid #aed1cb; }
#aed1cb Text Font Color
<p style="color:#aed1cb">Text here</p>
This sample text font color is #aed1cb
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.
#aed1cb Background Color
<div style="background-color:#aed1cb">
Div content here</div>
This div background color is #aed1cb
#aed1cb Border Color
<div style="border:3px solid #aed1cb">
Div here</div>
This div border color is #aed1cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,209,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aed1cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aed1cb; -webkit-box-shadow: 1px 1px 3px 2px #aed1cb; box-shadow: 1px 1px 3px 2px #aed1cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,209,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aed1cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aed1cb; -webkit-box-shadow: 1px 1px 3px 2px #aed1cb; box-shadow: 1px 1px 3px 2px #aed1cb;">
Div content here</div>
This div box has shadow with color #aed1cb
Comments
No comments written yet.
Please login to write comment.