Color spaces of #1baadd
RGB | 27 | 170 | 221 |
---|---|---|---|
HSL | 0.54 | 0.78 | 0.49 |
HSV | 196° | 88° | 87° |
CMYK | 0.88 | 0.23 | 0.00 0.13 |
XYZ | 27.8779 | 34.2029 | 73.5391 |
Yxy | 34.2029 | 0.2056 | 0.2522 |
Hunter Lab | 58.4832 | -17.2580 | -33.6153 |
CIE-Lab | 65.1233 | -17.4611 | -35.6076 |
#1baadd color RGB value is (27,170,221).
#1baadd hex color red value is 27, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1baadd hue: 0.54 , saturation: 0.78 and the lightness value of 1baadd is 0.49.
The process color (four color CMYK) of #1baadd color hex is 0.88, 0.23, 0.00, 0.13. Web safe color of #1baadd is #3399cc. Color #1baadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 10101010 | 11011101 |
Octal | 33 | 252 | 335 |
Decimal | 27 | 170 | 221 |
Hex | 1B | AA | DD |
Shades of #1baadd
Tints of #1baadd
RGB Percentages of Color #1baadd
CMYK Percentages of Color #1baadd
Complementary Color
#1baadd | #dd4e1b |
#1baadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1baadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#1baadd Color CSS Codes
.mybgcolor {background-color:#1baadd; } .myforecolor {color:#1baadd; } .mybordercolor {border:3px solid #1baadd; }
#1baadd Text Font Color
<p style="color:#1baadd">Text here</p>
This sample text font color is #1baadd
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.
#1baadd Background Color
<div style="background-color:#1baadd">
Div content here</div>
This div background color is #1baadd
#1baadd Border Color
<div style="border:3px solid #1baadd">
Div here</div>
This div border color is #1baadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,170,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1baadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1baadd; -webkit-box-shadow: 1px 1px 3px 2px #1baadd; box-shadow: 1px 1px 3px 2px #1baadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,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 #1baadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1baadd; -webkit-box-shadow: 1px 1px 3px 2px #1baadd; box-shadow: 1px 1px 3px 2px #1baadd;">
Div content here</div>
This div box has shadow with color #1baadd
Comments
No comments written yet.
Please login to write comment.