Color spaces of #afe7bb
RGB | 175 | 231 | 187 |
---|---|---|---|
HSL | 0.37 | 0.54 | 0.80 |
HSV | 133° | 24° | 91° |
CMYK | 0.24 | 0.00 | 0.19 0.09 |
XYZ | 55.2248 | 69.8536 | 57.5862 |
Yxy | 69.8536 | 0.3023 | 0.3824 |
Hunter Lab | 83.5785 | -28.3177 | 17.6537 |
CIE-Lab | 86.9250 | -26.4190 | 15.7174 |
#afe7bb color RGB value is (175,231,187).
#afe7bb hex color red value is 175, green value is 231 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #afe7bb hue: 0.37 , saturation: 0.54 and the lightness value of afe7bb is 0.80.
The process color (four color CMYK) of #afe7bb color hex is 0.24, 0.00, 0.19, 0.09. Web safe color of #afe7bb is #99ffcc. Color #afe7bb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11100111 | 10111011 |
Octal | 257 | 347 | 273 |
Decimal | 175 | 231 | 187 |
Hex | AF | E7 | BB |
Shades of #afe7bb
Tints of #afe7bb
RGB Percentages of Color #afe7bb
CMYK Percentages of Color #afe7bb
Complementary Color
#afe7bb | #e7afdb |
#afe7bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afe7bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#afe7bb Color CSS Codes
.mybgcolor {background-color:#afe7bb; } .myforecolor {color:#afe7bb; } .mybordercolor {border:3px solid #afe7bb; }
#afe7bb Text Font Color
<p style="color:#afe7bb">Text here</p>
This sample text font color is #afe7bb
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.
#afe7bb Background Color
<div style="background-color:#afe7bb">
Div content here</div>
This div background color is #afe7bb
#afe7bb Border Color
<div style="border:3px solid #afe7bb">
Div here</div>
This div border color is #afe7bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,231,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afe7bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afe7bb; -webkit-box-shadow: 1px 1px 3px 2px #afe7bb; box-shadow: 1px 1px 3px 2px #afe7bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,231,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 #afe7bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afe7bb; -webkit-box-shadow: 1px 1px 3px 2px #afe7bb; box-shadow: 1px 1px 3px 2px #afe7bb;">
Div content here</div>
This div box has shadow with color #afe7bb
Comments
No comments written yet.
Please login to write comment.