Color spaces of #1bcada
RGB | 27 | 202 | 218 |
---|---|---|---|
HSL | 0.51 | 0.78 | 0.48 |
HSV | 185° | 88° | 85° |
CMYK | 0.88 | 0.07 | 0.00 0.15 |
XYZ | 34.2274 | 47.5360 | 73.7011 |
Yxy | 47.5360 | 0.2202 | 0.3058 |
Hunter Lab | 68.9464 | -32.0424 | -15.1164 |
CIE-Lab | 74.5313 | -34.4956 | -19.5156 |
#1bcada color RGB value is (27,202,218).
#1bcada hex color red value is 27, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1bcada hue: 0.51 , saturation: 0.78 and the lightness value of 1bcada is 0.48.
The process color (four color CMYK) of #1bcada color hex is 0.88, 0.07, 0.00, 0.15. Web safe color of #1bcada is #33cccc. Color #1bcada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 11001010 | 11011010 |
Octal | 33 | 312 | 332 |
Decimal | 27 | 202 | 218 |
Hex | 1B | CA | DA |
Shades of #1bcada
Tints of #1bcada
RGB Percentages of Color #1bcada
CMYK Percentages of Color #1bcada
Complementary Color
#1bcada | #da2b1b |
#1bcada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1bcada Color Preview on White Background
Lorem ipsum dolor sit amet.
#1bcada Color CSS Codes
.mybgcolor {background-color:#1bcada; } .myforecolor {color:#1bcada; } .mybordercolor {border:3px solid #1bcada; }
#1bcada Text Font Color
<p style="color:#1bcada">Text here</p>
This sample text font color is #1bcada
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.
#1bcada Background Color
<div style="background-color:#1bcada">
Div content here</div>
This div background color is #1bcada
#1bcada Border Color
<div style="border:3px solid #1bcada">
Div here</div>
This div border color is #1bcada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,202,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1bcada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1bcada; -webkit-box-shadow: 1px 1px 3px 2px #1bcada; box-shadow: 1px 1px 3px 2px #1bcada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,202,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 #1bcada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1bcada; -webkit-box-shadow: 1px 1px 3px 2px #1bcada; box-shadow: 1px 1px 3px 2px #1bcada;">
Div content here</div>
This div box has shadow with color #1bcada
Comments
No comments written yet.
Please login to write comment.