Color spaces of #329cdc
RGB | 50 | 156 | 220 |
---|---|---|---|
HSL | 0.56 | 0.71 | 0.53 |
HSV | 203° | 77° | 86° |
CMYK | 0.77 | 0.29 | 0.00 0.14 |
XYZ | 26.1221 | 29.6224 | 72.0510 |
Yxy | 29.6224 | 0.2044 | 0.2318 |
Hunter Lab | 54.4265 | -9.5748 | -40.3909 |
CIE-Lab | 61.3270 | -8.2240 | -40.9612 |
#329cdc color RGB value is (50,156,220).
#329cdc hex color red value is 50, green value is 156 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #329cdc hue: 0.56 , saturation: 0.71 and the lightness value of 329cdc is 0.53.
The process color (four color CMYK) of #329cdc color hex is 0.77, 0.29, 0.00, 0.14. Web safe color of #329cdc is #3399cc. Color #329cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 10011100 | 11011100 |
Octal | 62 | 234 | 334 |
Decimal | 50 | 156 | 220 |
Hex | 32 | 9C | DC |
Shades of #329cdc
Tints of #329cdc
RGB Percentages of Color #329cdc
CMYK Percentages of Color #329cdc
Complementary Color
#329cdc | #dc7232 |
#329cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#329cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#329cdc Color CSS Codes
.mybgcolor {background-color:#329cdc; } .myforecolor {color:#329cdc; } .mybordercolor {border:3px solid #329cdc; }
#329cdc Text Font Color
<p style="color:#329cdc">Text here</p>
This sample text font color is #329cdc
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.
#329cdc Background Color
<div style="background-color:#329cdc">
Div content here</div>
This div background color is #329cdc
#329cdc Border Color
<div style="border:3px solid #329cdc">
Div here</div>
This div border color is #329cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,156,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #329cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #329cdc; -webkit-box-shadow: 1px 1px 3px 2px #329cdc; box-shadow: 1px 1px 3px 2px #329cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,156,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #329cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #329cdc; -webkit-box-shadow: 1px 1px 3px 2px #329cdc; box-shadow: 1px 1px 3px 2px #329cdc;">
Div content here</div>
This div box has shadow with color #329cdc
Comments
No comments written yet.
Please login to write comment.