Color spaces of #1acbda
RGB | 26 | 203 | 218 |
---|---|---|---|
HSL | 0.51 | 0.79 | 0.48 |
HSV | 185° | 88° | 85° |
CMYK | 0.88 | 0.07 | 0.00 0.15 |
XYZ | 34.4368 | 47.9934 | 73.7783 |
Yxy | 47.9934 | 0.2205 | 0.3072 |
Hunter Lab | 69.2773 | -32.5053 | -14.6481 |
CIE-Lab | 74.8208 | -35.0192 | -19.0779 |
#1acbda color RGB value is (26,203,218).
#1acbda hex color red value is 26, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1acbda hue: 0.51 , saturation: 0.79 and the lightness value of 1acbda is 0.48.
The process color (four color CMYK) of #1acbda color hex is 0.88, 0.07, 0.00, 0.15. Web safe color of #1acbda is #33cccc. Color #1acbda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011010 | 11001011 | 11011010 |
Octal | 32 | 313 | 332 |
Decimal | 26 | 203 | 218 |
Hex | 1A | CB | DA |
Shades of #1acbda
Tints of #1acbda
RGB Percentages of Color #1acbda
CMYK Percentages of Color #1acbda
Complementary Color
#1acbda | #da291a |
#1acbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1acbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#1acbda Color CSS Codes
.mybgcolor {background-color:#1acbda; } .myforecolor {color:#1acbda; } .mybordercolor {border:3px solid #1acbda; }
#1acbda Text Font Color
<p style="color:#1acbda">Text here</p>
This sample text font color is #1acbda
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.
#1acbda Background Color
<div style="background-color:#1acbda">
Div content here</div>
This div background color is #1acbda
#1acbda Border Color
<div style="border:3px solid #1acbda">
Div here</div>
This div border color is #1acbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(26,203,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1acbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1acbda; -webkit-box-shadow: 1px 1px 3px 2px #1acbda; box-shadow: 1px 1px 3px 2px #1acbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(26,203,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1acbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1acbda; -webkit-box-shadow: 1px 1px 3px 2px #1acbda; box-shadow: 1px 1px 3px 2px #1acbda;">
Div content here</div>
This div box has shadow with color #1acbda
Comments
No comments written yet.
Please login to write comment.