Color spaces of #1eaadd
RGB | 30 | 170 | 221 |
---|---|---|---|
HSL | 0.54 | 0.76 | 0.49 |
HSV | 196° | 86° | 87° |
CMYK | 0.86 | 0.23 | 0.00 0.13 |
XYZ | 27.9613 | 34.2459 | 73.5430 |
Yxy | 34.2459 | 0.2060 | 0.2523 |
Hunter Lab | 58.5200 | -17.1213 | -33.5467 |
CIE-Lab | 65.1573 | -17.2766 | -35.5521 |
#1eaadd color RGB value is (30,170,221).
#1eaadd hex color red value is 30, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1eaadd hue: 0.54 , saturation: 0.76 and the lightness value of 1eaadd is 0.49.
The process color (four color CMYK) of #1eaadd color hex is 0.86, 0.23, 0.00, 0.13. Web safe color of #1eaadd is #3399cc. Color #1eaadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011110 | 10101010 | 11011101 |
Octal | 36 | 252 | 335 |
Decimal | 30 | 170 | 221 |
Hex | 1E | AA | DD |
Shades of #1eaadd
Tints of #1eaadd
RGB Percentages of Color #1eaadd
CMYK Percentages of Color #1eaadd
Complementary Color
#1eaadd | #dd511e |
#1eaadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1eaadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#1eaadd Color CSS Codes
.mybgcolor {background-color:#1eaadd; } .myforecolor {color:#1eaadd; } .mybordercolor {border:3px solid #1eaadd; }
#1eaadd Text Font Color
<p style="color:#1eaadd">Text here</p>
This sample text font color is #1eaadd
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.
#1eaadd Background Color
<div style="background-color:#1eaadd">
Div content here</div>
This div background color is #1eaadd
#1eaadd Border Color
<div style="border:3px solid #1eaadd">
Div here</div>
This div border color is #1eaadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(30,170,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1eaadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1eaadd; -webkit-box-shadow: 1px 1px 3px 2px #1eaadd; box-shadow: 1px 1px 3px 2px #1eaadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(30,170,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1eaadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1eaadd; -webkit-box-shadow: 1px 1px 3px 2px #1eaadd; box-shadow: 1px 1px 3px 2px #1eaadd;">
Div content here</div>
This div box has shadow with color #1eaadd
Comments
No comments written yet.
Please login to write comment.