Color spaces of #329baf
RGB | 50 | 155 | 175 |
---|---|---|---|
HSL | 0.53 | 0.56 | 0.44 |
HSV | 190° | 71° | 69° |
CMYK | 0.71 | 0.11 | 0.00 0.31 |
XYZ | 20.7746 | 27.2159 | 44.7157 |
Yxy | 27.2159 | 0.2241 | 0.2936 |
Hunter Lab | 52.1689 | -20.2135 | -14.3013 |
CIE-Lab | 59.1736 | -22.8383 | -19.0511 |
#329baf color RGB value is (50,155,175).
#329baf hex color red value is 50, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #329baf hue: 0.53 , saturation: 0.56 and the lightness value of 329baf is 0.44.
The process color (four color CMYK) of #329baf color hex is 0.71, 0.11, 0.00, 0.31. Web safe color of #329baf is #339999. Color #329baf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 10011011 | 10101111 |
Octal | 62 | 233 | 257 |
Decimal | 50 | 155 | 175 |
Hex | 32 | 9B | AF |
Shades of #329baf
Tints of #329baf
RGB Percentages of Color #329baf
CMYK Percentages of Color #329baf
Complementary Color
#329baf | #af4632 |
#329baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#329baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#329baf Color CSS Codes
.mybgcolor {background-color:#329baf; } .myforecolor {color:#329baf; } .mybordercolor {border:3px solid #329baf; }
#329baf Text Font Color
<p style="color:#329baf">Text here</p>
This sample text font color is #329baf
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.
#329baf Background Color
<div style="background-color:#329baf">
Div content here</div>
This div background color is #329baf
#329baf Border Color
<div style="border:3px solid #329baf">
Div here</div>
This div border color is #329baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,155,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #329baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #329baf; -webkit-box-shadow: 1px 1px 3px 2px #329baf; box-shadow: 1px 1px 3px 2px #329baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,155,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #329baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #329baf; -webkit-box-shadow: 1px 1px 3px 2px #329baf; box-shadow: 1px 1px 3px 2px #329baf;">
Div content here</div>
This div box has shadow with color #329baf
Comments
No comments written yet.
Please login to write comment.