Color spaces of #32cdfc
RGB | 50 | 205 | 252 |
---|---|---|---|
HSL | 0.54 | 0.97 | 0.59 |
HSV | 194° | 80° | 99° |
CMYK | 0.80 | 0.19 | 0.00 0.01 |
XYZ | 40.7174 | 51.3690 | 99.8646 |
Yxy | 51.3690 | 0.2121 | 0.2676 |
Hunter Lab | 71.6722 | -24.0194 | -32.4414 |
CIE-Lab | 76.9020 | -23.5184 | -34.1425 |
#32cdfc color RGB value is (50,205,252).
#32cdfc hex color red value is 50, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #32cdfc hue: 0.54 , saturation: 0.97 and the lightness value of 32cdfc is 0.59.
The process color (four color CMYK) of #32cdfc color hex is 0.80, 0.19, 0.00, 0.01. Web safe color of #32cdfc is #33ccff. Color #32cdfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 11001101 | 11111100 |
Octal | 62 | 315 | 374 |
Decimal | 50 | 205 | 252 |
Hex | 32 | CD | FC |
Shades of #32cdfc
Tints of #32cdfc
RGB Percentages of Color #32cdfc
CMYK Percentages of Color #32cdfc
Complementary Color
#32cdfc | #fc6132 |
#32cdfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32cdfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#32cdfc Color CSS Codes
.mybgcolor {background-color:#32cdfc; } .myforecolor {color:#32cdfc; } .mybordercolor {border:3px solid #32cdfc; }
#32cdfc Text Font Color
<p style="color:#32cdfc">Text here</p>
This sample text font color is #32cdfc
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.
#32cdfc Background Color
<div style="background-color:#32cdfc">
Div content here</div>
This div background color is #32cdfc
#32cdfc Border Color
<div style="border:3px solid #32cdfc">
Div here</div>
This div border color is #32cdfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,205,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32cdfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32cdfc; -webkit-box-shadow: 1px 1px 3px 2px #32cdfc; box-shadow: 1px 1px 3px 2px #32cdfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,205,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #32cdfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32cdfc; -webkit-box-shadow: 1px 1px 3px 2px #32cdfc; box-shadow: 1px 1px 3px 2px #32cdfc;">
Div content here</div>
This div box has shadow with color #32cdfc
Related Colors
Comments
No comments written yet.
Please login to write comment.