Color spaces of #2adaba
RGB | 42 | 218 | 186 |
---|---|---|---|
HSL | 0.47 | 0.70 | 0.51 |
HSV | 169° | 81° | 85° |
CMYK | 0.81 | 0.00 | 0.15 0.15 |
XYZ | 34.8892 | 54.1802 | 55.0734 |
Yxy | 54.1802 | 0.2420 | 0.3759 |
Hunter Lab | 73.6072 | -44.2051 | 7.1639 |
CIE-Lab | 78.5667 | -49.6113 | 3.6941 |
#2adaba color RGB value is (42,218,186).
#2adaba hex color red value is 42, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2adaba hue: 0.47 , saturation: 0.70 and the lightness value of 2adaba is 0.51.
The process color (four color CMYK) of #2adaba color hex is 0.81, 0.00, 0.15, 0.15. Web safe color of #2adaba is #33cccc. Color #2adaba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 11011010 | 10111010 |
Octal | 52 | 332 | 272 |
Decimal | 42 | 218 | 186 |
Hex | 2A | DA | BA |
Shades of #2adaba
Tints of #2adaba
RGB Percentages of Color #2adaba
CMYK Percentages of Color #2adaba
Complementary Color
#2adaba | #da2a4a |
#2adaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2adaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#2adaba Color CSS Codes
.mybgcolor {background-color:#2adaba; } .myforecolor {color:#2adaba; } .mybordercolor {border:3px solid #2adaba; }
#2adaba Text Font Color
<p style="color:#2adaba">Text here</p>
This sample text font color is #2adaba
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.
#2adaba Background Color
<div style="background-color:#2adaba">
Div content here</div>
This div background color is #2adaba
#2adaba Border Color
<div style="border:3px solid #2adaba">
Div here</div>
This div border color is #2adaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,218,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2adaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2adaba; -webkit-box-shadow: 1px 1px 3px 2px #2adaba; box-shadow: 1px 1px 3px 2px #2adaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,218,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2adaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2adaba; -webkit-box-shadow: 1px 1px 3px 2px #2adaba; box-shadow: 1px 1px 3px 2px #2adaba;">
Div content here</div>
This div box has shadow with color #2adaba
Comments
No comments written yet.
Please login to write comment.