Color spaces of #aed7cf
RGB | 174 | 215 | 207 |
---|---|---|---|
HSL | 0.47 | 0.34 | 0.76 |
HSV | 168° | 19° | 84° |
CMYK | 0.19 | 0.00 | 0.04 0.16 |
XYZ | 53.0185 | 62.1045 | 68.2245 |
Yxy | 62.1045 | 0.2892 | 0.3387 |
Hunter Lab | 78.8064 | -17.8220 | 3.8358 |
CIE-Lab | 82.9690 | -14.9989 | -0.5059 |
#aed7cf color RGB value is (174,215,207).
#aed7cf hex color red value is 174, green value is 215 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aed7cf hue: 0.47 , saturation: 0.34 and the lightness value of aed7cf is 0.76.
The process color (four color CMYK) of #aed7cf color hex is 0.19, 0.00, 0.04, 0.16. Web safe color of #aed7cf is #99cccc. Color #aed7cf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11010111 | 11001111 |
Octal | 256 | 327 | 317 |
Decimal | 174 | 215 | 207 |
Hex | AE | D7 | CF |
Shades of #aed7cf
Tints of #aed7cf
RGB Percentages of Color #aed7cf
CMYK Percentages of Color #aed7cf
Complementary Color
#aed7cf | #d7aeb6 |
#aed7cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aed7cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#aed7cf Color CSS Codes
.mybgcolor {background-color:#aed7cf; } .myforecolor {color:#aed7cf; } .mybordercolor {border:3px solid #aed7cf; }
#aed7cf Text Font Color
<p style="color:#aed7cf">Text here</p>
This sample text font color is #aed7cf
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.
#aed7cf Background Color
<div style="background-color:#aed7cf">
Div content here</div>
This div background color is #aed7cf
#aed7cf Border Color
<div style="border:3px solid #aed7cf">
Div here</div>
This div border color is #aed7cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,215,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aed7cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aed7cf; -webkit-box-shadow: 1px 1px 3px 2px #aed7cf; box-shadow: 1px 1px 3px 2px #aed7cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,215,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aed7cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aed7cf; -webkit-box-shadow: 1px 1px 3px 2px #aed7cf; box-shadow: 1px 1px 3px 2px #aed7cf;">
Div content here</div>
This div box has shadow with color #aed7cf
Comments
No comments written yet.
Please login to write comment.