Color spaces of #1acebc
RGB | 26 | 206 | 188 |
---|---|---|---|
HSL | 0.48 | 0.78 | 0.45 |
HSV | 174° | 87° | 81° |
CMYK | 0.87 | 0.00 | 0.09 0.19 |
XYZ | 31.5744 | 47.9931 | 55.1764 |
Yxy | 47.9931 | 0.2343 | 0.3562 |
Hunter Lab | 69.2771 | -39.8799 | 1.2718 |
CIE-Lab | 74.8206 | -45.1815 | -2.8640 |
#1acebc color RGB value is (26,206,188).
#1acebc hex color red value is 26, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1acebc hue: 0.48 , saturation: 0.78 and the lightness value of 1acebc is 0.45.
The process color (four color CMYK) of #1acebc color hex is 0.87, 0.00, 0.09, 0.19. Web safe color of #1acebc is #33cccc. Color #1acebc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011010 | 11001110 | 10111100 |
Octal | 32 | 316 | 274 |
Decimal | 26 | 206 | 188 |
Hex | 1A | CE | BC |
Shades of #1acebc
Tints of #1acebc
RGB Percentages of Color #1acebc
CMYK Percentages of Color #1acebc
Complementary Color
#1acebc | #ce1a2c |
#1acebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1acebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#1acebc Color CSS Codes
.mybgcolor {background-color:#1acebc; } .myforecolor {color:#1acebc; } .mybordercolor {border:3px solid #1acebc; }
#1acebc Text Font Color
<p style="color:#1acebc">Text here</p>
This sample text font color is #1acebc
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.
#1acebc Background Color
<div style="background-color:#1acebc">
Div content here</div>
This div background color is #1acebc
#1acebc Border Color
<div style="border:3px solid #1acebc">
Div here</div>
This div border color is #1acebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(26,206,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1acebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1acebc; -webkit-box-shadow: 1px 1px 3px 2px #1acebc; box-shadow: 1px 1px 3px 2px #1acebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(26,206,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1acebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1acebc; -webkit-box-shadow: 1px 1px 3px 2px #1acebc; box-shadow: 1px 1px 3px 2px #1acebc;">
Div content here</div>
This div box has shadow with color #1acebc
Comments
No comments written yet.
Please login to write comment.