Color spaces of #afefbb
RGB | 175 | 239 | 187 |
---|---|---|---|
HSL | 0.36 | 0.67 | 0.81 |
HSV | 131° | 27° | 94° |
CMYK | 0.27 | 0.00 | 0.22 0.06 |
XYZ | 57.5153 | 74.4348 | 58.3497 |
Yxy | 74.4348 | 0.3022 | 0.3911 |
Hunter Lab | 86.2756 | -31.9860 | 20.2941 |
CIE-Lab | 89.1276 | -30.2225 | 18.8033 |
#afefbb color RGB value is (175,239,187).
#afefbb hex color red value is 175, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #afefbb hue: 0.36 , saturation: 0.67 and the lightness value of afefbb is 0.81.
The process color (four color CMYK) of #afefbb color hex is 0.27, 0.00, 0.22, 0.06. Web safe color of #afefbb is #99ffcc. Color #afefbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101111 | 10111011 |
Octal | 257 | 357 | 273 |
Decimal | 175 | 239 | 187 |
Hex | AF | EF | BB |
Shades of #afefbb
Tints of #afefbb
RGB Percentages of Color #afefbb
CMYK Percentages of Color #afefbb
Complementary Color
#afefbb | #efafe3 |
#afefbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afefbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#afefbb Color CSS Codes
.mybgcolor {background-color:#afefbb; } .myforecolor {color:#afefbb; } .mybordercolor {border:3px solid #afefbb; }
#afefbb Text Font Color
<p style="color:#afefbb">Text here</p>
This sample text font color is #afefbb
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.
#afefbb Background Color
<div style="background-color:#afefbb">
Div content here</div>
This div background color is #afefbb
#afefbb Border Color
<div style="border:3px solid #afefbb">
Div here</div>
This div border color is #afefbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,239,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afefbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afefbb; -webkit-box-shadow: 1px 1px 3px 2px #afefbb; box-shadow: 1px 1px 3px 2px #afefbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,239,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afefbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afefbb; -webkit-box-shadow: 1px 1px 3px 2px #afefbb; box-shadow: 1px 1px 3px 2px #afefbb;">
Div content here</div>
This div box has shadow with color #afefbb
Comments
No comments written yet.
Please login to write comment.