Color spaces of #32eabe
RGB | 50 | 234 | 190 |
---|---|---|---|
HSL | 0.46 | 0.81 | 0.56 |
HSV | 166° | 79° | 92° |
CMYK | 0.79 | 0.00 | 0.19 0.08 |
XYZ | 40.0325 | 63.2415 | 58.8121 |
Yxy | 63.2415 | 0.2470 | 0.3902 |
Hunter Lab | 79.5245 | -49.3113 | 11.8194 |
CIE-Lab | 83.5693 | -54.3821 | 8.7920 |
#32eabe color RGB value is (50,234,190).
#32eabe hex color red value is 50, green value is 234 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #32eabe hue: 0.46 , saturation: 0.81 and the lightness value of 32eabe is 0.56.
The process color (four color CMYK) of #32eabe color hex is 0.79, 0.00, 0.19, 0.08. Web safe color of #32eabe is #33ffcc. Color #32eabe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 11101010 | 10111110 |
Octal | 62 | 352 | 276 |
Decimal | 50 | 234 | 190 |
Hex | 32 | EA | BE |
Shades of #32eabe
Tints of #32eabe
RGB Percentages of Color #32eabe
CMYK Percentages of Color #32eabe
Complementary Color
#32eabe | #ea325e |
#32eabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32eabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#32eabe Color CSS Codes
.mybgcolor {background-color:#32eabe; } .myforecolor {color:#32eabe; } .mybordercolor {border:3px solid #32eabe; }
#32eabe Text Font Color
<p style="color:#32eabe">Text here</p>
This sample text font color is #32eabe
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.
#32eabe Background Color
<div style="background-color:#32eabe">
Div content here</div>
This div background color is #32eabe
#32eabe Border Color
<div style="border:3px solid #32eabe">
Div here</div>
This div border color is #32eabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,234,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32eabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32eabe; -webkit-box-shadow: 1px 1px 3px 2px #32eabe; box-shadow: 1px 1px 3px 2px #32eabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,234,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #32eabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32eabe; -webkit-box-shadow: 1px 1px 3px 2px #32eabe; box-shadow: 1px 1px 3px 2px #32eabe;">
Div content here</div>
This div box has shadow with color #32eabe
Comments
No comments written yet.
Please login to write comment.