Color spaces of #1ae2ff
RGB | 26 | 226 | 255 |
---|---|---|---|
HSL | 0.52 | 1.00 | 0.55 |
HSV | 188° | 90° | 100° |
CMYK | 0.90 | 0.11 | 0.00 0.00 |
XYZ | 45.6724 | 61.8323 | 104.1354 |
Yxy | 61.8323 | 0.2158 | 0.2922 |
Hunter Lab | 78.6335 | -33.9312 | -23.4751 |
CIE-Lab | 82.8242 | -34.3369 | -26.6634 |
#1ae2ff color RGB value is (26,226,255).
#1ae2ff hex color red value is 26, green value is 226 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1ae2ff hue: 0.52 , saturation: 1.00 and the lightness value of 1ae2ff is 0.55.
The process color (four color CMYK) of #1ae2ff color hex is 0.90, 0.11, 0.00, 0.00. Web safe color of #1ae2ff is #33ccff. Color #1ae2ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011010 | 11100010 | 11111111 |
Octal | 32 | 342 | 377 |
Decimal | 26 | 226 | 255 |
Hex | 1A | E2 | FF |
Shades of #1ae2ff
Tints of #1ae2ff
RGB Percentages of Color #1ae2ff
CMYK Percentages of Color #1ae2ff
Complementary Color
#1ae2ff | #ff371a |
#1ae2ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1ae2ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#1ae2ff Color CSS Codes
.mybgcolor {background-color:#1ae2ff; } .myforecolor {color:#1ae2ff; } .mybordercolor {border:3px solid #1ae2ff; }
#1ae2ff Text Font Color
<p style="color:#1ae2ff">Text here</p>
This sample text font color is #1ae2ff
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.
#1ae2ff Background Color
<div style="background-color:#1ae2ff">
Div content here</div>
This div background color is #1ae2ff
#1ae2ff Border Color
<div style="border:3px solid #1ae2ff">
Div here</div>
This div border color is #1ae2ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(26,226,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1ae2ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1ae2ff; -webkit-box-shadow: 1px 1px 3px 2px #1ae2ff; box-shadow: 1px 1px 3px 2px #1ae2ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(26,226,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 #1ae2ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1ae2ff; -webkit-box-shadow: 1px 1px 3px 2px #1ae2ff; box-shadow: 1px 1px 3px 2px #1ae2ff;">
Div content here</div>
This div box has shadow with color #1ae2ff
Comments
No comments written yet.
Please login to write comment.