Color spaces of #329fac
RGB | 50 | 159 | 172 |
---|---|---|---|
HSL | 0.52 | 0.55 | 0.44 |
HSV | 186° | 71° | 67° |
CMYK | 0.71 | 0.08 | 0.00 0.33 |
XYZ | 21.1599 | 28.4529 | 43.4064 |
Yxy | 28.4529 | 0.2275 | 0.3059 |
Hunter Lab | 53.3413 | -22.5382 | -10.9083 |
CIE-Lab | 60.2957 | -25.8243 | -15.6512 |
#329fac color RGB value is (50,159,172).
#329fac hex color red value is 50, green value is 159 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #329fac hue: 0.52 , saturation: 0.55 and the lightness value of 329fac is 0.44.
The process color (four color CMYK) of #329fac color hex is 0.71, 0.08, 0.00, 0.33. Web safe color of #329fac is #339999. Color #329fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 10011111 | 10101100 |
Octal | 62 | 237 | 254 |
Decimal | 50 | 159 | 172 |
Hex | 32 | 9F | AC |
Shades of #329fac
Tints of #329fac
RGB Percentages of Color #329fac
CMYK Percentages of Color #329fac
Complementary Color
#329fac | #ac3f32 |
#329fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#329fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#329fac Color CSS Codes
.mybgcolor {background-color:#329fac; } .myforecolor {color:#329fac; } .mybordercolor {border:3px solid #329fac; }
#329fac Text Font Color
<p style="color:#329fac">Text here</p>
This sample text font color is #329fac
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.
#329fac Background Color
<div style="background-color:#329fac">
Div content here</div>
This div background color is #329fac
#329fac Border Color
<div style="border:3px solid #329fac">
Div here</div>
This div border color is #329fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,159,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #329fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #329fac; -webkit-box-shadow: 1px 1px 3px 2px #329fac; box-shadow: 1px 1px 3px 2px #329fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,159,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #329fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #329fac; -webkit-box-shadow: 1px 1px 3px 2px #329fac; box-shadow: 1px 1px 3px 2px #329fac;">
Div content here</div>
This div box has shadow with color #329fac
Comments
No comments written yet.
Please login to write comment.