Color spaces of #afbfda
RGB | 175 | 191 | 218 |
---|---|---|---|
HSL | 0.60 | 0.37 | 0.77 |
HSV | 218° | 20° | 85° |
CMYK | 0.20 | 0.12 | 0.00 0.15 |
XYZ | 48.9649 | 51.4375 | 73.6774 |
Yxy | 51.4375 | 0.2813 | 0.2955 |
Hunter Lab | 71.7199 | -3.6437 | -10.7042 |
CIE-Lab | 76.9433 | 0.2050 | -15.3383 |
#afbfda color RGB value is (175,191,218).
#afbfda hex color red value is 175, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afbfda hue: 0.60 , saturation: 0.37 and the lightness value of afbfda is 0.77.
The process color (four color CMYK) of #afbfda color hex is 0.20, 0.12, 0.00, 0.15. Web safe color of #afbfda is #99cccc. Color #afbfda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111111 | 11011010 |
Octal | 257 | 277 | 332 |
Decimal | 175 | 191 | 218 |
Hex | AF | BF | DA |
Shades of #afbfda
Tints of #afbfda
RGB Percentages of Color #afbfda
CMYK Percentages of Color #afbfda
Complementary Color
#afbfda | #dacaaf |
#afbfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbfda Color CSS Codes
.mybgcolor {background-color:#afbfda; } .myforecolor {color:#afbfda; } .mybordercolor {border:3px solid #afbfda; }
#afbfda Text Font Color
<p style="color:#afbfda">Text here</p>
This sample text font color is #afbfda
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.
#afbfda Background Color
<div style="background-color:#afbfda">
Div content here</div>
This div background color is #afbfda
#afbfda Border Color
<div style="border:3px solid #afbfda">
Div here</div>
This div border color is #afbfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,191,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbfda; -webkit-box-shadow: 1px 1px 3px 2px #afbfda; box-shadow: 1px 1px 3px 2px #afbfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,191,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbfda; -webkit-box-shadow: 1px 1px 3px 2px #afbfda; box-shadow: 1px 1px 3px 2px #afbfda;">
Div content here</div>
This div box has shadow with color #afbfda
Comments
No comments written yet.
Please login to write comment.