Color spaces of #32ebcc
RGB | 50 | 235 | 204 |
---|---|---|---|
HSL | 0.47 | 0.82 | 0.56 |
HSV | 170° | 79° | 92° |
CMYK | 0.79 | 0.00 | 0.13 0.08 |
XYZ | 41.9228 | 64.4544 | 67.3581 |
Yxy | 64.4544 | 0.2413 | 0.3710 |
Hunter Lab | 80.2835 | -47.2862 | 6.4540 |
CIE-Lab | 84.2018 | -51.2998 | 2.3472 |
#32ebcc color RGB value is (50,235,204).
#32ebcc hex color red value is 50, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #32ebcc hue: 0.47 , saturation: 0.82 and the lightness value of 32ebcc is 0.56.
The process color (four color CMYK) of #32ebcc color hex is 0.79, 0.00, 0.13, 0.08. Web safe color of #32ebcc is #33ffcc. Color #32ebcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 11101011 | 11001100 |
Octal | 62 | 353 | 314 |
Decimal | 50 | 235 | 204 |
Hex | 32 | EB | CC |
Shades of #32ebcc
Tints of #32ebcc
RGB Percentages of Color #32ebcc
CMYK Percentages of Color #32ebcc
Complementary Color
#32ebcc | #eb3251 |
#32ebcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32ebcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#32ebcc Color CSS Codes
.mybgcolor {background-color:#32ebcc; } .myforecolor {color:#32ebcc; } .mybordercolor {border:3px solid #32ebcc; }
#32ebcc Text Font Color
<p style="color:#32ebcc">Text here</p>
This sample text font color is #32ebcc
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.
#32ebcc Background Color
<div style="background-color:#32ebcc">
Div content here</div>
This div background color is #32ebcc
#32ebcc Border Color
<div style="border:3px solid #32ebcc">
Div here</div>
This div border color is #32ebcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,235,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32ebcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32ebcc; -webkit-box-shadow: 1px 1px 3px 2px #32ebcc; box-shadow: 1px 1px 3px 2px #32ebcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,235,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #32ebcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32ebcc; -webkit-box-shadow: 1px 1px 3px 2px #32ebcc; box-shadow: 1px 1px 3px 2px #32ebcc;">
Div content here</div>
This div box has shadow with color #32ebcc
Comments
No comments written yet.
Please login to write comment.