Color spaces of #1caaff
RGB | 28 | 170 | 255 |
---|---|---|---|
HSL | 0.56 | 1.00 | 0.55 |
HSV | 202° | 89° | 100° |
CMYK | 0.89 | 0.33 | 0.00 0.00 |
XYZ | 32.9036 | 36.2163 | 99.8640 |
Yxy | 36.2163 | 0.1947 | 0.2143 |
Hunter Lab | 60.1800 | -7.7195 | -56.2612 |
CIE-Lab | 66.6849 | -5.3212 | -51.7579 |
#1caaff color RGB value is (28,170,255).
#1caaff hex color red value is 28, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1caaff hue: 0.56 , saturation: 1.00 and the lightness value of 1caaff is 0.55.
The process color (four color CMYK) of #1caaff color hex is 0.89, 0.33, 0.00, 0.00. Web safe color of #1caaff is #3399ff. Color #1caaff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 10101010 | 11111111 |
Octal | 34 | 252 | 377 |
Decimal | 28 | 170 | 255 |
Hex | 1C | AA | FF |
Shades of #1caaff
Tints of #1caaff
RGB Percentages of Color #1caaff
CMYK Percentages of Color #1caaff
Complementary Color
#1caaff | #ff711c |
#1caaff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1caaff Color Preview on White Background
Lorem ipsum dolor sit amet.
#1caaff Color CSS Codes
.mybgcolor {background-color:#1caaff; } .myforecolor {color:#1caaff; } .mybordercolor {border:3px solid #1caaff; }
#1caaff Text Font Color
<p style="color:#1caaff">Text here</p>
This sample text font color is #1caaff
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.
#1caaff Background Color
<div style="background-color:#1caaff">
Div content here</div>
This div background color is #1caaff
#1caaff Border Color
<div style="border:3px solid #1caaff">
Div here</div>
This div border color is #1caaff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,170,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1caaff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1caaff; -webkit-box-shadow: 1px 1px 3px 2px #1caaff; box-shadow: 1px 1px 3px 2px #1caaff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,170,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 #1caaff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1caaff; -webkit-box-shadow: 1px 1px 3px 2px #1caaff; box-shadow: 1px 1px 3px 2px #1caaff;">
Div content here</div>
This div box has shadow with color #1caaff
Comments
No comments written yet.
Please login to write comment.