Color spaces of #2bccad
RGB | 43 | 204 | 173 |
---|---|---|---|
HSL | 0.47 | 0.65 | 0.48 |
HSV | 168° | 79° | 80° |
CMYK | 0.79 | 0.00 | 0.15 0.20 |
XYZ | 30.1320 | 46.7165 | 46.9642 |
Yxy | 46.7165 | 0.2434 | 0.3773 |
Hunter Lab | 68.3495 | -40.9195 | 7.1054 |
CIE-Lab | 74.0081 | -47.0348 | 4.0743 |
#2bccad color RGB value is (43,204,173).
#2bccad hex color red value is 43, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2bccad hue: 0.47 , saturation: 0.65 and the lightness value of 2bccad is 0.48.
The process color (four color CMYK) of #2bccad color hex is 0.79, 0.00, 0.15, 0.20. Web safe color of #2bccad is #33cc99. Color #2bccad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101011 | 11001100 | 10101101 |
Octal | 53 | 314 | 255 |
Decimal | 43 | 204 | 173 |
Hex | 2B | CC | AD |
Shades of #2bccad
Tints of #2bccad
RGB Percentages of Color #2bccad
CMYK Percentages of Color #2bccad
Complementary Color
#2bccad | #cc2b4a |
#2bccad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2bccad Color Preview on White Background
Lorem ipsum dolor sit amet.
#2bccad Color CSS Codes
.mybgcolor {background-color:#2bccad; } .myforecolor {color:#2bccad; } .mybordercolor {border:3px solid #2bccad; }
#2bccad Text Font Color
<p style="color:#2bccad">Text here</p>
This sample text font color is #2bccad
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.
#2bccad Background Color
<div style="background-color:#2bccad">
Div content here</div>
This div background color is #2bccad
#2bccad Border Color
<div style="border:3px solid #2bccad">
Div here</div>
This div border color is #2bccad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(43,204,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2bccad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2bccad; -webkit-box-shadow: 1px 1px 3px 2px #2bccad; box-shadow: 1px 1px 3px 2px #2bccad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(43,204,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2bccad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2bccad; -webkit-box-shadow: 1px 1px 3px 2px #2bccad; box-shadow: 1px 1px 3px 2px #2bccad;">
Div content here</div>
This div box has shadow with color #2bccad
Comments
No comments written yet.
Please login to write comment.