Color spaces of #afedc0
RGB | 175 | 237 | 192 |
---|---|---|---|
HSL | 0.38 | 0.63 | 0.81 |
HSV | 136° | 26° | 93° |
CMYK | 0.26 | 0.00 | 0.19 0.07 |
XYZ | 57.4778 | 73.4881 | 61.0244 |
Yxy | 73.4881 | 0.2994 | 0.3828 |
Hunter Lab | 85.7252 | -30.3368 | 17.8014 |
CIE-Lab | 88.6800 | -28.3852 | 15.5863 |
#afedc0 color RGB value is (175,237,192).
#afedc0 hex color red value is 175, green value is 237 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #afedc0 hue: 0.38 , saturation: 0.63 and the lightness value of afedc0 is 0.81.
The process color (four color CMYK) of #afedc0 color hex is 0.26, 0.00, 0.19, 0.07. Web safe color of #afedc0 is #99ffcc. Color #afedc0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101101 | 11000000 |
Octal | 257 | 355 | 300 |
Decimal | 175 | 237 | 192 |
Hex | AF | ED | C0 |
Shades of #afedc0
Tints of #afedc0
RGB Percentages of Color #afedc0
CMYK Percentages of Color #afedc0
Complementary Color
#afedc0 | #edafdc |
#afedc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afedc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afedc0 Color CSS Codes
.mybgcolor {background-color:#afedc0; } .myforecolor {color:#afedc0; } .mybordercolor {border:3px solid #afedc0; }
#afedc0 Text Font Color
<p style="color:#afedc0">Text here</p>
This sample text font color is #afedc0
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.
#afedc0 Background Color
<div style="background-color:#afedc0">
Div content here</div>
This div background color is #afedc0
#afedc0 Border Color
<div style="border:3px solid #afedc0">
Div here</div>
This div border color is #afedc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,237,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afedc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afedc0; -webkit-box-shadow: 1px 1px 3px 2px #afedc0; box-shadow: 1px 1px 3px 2px #afedc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,237,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afedc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afedc0; -webkit-box-shadow: 1px 1px 3px 2px #afedc0; box-shadow: 1px 1px 3px 2px #afedc0;">
Div content here</div>
This div box has shadow with color #afedc0
Comments
No comments written yet.
Please login to write comment.