Color spaces of #affeea
RGB | 175 | 254 | 234 |
---|---|---|---|
HSL | 0.46 | 0.98 | 0.84 |
HSV | 165° | 31° | 100° |
CMYK | 0.31 | 0.00 | 0.08 0.00 |
XYZ | 67.9723 | 85.9381 | 90.8471 |
Yxy | 85.9381 | 0.2777 | 0.3511 |
Hunter Lab | 92.7028 | -31.3487 | 6.7888 |
CIE-Lab | 94.2859 | -28.2394 | 1.8640 |
#affeea color RGB value is (175,254,234).
#affeea hex color red value is 175, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #affeea hue: 0.46 , saturation: 0.98 and the lightness value of affeea is 0.84.
The process color (four color CMYK) of #affeea color hex is 0.31, 0.00, 0.08, 0.00. Web safe color of #affeea is #99ffff. Color #affeea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111110 | 11101010 |
Octal | 257 | 376 | 352 |
Decimal | 175 | 254 | 234 |
Hex | AF | FE | EA |
Shades of #affeea
Tints of #affeea
RGB Percentages of Color #affeea
CMYK Percentages of Color #affeea
Complementary Color
#affeea | #feafc3 |
#affeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#affeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#affeea Color CSS Codes
.mybgcolor {background-color:#affeea; } .myforecolor {color:#affeea; } .mybordercolor {border:3px solid #affeea; }
#affeea Text Font Color
<p style="color:#affeea">Text here</p>
This sample text font color is #affeea
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.
#affeea Background Color
<div style="background-color:#affeea">
Div content here</div>
This div background color is #affeea
#affeea Border Color
<div style="border:3px solid #affeea">
Div here</div>
This div border color is #affeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,254,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #affeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #affeea; -webkit-box-shadow: 1px 1px 3px 2px #affeea; box-shadow: 1px 1px 3px 2px #affeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,254,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #affeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #affeea; -webkit-box-shadow: 1px 1px 3px 2px #affeea; box-shadow: 1px 1px 3px 2px #affeea;">
Div content here</div>
This div box has shadow with color #affeea
Comments
No comments written yet.
Please login to write comment.