Color spaces of #afffbf
RGB | 175 | 255 | 191 |
---|---|---|---|
HSL | 0.37 | 1.00 | 0.84 |
HSV | 132° | 31° | 100° |
CMYK | 0.31 | 0.00 | 0.25 0.00 |
XYZ | 62.8432 | 84.3955 | 62.2680 |
Yxy | 84.3955 | 0.3000 | 0.4028 |
Hunter Lab | 91.8670 | -38.6613 | 24.1198 |
CIE-Lab | 93.6220 | -36.9199 | 22.9945 |
#afffbf color RGB value is (175,255,191).
#afffbf hex color red value is 175, green value is 255 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #afffbf hue: 0.37 , saturation: 1.00 and the lightness value of afffbf is 0.84.
The process color (four color CMYK) of #afffbf color hex is 0.31, 0.00, 0.25, 0.00. Web safe color of #afffbf is #99ffcc. Color #afffbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111111 | 10111111 |
Octal | 257 | 377 | 277 |
Decimal | 175 | 255 | 191 |
Hex | AF | FF | BF |
Shades of #afffbf
Tints of #afffbf
RGB Percentages of Color #afffbf
CMYK Percentages of Color #afffbf
Complementary Color
#afffbf | #ffafef |
#afffbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afffbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#afffbf Color CSS Codes
.mybgcolor {background-color:#afffbf; } .myforecolor {color:#afffbf; } .mybordercolor {border:3px solid #afffbf; }
#afffbf Text Font Color
<p style="color:#afffbf">Text here</p>
This sample text font color is #afffbf
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.
#afffbf Background Color
<div style="background-color:#afffbf">
Div content here</div>
This div background color is #afffbf
#afffbf Border Color
<div style="border:3px solid #afffbf">
Div here</div>
This div border color is #afffbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,255,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afffbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afffbf; -webkit-box-shadow: 1px 1px 3px 2px #afffbf; box-shadow: 1px 1px 3px 2px #afffbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,255,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afffbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afffbf; -webkit-box-shadow: 1px 1px 3px 2px #afffbf; box-shadow: 1px 1px 3px 2px #afffbf;">
Div content here</div>
This div box has shadow with color #afffbf
#afffbf Color Palettes
Comments
No comments written yet.
Please login to write comment.