Color spaces of #1acbec
RGB | 26 | 203 | 236 |
---|---|---|---|
HSL | 0.53 | 0.85 | 0.51 |
HSV | 189° | 89° | 93° |
CMYK | 0.89 | 0.14 | 0.00 0.07 |
XYZ | 36.9223 | 48.9876 | 86.8664 |
Yxy | 48.9876 | 0.2137 | 0.2835 |
Hunter Lab | 69.9911 | -28.3207 | -24.5914 |
CIE-Lab | 75.4436 | -29.3267 | -27.8315 |
#1acbec color RGB value is (26,203,236).
#1acbec hex color red value is 26, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1acbec hue: 0.53 , saturation: 0.85 and the lightness value of 1acbec is 0.51.
The process color (four color CMYK) of #1acbec color hex is 0.89, 0.14, 0.00, 0.07. Web safe color of #1acbec is #33ccff. Color #1acbec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011010 | 11001011 | 11101100 |
Octal | 32 | 313 | 354 |
Decimal | 26 | 203 | 236 |
Hex | 1A | CB | EC |
Shades of #1acbec
Tints of #1acbec
RGB Percentages of Color #1acbec
CMYK Percentages of Color #1acbec
Complementary Color
#1acbec | #ec3b1a |
#1acbec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1acbec Color Preview on White Background
Lorem ipsum dolor sit amet.
#1acbec Color CSS Codes
.mybgcolor {background-color:#1acbec; } .myforecolor {color:#1acbec; } .mybordercolor {border:3px solid #1acbec; }
#1acbec Text Font Color
<p style="color:#1acbec">Text here</p>
This sample text font color is #1acbec
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.
#1acbec Background Color
<div style="background-color:#1acbec">
Div content here</div>
This div background color is #1acbec
#1acbec Border Color
<div style="border:3px solid #1acbec">
Div here</div>
This div border color is #1acbec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(26,203,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1acbec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1acbec; -webkit-box-shadow: 1px 1px 3px 2px #1acbec; box-shadow: 1px 1px 3px 2px #1acbec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(26,203,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1acbec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1acbec; -webkit-box-shadow: 1px 1px 3px 2px #1acbec; box-shadow: 1px 1px 3px 2px #1acbec;">
Div content here</div>
This div box has shadow with color #1acbec
Comments
No comments written yet.
Please login to write comment.