Color spaces of #afecb7
RGB | 175 | 236 | 183 |
---|---|---|---|
HSL | 0.36 | 0.62 | 0.81 |
HSV | 128° | 26° | 93° |
CMYK | 0.26 | 0.00 | 0.22 0.07 |
XYZ | 56.2219 | 72.5238 | 55.8350 |
Yxy | 72.5238 | 0.3046 | 0.3929 |
Hunter Lab | 85.1609 | -31.1887 | 20.7397 |
CIE-Lab | 88.2201 | -29.5052 | 19.6067 |
#afecb7 color RGB value is (175,236,183).
#afecb7 hex color red value is 175, green value is 236 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #afecb7 hue: 0.36 , saturation: 0.62 and the lightness value of afecb7 is 0.81.
The process color (four color CMYK) of #afecb7 color hex is 0.26, 0.00, 0.22, 0.07. Web safe color of #afecb7 is #99ffcc. Color #afecb7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101100 | 10110111 |
Octal | 257 | 354 | 267 |
Decimal | 175 | 236 | 183 |
Hex | AF | EC | B7 |
Shades of #afecb7
Tints of #afecb7
RGB Percentages of Color #afecb7
CMYK Percentages of Color #afecb7
Complementary Color
#afecb7 | #ecafe4 |
#afecb7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afecb7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afecb7 Color CSS Codes
.mybgcolor {background-color:#afecb7; } .myforecolor {color:#afecb7; } .mybordercolor {border:3px solid #afecb7; }
#afecb7 Text Font Color
<p style="color:#afecb7">Text here</p>
This sample text font color is #afecb7
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.
#afecb7 Background Color
<div style="background-color:#afecb7">
Div content here</div>
This div background color is #afecb7
#afecb7 Border Color
<div style="border:3px solid #afecb7">
Div here</div>
This div border color is #afecb7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,236,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afecb7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afecb7; -webkit-box-shadow: 1px 1px 3px 2px #afecb7; box-shadow: 1px 1px 3px 2px #afecb7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,236,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afecb7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afecb7; -webkit-box-shadow: 1px 1px 3px 2px #afecb7; box-shadow: 1px 1px 3px 2px #afecb7;">
Div content here</div>
This div box has shadow with color #afecb7
Comments
No comments written yet.
Please login to write comment.