Color spaces of #abf3fd
RGB | 171 | 243 | 253 |
---|---|---|---|
HSL | 0.52 | 0.95 | 0.83 |
HSV | 187° | 32° | 99° |
CMYK | 0.32 | 0.04 | 0.00 0.01 |
XYZ | 66.5748 | 79.8510 | 104.8324 |
Yxy | 79.8510 | 0.2650 | 0.3178 |
Hunter Lab | 89.3594 | -23.3923 | -7.0048 |
CIE-Lab | 91.6180 | -19.8254 | -11.9403 |
#abf3fd color RGB value is (171,243,253).
#abf3fd hex color red value is 171, green value is 243 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #abf3fd hue: 0.52 , saturation: 0.95 and the lightness value of abf3fd is 0.83.
The process color (four color CMYK) of #abf3fd color hex is 0.32, 0.04, 0.00, 0.01. Web safe color of #abf3fd is #99ffff. Color #abf3fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11110011 | 11111101 |
Octal | 253 | 363 | 375 |
Decimal | 171 | 243 | 253 |
Hex | AB | F3 | FD |
Shades of #abf3fd
Tints of #abf3fd
RGB Percentages of Color #abf3fd
CMYK Percentages of Color #abf3fd
Complementary Color
#abf3fd | #fdb5ab |
#abf3fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abf3fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#abf3fd Color CSS Codes
.mybgcolor {background-color:#abf3fd; } .myforecolor {color:#abf3fd; } .mybordercolor {border:3px solid #abf3fd; }
#abf3fd Text Font Color
<p style="color:#abf3fd">Text here</p>
This sample text font color is #abf3fd
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.
#abf3fd Background Color
<div style="background-color:#abf3fd">
Div content here</div>
This div background color is #abf3fd
#abf3fd Border Color
<div style="border:3px solid #abf3fd">
Div here</div>
This div border color is #abf3fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,243,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abf3fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abf3fd; -webkit-box-shadow: 1px 1px 3px 2px #abf3fd; box-shadow: 1px 1px 3px 2px #abf3fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,243,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abf3fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abf3fd; -webkit-box-shadow: 1px 1px 3px 2px #abf3fd; box-shadow: 1px 1px 3px 2px #abf3fd;">
Div content here</div>
This div box has shadow with color #abf3fd
Related Colors
Comments
No comments written yet.
Please login to write comment.