Color spaces of #affbdf
RGB | 175 | 251 | 223 |
---|---|---|---|
HSL | 0.44 | 0.90 | 0.84 |
HSV | 158° | 30° | 98° |
CMYK | 0.30 | 0.00 | 0.11 0.02 |
XYZ | 65.4957 | 83.4360 | 82.4648 |
Yxy | 83.4360 | 0.2830 | 0.3606 |
Hunter Lab | 91.3433 | -31.8613 | 10.4133 |
CIE-Lab | 93.2050 | -29.0782 | 5.9791 |
#affbdf color RGB value is (175,251,223).
#affbdf hex color red value is 175, green value is 251 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #affbdf hue: 0.44 , saturation: 0.90 and the lightness value of affbdf is 0.84.
The process color (four color CMYK) of #affbdf color hex is 0.30, 0.00, 0.11, 0.02. Web safe color of #affbdf is #99ffcc. Color #affbdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111011 | 11011111 |
Octal | 257 | 373 | 337 |
Decimal | 175 | 251 | 223 |
Hex | AF | FB | DF |
Shades of #affbdf
Tints of #affbdf
RGB Percentages of Color #affbdf
CMYK Percentages of Color #affbdf
Complementary Color
#affbdf | #fbafcb |
#affbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#affbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#affbdf Color CSS Codes
.mybgcolor {background-color:#affbdf; } .myforecolor {color:#affbdf; } .mybordercolor {border:3px solid #affbdf; }
#affbdf Text Font Color
<p style="color:#affbdf">Text here</p>
This sample text font color is #affbdf
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.
#affbdf Background Color
<div style="background-color:#affbdf">
Div content here</div>
This div background color is #affbdf
#affbdf Border Color
<div style="border:3px solid #affbdf">
Div here</div>
This div border color is #affbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,251,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #affbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #affbdf; -webkit-box-shadow: 1px 1px 3px 2px #affbdf; box-shadow: 1px 1px 3px 2px #affbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,251,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #affbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #affbdf; -webkit-box-shadow: 1px 1px 3px 2px #affbdf; box-shadow: 1px 1px 3px 2px #affbdf;">
Div content here</div>
This div box has shadow with color #affbdf
Comments
No comments written yet.
Please login to write comment.