Color spaces of #2ad1da
RGB | 42 | 209 | 218 |
---|---|---|---|
HSL | 0.51 | 0.70 | 0.51 |
HSV | 183° | 81° | 85° |
CMYK | 0.81 | 0.04 | 0.00 0.15 |
XYZ | 36.4102 | 51.1551 | 74.2846 |
Yxy | 51.1551 | 0.2250 | 0.3161 |
Hunter Lab | 71.5228 | -34.2957 | -11.5135 |
CIE-Lab | 76.7729 | -36.7507 | -16.1131 |
#2ad1da color RGB value is (42,209,218).
#2ad1da hex color red value is 42, green value is 209 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2ad1da hue: 0.51 , saturation: 0.70 and the lightness value of 2ad1da is 0.51.
The process color (four color CMYK) of #2ad1da color hex is 0.81, 0.04, 0.00, 0.15. Web safe color of #2ad1da is #33cccc. Color #2ad1da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 11010001 | 11011010 |
Octal | 52 | 321 | 332 |
Decimal | 42 | 209 | 218 |
Hex | 2A | D1 | DA |
Shades of #2ad1da
Tints of #2ad1da
RGB Percentages of Color #2ad1da
CMYK Percentages of Color #2ad1da
Complementary Color
#2ad1da | #da332a |
#2ad1da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2ad1da Color Preview on White Background
Lorem ipsum dolor sit amet.
#2ad1da Color CSS Codes
.mybgcolor {background-color:#2ad1da; } .myforecolor {color:#2ad1da; } .mybordercolor {border:3px solid #2ad1da; }
#2ad1da Text Font Color
<p style="color:#2ad1da">Text here</p>
This sample text font color is #2ad1da
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.
#2ad1da Background Color
<div style="background-color:#2ad1da">
Div content here</div>
This div background color is #2ad1da
#2ad1da Border Color
<div style="border:3px solid #2ad1da">
Div here</div>
This div border color is #2ad1da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,209,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2ad1da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2ad1da; -webkit-box-shadow: 1px 1px 3px 2px #2ad1da; box-shadow: 1px 1px 3px 2px #2ad1da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,209,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2ad1da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ad1da; -webkit-box-shadow: 1px 1px 3px 2px #2ad1da; box-shadow: 1px 1px 3px 2px #2ad1da;">
Div content here</div>
This div box has shadow with color #2ad1da
Comments
No comments written yet.
Please login to write comment.