Color spaces of #1afcff
RGB | 26 | 252 | 255 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.55 |
HSV | 181° | 90° | 100° |
CMYK | 0.90 | 0.01 | 0.00 0.00 |
XYZ | 53.2864 | 77.0604 | 106.6734 |
Yxy | 77.0604 | 0.2248 | 0.3251 |
Hunter Lab | 87.7841 | -45.2696 | -10.5992 |
CIE-Lab | 90.3494 | -46.1191 | -15.2768 |
#1afcff color RGB value is (26,252,255).
#1afcff hex color red value is 26, green value is 252 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1afcff hue: 0.50 , saturation: 1.00 and the lightness value of 1afcff is 0.55.
The process color (four color CMYK) of #1afcff color hex is 0.90, 0.01, 0.00, 0.00. Web safe color of #1afcff is #33ffff. Color #1afcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011010 | 11111100 | 11111111 |
Octal | 32 | 374 | 377 |
Decimal | 26 | 252 | 255 |
Hex | 1A | FC | FF |
Shades of #1afcff
Tints of #1afcff
RGB Percentages of Color #1afcff
CMYK Percentages of Color #1afcff
Complementary Color
#1afcff | #ff1d1a |
#1afcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1afcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#1afcff Color CSS Codes
.mybgcolor {background-color:#1afcff; } .myforecolor {color:#1afcff; } .mybordercolor {border:3px solid #1afcff; }
#1afcff Text Font Color
<p style="color:#1afcff">Text here</p>
This sample text font color is #1afcff
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.
#1afcff Background Color
<div style="background-color:#1afcff">
Div content here</div>
This div background color is #1afcff
#1afcff Border Color
<div style="border:3px solid #1afcff">
Div here</div>
This div border color is #1afcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(26,252,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1afcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1afcff; -webkit-box-shadow: 1px 1px 3px 2px #1afcff; box-shadow: 1px 1px 3px 2px #1afcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(26,252,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1afcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1afcff; -webkit-box-shadow: 1px 1px 3px 2px #1afcff; box-shadow: 1px 1px 3px 2px #1afcff;">
Div content here</div>
This div box has shadow with color #1afcff
Related Colors
Comments
No comments written yet.
Please login to write comment.