Color spaces of #afeecd
RGB | 175 | 238 | 205 |
---|---|---|---|
HSL | 0.41 | 0.65 | 0.81 |
HSV | 149° | 26° | 93° |
CMYK | 0.26 | 0.00 | 0.14 0.07 |
XYZ | 59.2732 | 74.6708 | 69.0465 |
Yxy | 74.6708 | 0.2920 | 0.3679 |
Hunter Lab | 86.4123 | -28.7821 | 13.1138 |
CIE-Lab | 89.2386 | -26.4354 | 9.6192 |
#afeecd color RGB value is (175,238,205).
#afeecd hex color red value is 175, green value is 238 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #afeecd hue: 0.41 , saturation: 0.65 and the lightness value of afeecd is 0.81.
The process color (four color CMYK) of #afeecd color hex is 0.26, 0.00, 0.14, 0.07. Web safe color of #afeecd is #99ffcc. Color #afeecd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101110 | 11001101 |
Octal | 257 | 356 | 315 |
Decimal | 175 | 238 | 205 |
Hex | AF | EE | CD |
Shades of #afeecd
Tints of #afeecd
RGB Percentages of Color #afeecd
CMYK Percentages of Color #afeecd
Complementary Color
#afeecd | #eeafd0 |
#afeecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afeecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#afeecd Color CSS Codes
.mybgcolor {background-color:#afeecd; } .myforecolor {color:#afeecd; } .mybordercolor {border:3px solid #afeecd; }
#afeecd Text Font Color
<p style="color:#afeecd">Text here</p>
This sample text font color is #afeecd
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.
#afeecd Background Color
<div style="background-color:#afeecd">
Div content here</div>
This div background color is #afeecd
#afeecd Border Color
<div style="border:3px solid #afeecd">
Div here</div>
This div border color is #afeecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,238,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afeecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afeecd; -webkit-box-shadow: 1px 1px 3px 2px #afeecd; box-shadow: 1px 1px 3px 2px #afeecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,238,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afeecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afeecd; -webkit-box-shadow: 1px 1px 3px 2px #afeecd; box-shadow: 1px 1px 3px 2px #afeecd;">
Div content here</div>
This div box has shadow with color #afeecd
Comments
No comments written yet.
Please login to write comment.