Color spaces of #1bccbe
RGB | 27 | 204 | 190 |
---|---|---|---|
HSL | 0.49 | 0.77 | 0.45 |
HSV | 175° | 87° | 80° |
CMYK | 0.87 | 0.00 | 0.07 0.20 |
XYZ | 31.3391 | 47.1364 | 56.1617 |
Yxy | 47.1364 | 0.2328 | 0.3501 |
Hunter Lab | 68.6560 | -38.6688 | -0.4410 |
CIE-Lab | 74.2769 | -43.7006 | -4.7448 |
#1bccbe color RGB value is (27,204,190).
#1bccbe hex color red value is 27, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1bccbe hue: 0.49 , saturation: 0.77 and the lightness value of 1bccbe is 0.45.
The process color (four color CMYK) of #1bccbe color hex is 0.87, 0.00, 0.07, 0.20. Web safe color of #1bccbe is #33cccc. Color #1bccbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 11001100 | 10111110 |
Octal | 33 | 314 | 276 |
Decimal | 27 | 204 | 190 |
Hex | 1B | CC | BE |
Shades of #1bccbe
Tints of #1bccbe
RGB Percentages of Color #1bccbe
CMYK Percentages of Color #1bccbe
Complementary Color
#1bccbe | #cc1b29 |
#1bccbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1bccbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#1bccbe Color CSS Codes
.mybgcolor {background-color:#1bccbe; } .myforecolor {color:#1bccbe; } .mybordercolor {border:3px solid #1bccbe; }
#1bccbe Text Font Color
<p style="color:#1bccbe">Text here</p>
This sample text font color is #1bccbe
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.
#1bccbe Background Color
<div style="background-color:#1bccbe">
Div content here</div>
This div background color is #1bccbe
#1bccbe Border Color
<div style="border:3px solid #1bccbe">
Div here</div>
This div border color is #1bccbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,204,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1bccbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1bccbe; -webkit-box-shadow: 1px 1px 3px 2px #1bccbe; box-shadow: 1px 1px 3px 2px #1bccbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,204,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1bccbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1bccbe; -webkit-box-shadow: 1px 1px 3px 2px #1bccbe; box-shadow: 1px 1px 3px 2px #1bccbe;">
Div content here</div>
This div box has shadow with color #1bccbe
Comments
No comments written yet.
Please login to write comment.