Color spaces of #afbdfb
RGB | 175 | 189 | 251 |
---|---|---|---|
HSL | 0.64 | 0.90 | 0.84 |
HSV | 229° | 30° | 98° |
CMYK | 0.30 | 0.25 | 0.00 0.02 |
XYZ | 53.2894 | 52.4742 | 98.5867 |
Yxy | 52.4742 | 0.2608 | 0.2568 |
Hunter Lab | 72.4391 | 4.5441 | -29.9840 |
CIE-Lab | 77.5635 | 9.0002 | -32.1695 |
#afbdfb color RGB value is (175,189,251).
#afbdfb hex color red value is 175, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #afbdfb hue: 0.64 , saturation: 0.90 and the lightness value of afbdfb is 0.84.
The process color (four color CMYK) of #afbdfb color hex is 0.30, 0.25, 0.00, 0.02. Web safe color of #afbdfb is #99ccff. Color #afbdfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111101 | 11111011 |
Octal | 257 | 275 | 373 |
Decimal | 175 | 189 | 251 |
Hex | AF | BD | FB |
Shades of #afbdfb
Tints of #afbdfb
RGB Percentages of Color #afbdfb
CMYK Percentages of Color #afbdfb
Complementary Color
#afbdfb | #fbedaf |
#afbdfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbdfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbdfb Color CSS Codes
.mybgcolor {background-color:#afbdfb; } .myforecolor {color:#afbdfb; } .mybordercolor {border:3px solid #afbdfb; }
#afbdfb Text Font Color
<p style="color:#afbdfb">Text here</p>
This sample text font color is #afbdfb
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.
#afbdfb Background Color
<div style="background-color:#afbdfb">
Div content here</div>
This div background color is #afbdfb
#afbdfb Border Color
<div style="border:3px solid #afbdfb">
Div here</div>
This div border color is #afbdfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,189,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbdfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbdfb; -webkit-box-shadow: 1px 1px 3px 2px #afbdfb; box-shadow: 1px 1px 3px 2px #afbdfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,189,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbdfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbdfb; -webkit-box-shadow: 1px 1px 3px 2px #afbdfb; box-shadow: 1px 1px 3px 2px #afbdfb;">
Div content here</div>
This div box has shadow with color #afbdfb
Comments
No comments written yet.
Please login to write comment.