Color spaces of #1aaebd
RGB | 26 | 174 | 189 |
---|---|---|---|
HSL | 0.52 | 0.76 | 0.42 |
HSV | 186° | 86° | 74° |
CMYK | 0.86 | 0.08 | 0.00 0.26 |
XYZ | 24.7474 | 34.1658 | 53.4345 |
Yxy | 34.1658 | 0.2203 | 0.3041 |
Hunter Lab | 58.4515 | -26.7162 | -13.2850 |
CIE-Lab | 65.0940 | -30.2664 | -17.9381 |
#1aaebd color RGB value is (26,174,189).
#1aaebd hex color red value is 26, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1aaebd hue: 0.52 , saturation: 0.76 and the lightness value of 1aaebd is 0.42.
The process color (four color CMYK) of #1aaebd color hex is 0.86, 0.08, 0.00, 0.26. Web safe color of #1aaebd is #3399cc. Color #1aaebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011010 | 10101110 | 10111101 |
Octal | 32 | 256 | 275 |
Decimal | 26 | 174 | 189 |
Hex | 1A | AE | BD |
Shades of #1aaebd
Tints of #1aaebd
RGB Percentages of Color #1aaebd
CMYK Percentages of Color #1aaebd
Complementary Color
#1aaebd | #bd291a |
#1aaebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1aaebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#1aaebd Color CSS Codes
.mybgcolor {background-color:#1aaebd; } .myforecolor {color:#1aaebd; } .mybordercolor {border:3px solid #1aaebd; }
#1aaebd Text Font Color
<p style="color:#1aaebd">Text here</p>
This sample text font color is #1aaebd
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.
#1aaebd Background Color
<div style="background-color:#1aaebd">
Div content here</div>
This div background color is #1aaebd
#1aaebd Border Color
<div style="border:3px solid #1aaebd">
Div here</div>
This div border color is #1aaebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(26,174,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1aaebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1aaebd; -webkit-box-shadow: 1px 1px 3px 2px #1aaebd; box-shadow: 1px 1px 3px 2px #1aaebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(26,174,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1aaebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1aaebd; -webkit-box-shadow: 1px 1px 3px 2px #1aaebd; box-shadow: 1px 1px 3px 2px #1aaebd;">
Div content here</div>
This div box has shadow with color #1aaebd
Comments
No comments written yet.
Please login to write comment.