Color spaces of #20baba
RGB | 32 | 186 | 186 |
---|---|---|---|
HSL | 0.50 | 0.71 | 0.43 |
HSV | 180° | 83° | 73° |
CMYK | 0.83 | 0.00 | 0.00 0.27 |
XYZ | 27.0175 | 38.9701 | 52.5524 |
Yxy | 38.9701 | 0.2279 | 0.3288 |
Hunter Lab | 62.4260 | -31.9922 | -6.2142 |
CIE-Lab | 68.7296 | -36.4589 | -10.7969 |
#20baba color RGB value is (32,186,186).
#20baba hex color red value is 32, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #20baba hue: 0.50 , saturation: 0.71 and the lightness value of 20baba is 0.43.
The process color (four color CMYK) of #20baba color hex is 0.83, 0.00, 0.00, 0.27. Web safe color of #20baba is #33cccc. Color #20baba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 10111010 | 10111010 |
Octal | 40 | 272 | 272 |
Decimal | 32 | 186 | 186 |
Hex | 20 | BA | BA |
Shades of #20baba
Tints of #20baba
RGB Percentages of Color #20baba
CMYK Percentages of Color #20baba
Complementary Color
#20baba | #ba2020 |
#20baba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#20baba Color Preview on White Background
Lorem ipsum dolor sit amet.
#20baba Color CSS Codes
.mybgcolor {background-color:#20baba; } .myforecolor {color:#20baba; } .mybordercolor {border:3px solid #20baba; }
#20baba Text Font Color
<p style="color:#20baba">Text here</p>
This sample text font color is #20baba
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.
#20baba Background Color
<div style="background-color:#20baba">
Div content here</div>
This div background color is #20baba
#20baba Border Color
<div style="border:3px solid #20baba">
Div here</div>
This div border color is #20baba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,186,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #20baba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #20baba; -webkit-box-shadow: 1px 1px 3px 2px #20baba; box-shadow: 1px 1px 3px 2px #20baba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,186,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #20baba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #20baba; -webkit-box-shadow: 1px 1px 3px 2px #20baba; box-shadow: 1px 1px 3px 2px #20baba;">
Div content here</div>
This div box has shadow with color #20baba
Comments
No comments written yet.
Please login to write comment.