Color spaces of #abfcfd
RGB | 171 | 252 | 253 |
---|---|---|---|
HSL | 0.50 | 0.95 | 0.83 |
HSV | 181° | 32° | 99° |
CMYK | 0.32 | 0.00 | 0.00 0.01 |
XYZ | 69.3346 | 85.3706 | 105.7524 |
Yxy | 85.3706 | 0.2662 | 0.3278 |
Hunter Lab | 92.3962 | -27.7460 | -3.1832 |
CIE-Lab | 94.0426 | -24.2233 | -8.3359 |
#abfcfd color RGB value is (171,252,253).
#abfcfd hex color red value is 171, green value is 252 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #abfcfd hue: 0.50 , saturation: 0.95 and the lightness value of abfcfd is 0.83.
The process color (four color CMYK) of #abfcfd color hex is 0.32, 0.00, 0.00, 0.01. Web safe color of #abfcfd is #99ffff. Color #abfcfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11111100 | 11111101 |
Octal | 253 | 374 | 375 |
Decimal | 171 | 252 | 253 |
Hex | AB | FC | FD |
Shades of #abfcfd
Tints of #abfcfd
RGB Percentages of Color #abfcfd
CMYK Percentages of Color #abfcfd
Complementary Color
#abfcfd | #fdacab |
#abfcfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abfcfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#abfcfd Color CSS Codes
.mybgcolor {background-color:#abfcfd; } .myforecolor {color:#abfcfd; } .mybordercolor {border:3px solid #abfcfd; }
#abfcfd Text Font Color
<p style="color:#abfcfd">Text here</p>
This sample text font color is #abfcfd
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.
#abfcfd Background Color
<div style="background-color:#abfcfd">
Div content here</div>
This div background color is #abfcfd
#abfcfd Border Color
<div style="border:3px solid #abfcfd">
Div here</div>
This div border color is #abfcfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,252,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abfcfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abfcfd; -webkit-box-shadow: 1px 1px 3px 2px #abfcfd; box-shadow: 1px 1px 3px 2px #abfcfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,252,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 #abfcfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abfcfd; -webkit-box-shadow: 1px 1px 3px 2px #abfcfd; box-shadow: 1px 1px 3px 2px #abfcfd;">
Div content here</div>
This div box has shadow with color #abfcfd
Related Colors
Comments
No comments written yet.
Please login to write comment.