Color spaces of #32dcca
RGB | 50 | 220 | 202 |
---|---|---|---|
HSL | 0.48 | 0.71 | 0.53 |
HSV | 174° | 77° | 86° |
CMYK | 0.77 | 0.00 | 0.08 0.14 |
XYZ | 37.5693 | 56.1288 | 64.7309 |
Yxy | 56.1288 | 0.2371 | 0.3543 |
Hunter Lab | 74.9192 | -41.5971 | 1.2163 |
CIE-Lab | 79.6871 | -45.4988 | -3.1918 |
#32dcca color RGB value is (50,220,202).
#32dcca hex color red value is 50, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #32dcca hue: 0.48 , saturation: 0.71 and the lightness value of 32dcca is 0.53.
The process color (four color CMYK) of #32dcca color hex is 0.77, 0.00, 0.08, 0.14. Web safe color of #32dcca is #33cccc. Color #32dcca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 11011100 | 11001010 |
Octal | 62 | 334 | 312 |
Decimal | 50 | 220 | 202 |
Hex | 32 | DC | CA |
Shades of #32dcca
Tints of #32dcca
RGB Percentages of Color #32dcca
CMYK Percentages of Color #32dcca
Complementary Color
#32dcca | #dc3244 |
#32dcca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32dcca Color Preview on White Background
Lorem ipsum dolor sit amet.
#32dcca Color CSS Codes
.mybgcolor {background-color:#32dcca; } .myforecolor {color:#32dcca; } .mybordercolor {border:3px solid #32dcca; }
#32dcca Text Font Color
<p style="color:#32dcca">Text here</p>
This sample text font color is #32dcca
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.
#32dcca Background Color
<div style="background-color:#32dcca">
Div content here</div>
This div background color is #32dcca
#32dcca Border Color
<div style="border:3px solid #32dcca">
Div here</div>
This div border color is #32dcca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,220,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32dcca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32dcca; -webkit-box-shadow: 1px 1px 3px 2px #32dcca; box-shadow: 1px 1px 3px 2px #32dcca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,220,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #32dcca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32dcca; -webkit-box-shadow: 1px 1px 3px 2px #32dcca; box-shadow: 1px 1px 3px 2px #32dcca;">
Div content here</div>
This div box has shadow with color #32dcca
Comments
No comments written yet.
Please login to write comment.