Color spaces of #2dafab
RGB | 45 | 175 | 171 |
---|---|---|---|
HSL | 0.49 | 0.59 | 0.43 |
HSV | 178° | 74° | 69° |
CMYK | 0.74 | 0.00 | 0.02 0.31 |
XYZ | 23.7628 | 34.1581 | 43.8688 |
Yxy | 34.1581 | 0.2334 | 0.3356 |
Hunter Lab | 58.4449 | -29.7033 | -3.5917 |
CIE-Lab | 65.0879 | -34.5318 | -7.9097 |
#2dafab color RGB value is (45,175,171).
#2dafab hex color red value is 45, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2dafab hue: 0.49 , saturation: 0.59 and the lightness value of 2dafab is 0.43.
The process color (four color CMYK) of #2dafab color hex is 0.74, 0.00, 0.02, 0.31. Web safe color of #2dafab is #339999. Color #2dafab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101101 | 10101111 | 10101011 |
Octal | 55 | 257 | 253 |
Decimal | 45 | 175 | 171 |
Hex | 2D | AF | AB |
Shades of #2dafab
Tints of #2dafab
RGB Percentages of Color #2dafab
CMYK Percentages of Color #2dafab
Complementary Color
#2dafab | #af2d31 |
#2dafab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2dafab Color Preview on White Background
Lorem ipsum dolor sit amet.
#2dafab Color CSS Codes
.mybgcolor {background-color:#2dafab; } .myforecolor {color:#2dafab; } .mybordercolor {border:3px solid #2dafab; }
#2dafab Text Font Color
<p style="color:#2dafab">Text here</p>
This sample text font color is #2dafab
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.
#2dafab Background Color
<div style="background-color:#2dafab">
Div content here</div>
This div background color is #2dafab
#2dafab Border Color
<div style="border:3px solid #2dafab">
Div here</div>
This div border color is #2dafab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(45,175,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2dafab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2dafab; -webkit-box-shadow: 1px 1px 3px 2px #2dafab; box-shadow: 1px 1px 3px 2px #2dafab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(45,175,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2dafab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2dafab; -webkit-box-shadow: 1px 1px 3px 2px #2dafab; box-shadow: 1px 1px 3px 2px #2dafab;">
Div content here</div>
This div box has shadow with color #2dafab
Comments
No comments written yet.
Please login to write comment.