Color spaces of #3aacbf
RGB | 58 | 172 | 191 |
---|---|---|---|
HSL | 0.52 | 0.53 | 0.49 |
HSV | 189° | 70° | 75° |
CMYK | 0.70 | 0.10 | 0.00 0.25 |
XYZ | 25.9014 | 34.1662 | 54.5198 |
Yxy | 34.1662 | 0.2260 | 0.2982 |
Hunter Lab | 58.4519 | -23.1932 | -14.3853 |
CIE-Lab | 65.0943 | -25.3802 | -18.9984 |
#3aacbf color RGB value is (58,172,191).
#3aacbf hex color red value is 58, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3aacbf hue: 0.52 , saturation: 0.53 and the lightness value of 3aacbf is 0.49.
The process color (four color CMYK) of #3aacbf color hex is 0.70, 0.10, 0.00, 0.25. Web safe color of #3aacbf is #3399cc. Color #3aacbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10101100 | 10111111 |
Octal | 72 | 254 | 277 |
Decimal | 58 | 172 | 191 |
Hex | 3A | AC | BF |
Shades of #3aacbf
Tints of #3aacbf
RGB Percentages of Color #3aacbf
CMYK Percentages of Color #3aacbf
Complementary Color
#3aacbf | #bf4d3a |
#3aacbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3aacbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#3aacbf Color CSS Codes
.mybgcolor {background-color:#3aacbf; } .myforecolor {color:#3aacbf; } .mybordercolor {border:3px solid #3aacbf; }
#3aacbf Text Font Color
<p style="color:#3aacbf">Text here</p>
This sample text font color is #3aacbf
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.
#3aacbf Background Color
<div style="background-color:#3aacbf">
Div content here</div>
This div background color is #3aacbf
#3aacbf Border Color
<div style="border:3px solid #3aacbf">
Div here</div>
This div border color is #3aacbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,172,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3aacbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3aacbf; -webkit-box-shadow: 1px 1px 3px 2px #3aacbf; box-shadow: 1px 1px 3px 2px #3aacbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,172,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3aacbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3aacbf; -webkit-box-shadow: 1px 1px 3px 2px #3aacbf; box-shadow: 1px 1px 3px 2px #3aacbf;">
Div content here</div>
This div box has shadow with color #3aacbf
Comments
No comments written yet.
Please login to write comment.