Color spaces of #12bbca
RGB | 18 | 187 | 202 |
---|---|---|---|
HSL | 0.51 | 0.84 | 0.43 |
HSV | 185° | 91° | 79° |
CMYK | 0.91 | 0.07 | 0.00 0.21 |
XYZ | 28.6804 | 39.9335 | 62.0734 |
Yxy | 39.9335 | 0.2195 | 0.3056 |
Hunter Lab | 63.1930 | -29.5747 | -14.0045 |
CIE-Lab | 69.4221 | -32.8330 | -18.5563 |
#12bbca color RGB value is (18,187,202).
#12bbca hex color red value is 18, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #12bbca hue: 0.51 , saturation: 0.84 and the lightness value of 12bbca is 0.43.
The process color (four color CMYK) of #12bbca color hex is 0.91, 0.07, 0.00, 0.21. Web safe color of #12bbca is #00cccc. Color #12bbca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 10111011 | 11001010 |
Octal | 22 | 273 | 312 |
Decimal | 18 | 187 | 202 |
Hex | 12 | BB | CA |
Shades of #12bbca
Tints of #12bbca
RGB Percentages of Color #12bbca
CMYK Percentages of Color #12bbca
Complementary Color
#12bbca | #ca2112 |
#12bbca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#12bbca Color Preview on White Background
Lorem ipsum dolor sit amet.
#12bbca Color CSS Codes
.mybgcolor {background-color:#12bbca; } .myforecolor {color:#12bbca; } .mybordercolor {border:3px solid #12bbca; }
#12bbca Text Font Color
<p style="color:#12bbca">Text here</p>
This sample text font color is #12bbca
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.
#12bbca Background Color
<div style="background-color:#12bbca">
Div content here</div>
This div background color is #12bbca
#12bbca Border Color
<div style="border:3px solid #12bbca">
Div here</div>
This div border color is #12bbca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,187,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #12bbca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #12bbca; -webkit-box-shadow: 1px 1px 3px 2px #12bbca; box-shadow: 1px 1px 3px 2px #12bbca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,187,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #12bbca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #12bbca; -webkit-box-shadow: 1px 1px 3px 2px #12bbca; box-shadow: 1px 1px 3px 2px #12bbca;">
Div content here</div>
This div box has shadow with color #12bbca
Comments
No comments written yet.
Please login to write comment.