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