Color spaces of #aef9ca
RGB | 174 | 249 | 202 |
---|---|---|---|
HSL | 0.40 | 0.86 | 0.83 |
HSV | 142° | 30° | 98° |
CMYK | 0.30 | 0.00 | 0.19 0.02 |
XYZ | 61.9919 | 81.0143 | 68.2471 |
Yxy | 81.0143 | 0.2934 | 0.3835 |
Hunter Lab | 90.0079 | -34.5742 | 18.0499 |
CIE-Lab | 92.1381 | -32.4994 | 15.2840 |
#aef9ca color RGB value is (174,249,202).
#aef9ca hex color red value is 174, green value is 249 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aef9ca hue: 0.40 , saturation: 0.86 and the lightness value of aef9ca is 0.83.
The process color (four color CMYK) of #aef9ca color hex is 0.30, 0.00, 0.19, 0.02. Web safe color of #aef9ca is #99ffcc. Color #aef9ca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11111001 | 11001010 |
Octal | 256 | 371 | 312 |
Decimal | 174 | 249 | 202 |
Hex | AE | F9 | CA |
Shades of #aef9ca
Tints of #aef9ca
RGB Percentages of Color #aef9ca
CMYK Percentages of Color #aef9ca
Complementary Color
#aef9ca | #f9aedd |
#aef9ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aef9ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#aef9ca Color CSS Codes
.mybgcolor {background-color:#aef9ca; } .myforecolor {color:#aef9ca; } .mybordercolor {border:3px solid #aef9ca; }
#aef9ca Text Font Color
<p style="color:#aef9ca">Text here</p>
This sample text font color is #aef9ca
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.
#aef9ca Background Color
<div style="background-color:#aef9ca">
Div content here</div>
This div background color is #aef9ca
#aef9ca Border Color
<div style="border:3px solid #aef9ca">
Div here</div>
This div border color is #aef9ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,249,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aef9ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aef9ca; -webkit-box-shadow: 1px 1px 3px 2px #aef9ca; box-shadow: 1px 1px 3px 2px #aef9ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,249,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aef9ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aef9ca; -webkit-box-shadow: 1px 1px 3px 2px #aef9ca; box-shadow: 1px 1px 3px 2px #aef9ca;">
Div content here</div>
This div box has shadow with color #aef9ca
Comments
No comments written yet.
Please login to write comment.