Color spaces of #afedd8
RGB | 175 | 237 | 216 |
---|---|---|---|
HSL | 0.44 | 0.63 | 0.81 |
HSV | 160° | 26° | 93° |
CMYK | 0.26 | 0.00 | 0.09 0.07 |
XYZ | 60.3581 | 74.6402 | 76.1915 |
Yxy | 74.6402 | 0.2858 | 0.3534 |
Hunter Lab | 86.3946 | -26.4845 | 8.1882 |
CIE-Lab | 89.2242 | -23.7829 | 3.8609 |
#afedd8 color RGB value is (175,237,216).
#afedd8 hex color red value is 175, green value is 237 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #afedd8 hue: 0.44 , saturation: 0.63 and the lightness value of afedd8 is 0.81.
The process color (four color CMYK) of #afedd8 color hex is 0.26, 0.00, 0.09, 0.07. Web safe color of #afedd8 is #99ffcc. Color #afedd8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101101 | 11011000 |
Octal | 257 | 355 | 330 |
Decimal | 175 | 237 | 216 |
Hex | AF | ED | D8 |
Shades of #afedd8
Tints of #afedd8
RGB Percentages of Color #afedd8
CMYK Percentages of Color #afedd8
Complementary Color
#afedd8 | #edafc4 |
#afedd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afedd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afedd8 Color CSS Codes
.mybgcolor {background-color:#afedd8; } .myforecolor {color:#afedd8; } .mybordercolor {border:3px solid #afedd8; }
#afedd8 Text Font Color
<p style="color:#afedd8">Text here</p>
This sample text font color is #afedd8
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.
#afedd8 Background Color
<div style="background-color:#afedd8">
Div content here</div>
This div background color is #afedd8
#afedd8 Border Color
<div style="border:3px solid #afedd8">
Div here</div>
This div border color is #afedd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,237,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afedd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afedd8; -webkit-box-shadow: 1px 1px 3px 2px #afedd8; box-shadow: 1px 1px 3px 2px #afedd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,237,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afedd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afedd8; -webkit-box-shadow: 1px 1px 3px 2px #afedd8; box-shadow: 1px 1px 3px 2px #afedd8;">
Div content here</div>
This div box has shadow with color #afedd8
Comments
No comments written yet.
Please login to write comment.