Color spaces of #2addbd
RGB | 42 | 221 | 189 |
---|---|---|---|
HSL | 0.47 | 0.72 | 0.52 |
HSV | 169° | 81° | 87° |
CMYK | 0.81 | 0.00 | 0.14 0.13 |
XYZ | 35.9966 | 55.8793 | 57.0327 |
Yxy | 55.8793 | 0.2417 | 0.3753 |
Hunter Lab | 74.7525 | -44.8612 | 7.0912 |
CIE-Lab | 79.5451 | -50.0802 | 3.5132 |
#2addbd color RGB value is (42,221,189).
#2addbd hex color red value is 42, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2addbd hue: 0.47 , saturation: 0.72 and the lightness value of 2addbd is 0.52.
The process color (four color CMYK) of #2addbd color hex is 0.81, 0.00, 0.14, 0.13. Web safe color of #2addbd is #33cccc. Color #2addbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 11011101 | 10111101 |
Octal | 52 | 335 | 275 |
Decimal | 42 | 221 | 189 |
Hex | 2A | DD | BD |
Shades of #2addbd
Tints of #2addbd
RGB Percentages of Color #2addbd
CMYK Percentages of Color #2addbd
Complementary Color
#2addbd | #dd2a4a |
#2addbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2addbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#2addbd Color CSS Codes
.mybgcolor {background-color:#2addbd; } .myforecolor {color:#2addbd; } .mybordercolor {border:3px solid #2addbd; }
#2addbd Text Font Color
<p style="color:#2addbd">Text here</p>
This sample text font color is #2addbd
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.
#2addbd Background Color
<div style="background-color:#2addbd">
Div content here</div>
This div background color is #2addbd
#2addbd Border Color
<div style="border:3px solid #2addbd">
Div here</div>
This div border color is #2addbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,221,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2addbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2addbd; -webkit-box-shadow: 1px 1px 3px 2px #2addbd; box-shadow: 1px 1px 3px 2px #2addbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,221,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2addbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2addbd; -webkit-box-shadow: 1px 1px 3px 2px #2addbd; box-shadow: 1px 1px 3px 2px #2addbd;">
Div content here</div>
This div box has shadow with color #2addbd
Comments
No comments written yet.
Please login to write comment.