Color spaces of #afb1de
RGB | 175 | 177 | 222 |
---|---|---|---|
HSL | 0.66 | 0.42 | 0.78 |
HSV | 237° | 21° | 87° |
CMYK | 0.21 | 0.20 | 0.00 0.13 |
XYZ | 46.5862 | 45.8322 | 75.4984 |
Yxy | 45.8322 | 0.2774 | 0.2729 |
Hunter Lab | 67.6995 | 4.3575 | -18.7305 |
CIE-Lab | 73.4365 | 8.7217 | -22.8192 |
#afb1de color RGB value is (175,177,222).
#afb1de hex color red value is 175, green value is 177 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #afb1de hue: 0.66 , saturation: 0.42 and the lightness value of afb1de is 0.78.
The process color (four color CMYK) of #afb1de color hex is 0.21, 0.20, 0.00, 0.13. Web safe color of #afb1de is #9999cc. Color #afb1de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110001 | 11011110 |
Octal | 257 | 261 | 336 |
Decimal | 175 | 177 | 222 |
Hex | AF | B1 | DE |
Shades of #afb1de
Tints of #afb1de
RGB Percentages of Color #afb1de
CMYK Percentages of Color #afb1de
Complementary Color
#afb1de | #dedcaf |
#afb1de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb1de Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb1de Color CSS Codes
.mybgcolor {background-color:#afb1de; } .myforecolor {color:#afb1de; } .mybordercolor {border:3px solid #afb1de; }
#afb1de Text Font Color
<p style="color:#afb1de">Text here</p>
This sample text font color is #afb1de
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.
#afb1de Background Color
<div style="background-color:#afb1de">
Div content here</div>
This div background color is #afb1de
#afb1de Border Color
<div style="border:3px solid #afb1de">
Div here</div>
This div border color is #afb1de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,177,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb1de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb1de; -webkit-box-shadow: 1px 1px 3px 2px #afb1de; box-shadow: 1px 1px 3px 2px #afb1de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,177,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb1de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb1de; -webkit-box-shadow: 1px 1px 3px 2px #afb1de; box-shadow: 1px 1px 3px 2px #afb1de;">
Div content here</div>
This div box has shadow with color #afb1de
Comments
No comments written yet.
Please login to write comment.