Color spaces of #33bdaa
RGB | 51 | 189 | 170 |
---|---|---|---|
HSL | 0.48 | 0.58 | 0.47 |
HSV | 172° | 73° | 74° |
CMYK | 0.73 | 0.00 | 0.10 0.26 |
XYZ | 26.8185 | 40.0013 | 44.3377 |
Yxy | 40.0013 | 0.2413 | 0.3599 |
Hunter Lab | 63.2466 | -34.9920 | 2.7086 |
CIE-Lab | 69.4705 | -40.4614 | -0.8779 |
#33bdaa color RGB value is (51,189,170).
#33bdaa hex color red value is 51, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #33bdaa hue: 0.48 , saturation: 0.58 and the lightness value of 33bdaa is 0.47.
The process color (four color CMYK) of #33bdaa color hex is 0.73, 0.00, 0.10, 0.26. Web safe color of #33bdaa is #33cc99. Color #33bdaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 10111101 | 10101010 |
Octal | 63 | 275 | 252 |
Decimal | 51 | 189 | 170 |
Hex | 33 | BD | AA |
Shades of #33bdaa
Tints of #33bdaa
RGB Percentages of Color #33bdaa
CMYK Percentages of Color #33bdaa
Complementary Color
#33bdaa | #bd3346 |
#33bdaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#33bdaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#33bdaa Color CSS Codes
.mybgcolor {background-color:#33bdaa; } .myforecolor {color:#33bdaa; } .mybordercolor {border:3px solid #33bdaa; }
#33bdaa Text Font Color
<p style="color:#33bdaa">Text here</p>
This sample text font color is #33bdaa
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.
#33bdaa Background Color
<div style="background-color:#33bdaa">
Div content here</div>
This div background color is #33bdaa
#33bdaa Border Color
<div style="border:3px solid #33bdaa">
Div here</div>
This div border color is #33bdaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,189,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #33bdaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #33bdaa; -webkit-box-shadow: 1px 1px 3px 2px #33bdaa; box-shadow: 1px 1px 3px 2px #33bdaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,189,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #33bdaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #33bdaa; -webkit-box-shadow: 1px 1px 3px 2px #33bdaa; box-shadow: 1px 1px 3px 2px #33bdaa;">
Div content here</div>
This div box has shadow with color #33bdaa
Comments
No comments written yet.
Please login to write comment.