Color spaces of #aafee8
RGB | 170 | 254 | 232 |
---|---|---|---|
HSL | 0.46 | 0.98 | 0.83 |
HSV | 164° | 33° | 100° |
CMYK | 0.33 | 0.00 | 0.09 0.00 |
XYZ | 66.5849 | 85.2559 | 89.2906 |
Yxy | 85.2559 | 0.2761 | 0.3536 |
Hunter Lab | 92.3341 | -32.8630 | 7.2982 |
CIE-Lab | 93.9933 | -30.0413 | 2.4410 |
#aafee8 color RGB value is (170,254,232).
#aafee8 hex color red value is 170, green value is 254 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #aafee8 hue: 0.46 , saturation: 0.98 and the lightness value of aafee8 is 0.83.
The process color (four color CMYK) of #aafee8 color hex is 0.33, 0.00, 0.09, 0.00. Web safe color of #aafee8 is #99ffff. Color #aafee8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111110 | 11101000 |
Octal | 252 | 376 | 350 |
Decimal | 170 | 254 | 232 |
Hex | AA | FE | E8 |
Shades of #aafee8
Tints of #aafee8
RGB Percentages of Color #aafee8
CMYK Percentages of Color #aafee8
Complementary Color
#aafee8 | #feaac0 |
#aafee8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aafee8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aafee8 Color CSS Codes
.mybgcolor {background-color:#aafee8; } .myforecolor {color:#aafee8; } .mybordercolor {border:3px solid #aafee8; }
#aafee8 Text Font Color
<p style="color:#aafee8">Text here</p>
This sample text font color is #aafee8
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.
#aafee8 Background Color
<div style="background-color:#aafee8">
Div content here</div>
This div background color is #aafee8
#aafee8 Border Color
<div style="border:3px solid #aafee8">
Div here</div>
This div border color is #aafee8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,254,232, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aafee8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aafee8; -webkit-box-shadow: 1px 1px 3px 2px #aafee8; box-shadow: 1px 1px 3px 2px #aafee8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,254,232, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aafee8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aafee8; -webkit-box-shadow: 1px 1px 3px 2px #aafee8; box-shadow: 1px 1px 3px 2px #aafee8;">
Div content here</div>
This div box has shadow with color #aafee8
Comments
No comments written yet.
Please login to write comment.