Color spaces of #aafebc
RGB | 170 | 254 | 188 |
---|---|---|---|
HSL | 0.37 | 0.98 | 0.83 |
HSV | 133° | 33° | 100° |
CMYK | 0.33 | 0.00 | 0.26 0.00 |
XYZ | 61.0965 | 83.0605 | 60.3891 |
Yxy | 83.0605 | 0.2987 | 0.4061 |
Hunter Lab | 91.1375 | -39.8284 | 24.5098 |
CIE-Lab | 93.0409 | -38.4889 | 23.6794 |
#aafebc color RGB value is (170,254,188).
#aafebc hex color red value is 170, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aafebc hue: 0.37 , saturation: 0.98 and the lightness value of aafebc is 0.83.
The process color (four color CMYK) of #aafebc color hex is 0.33, 0.00, 0.26, 0.00. Web safe color of #aafebc is #99ffcc. Color #aafebc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111110 | 10111100 |
Octal | 252 | 376 | 274 |
Decimal | 170 | 254 | 188 |
Hex | AA | FE | BC |
Shades of #aafebc
Tints of #aafebc
RGB Percentages of Color #aafebc
CMYK Percentages of Color #aafebc
Complementary Color
#aafebc | #feaaec |
#aafebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aafebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aafebc Color CSS Codes
.mybgcolor {background-color:#aafebc; } .myforecolor {color:#aafebc; } .mybordercolor {border:3px solid #aafebc; }
#aafebc Text Font Color
<p style="color:#aafebc">Text here</p>
This sample text font color is #aafebc
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.
#aafebc Background Color
<div style="background-color:#aafebc">
Div content here</div>
This div background color is #aafebc
#aafebc Border Color
<div style="border:3px solid #aafebc">
Div here</div>
This div border color is #aafebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,254,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aafebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aafebc; -webkit-box-shadow: 1px 1px 3px 2px #aafebc; box-shadow: 1px 1px 3px 2px #aafebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,254,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aafebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aafebc; -webkit-box-shadow: 1px 1px 3px 2px #aafebc; box-shadow: 1px 1px 3px 2px #aafebc;">
Div content here</div>
This div box has shadow with color #aafebc
Comments
No comments written yet.
Please login to write comment.