Color spaces of #3bacad
RGB | 59 | 172 | 173 |
---|---|---|---|
HSL | 0.50 | 0.49 | 0.45 |
HSV | 181° | 66° | 68° |
CMYK | 0.66 | 0.01 | 0.00 0.32 |
XYZ | 24.0990 | 33.4520 | 44.7219 |
Yxy | 33.4520 | 0.2356 | 0.3271 |
Hunter Lab | 57.8377 | -26.8411 | -5.3585 |
CIE-Lab | 64.5252 | -30.6281 | -9.8311 |
#3bacad color RGB value is (59,172,173).
#3bacad hex color red value is 59, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3bacad hue: 0.50 , saturation: 0.49 and the lightness value of 3bacad is 0.45.
The process color (four color CMYK) of #3bacad color hex is 0.66, 0.01, 0.00, 0.32. Web safe color of #3bacad is #339999. Color #3bacad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 10101100 | 10101101 |
Octal | 73 | 254 | 255 |
Decimal | 59 | 172 | 173 |
Hex | 3B | AC | AD |
Shades of #3bacad
Tints of #3bacad
RGB Percentages of Color #3bacad
CMYK Percentages of Color #3bacad
Complementary Color
#3bacad | #ad3c3b |
#3bacad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3bacad Color Preview on White Background
Lorem ipsum dolor sit amet.
#3bacad Color CSS Codes
.mybgcolor {background-color:#3bacad; } .myforecolor {color:#3bacad; } .mybordercolor {border:3px solid #3bacad; }
#3bacad Text Font Color
<p style="color:#3bacad">Text here</p>
This sample text font color is #3bacad
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.
#3bacad Background Color
<div style="background-color:#3bacad">
Div content here</div>
This div background color is #3bacad
#3bacad Border Color
<div style="border:3px solid #3bacad">
Div here</div>
This div border color is #3bacad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,172,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3bacad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3bacad; -webkit-box-shadow: 1px 1px 3px 2px #3bacad; box-shadow: 1px 1px 3px 2px #3bacad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,172,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3bacad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3bacad; -webkit-box-shadow: 1px 1px 3px 2px #3bacad; box-shadow: 1px 1px 3px 2px #3bacad;">
Div content here</div>
This div box has shadow with color #3bacad
Comments
No comments written yet.
Please login to write comment.