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