Color spaces of #2ababc
RGB | 42 | 186 | 188 |
---|---|---|---|
HSL | 0.50 | 0.63 | 0.45 |
HSV | 181° | 78° | 74° |
CMYK | 0.78 | 0.01 | 0.00 0.26 |
XYZ | 27.5909 | 39.2409 | 53.6970 |
Yxy | 39.2409 | 0.2289 | 0.3256 |
Hunter Lab | 62.6426 | -31.0042 | -6.9734 |
CIE-Lab | 68.9254 | -34.9934 | -11.5901 |
#2ababc color RGB value is (42,186,188).
#2ababc hex color red value is 42, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2ababc hue: 0.50 , saturation: 0.63 and the lightness value of 2ababc is 0.45.
The process color (four color CMYK) of #2ababc color hex is 0.78, 0.01, 0.00, 0.26. Web safe color of #2ababc is #33cccc. Color #2ababc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 10111010 | 10111100 |
Octal | 52 | 272 | 274 |
Decimal | 42 | 186 | 188 |
Hex | 2A | BA | BC |
Shades of #2ababc
Tints of #2ababc
RGB Percentages of Color #2ababc
CMYK Percentages of Color #2ababc
Complementary Color
#2ababc | #bc2c2a |
#2ababc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2ababc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2ababc Color CSS Codes
.mybgcolor {background-color:#2ababc; } .myforecolor {color:#2ababc; } .mybordercolor {border:3px solid #2ababc; }
#2ababc Text Font Color
<p style="color:#2ababc">Text here</p>
This sample text font color is #2ababc
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.
#2ababc Background Color
<div style="background-color:#2ababc">
Div content here</div>
This div background color is #2ababc
#2ababc Border Color
<div style="border:3px solid #2ababc">
Div here</div>
This div border color is #2ababc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,186,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2ababc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2ababc; -webkit-box-shadow: 1px 1px 3px 2px #2ababc; box-shadow: 1px 1px 3px 2px #2ababc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,186,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 #2ababc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ababc; -webkit-box-shadow: 1px 1px 3px 2px #2ababc; box-shadow: 1px 1px 3px 2px #2ababc;">
Div content here</div>
This div box has shadow with color #2ababc
Comments
No comments written yet.
Please login to write comment.