Color spaces of #4aacac
RGB | 74 | 172 | 172 |
---|---|---|---|
HSL | 0.50 | 0.40 | 0.48 |
HSV | 180° | 57° | 67° |
CMYK | 0.57 | 0.00 | 0.00 0.33 |
XYZ | 25.0230 | 33.9395 | 44.2618 |
Yxy | 33.9395 | 0.2424 | 0.3288 |
Hunter Lab | 58.2576 | -25.2809 | -4.2658 |
CIE-Lab | 64.9145 | -28.3121 | -8.6483 |
#4aacac color RGB value is (74,172,172).
#4aacac hex color red value is 74, green value is 172 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4aacac hue: 0.50 , saturation: 0.40 and the lightness value of 4aacac is 0.48.
The process color (four color CMYK) of #4aacac color hex is 0.57, 0.00, 0.00, 0.33. Web safe color of #4aacac is #339999. Color #4aacac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 10101100 | 10101100 |
Octal | 112 | 254 | 254 |
Decimal | 74 | 172 | 172 |
Hex | 4A | AC | AC |
Shades of #4aacac
Tints of #4aacac
RGB Percentages of Color #4aacac
CMYK Percentages of Color #4aacac
Complementary Color
#4aacac | #ac4a4a |
#4aacac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4aacac Color Preview on White Background
Lorem ipsum dolor sit amet.
#4aacac Color CSS Codes
.mybgcolor {background-color:#4aacac; } .myforecolor {color:#4aacac; } .mybordercolor {border:3px solid #4aacac; }
#4aacac Text Font Color
<p style="color:#4aacac">Text here</p>
This sample text font color is #4aacac
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.
#4aacac Background Color
<div style="background-color:#4aacac">
Div content here</div>
This div background color is #4aacac
#4aacac Border Color
<div style="border:3px solid #4aacac">
Div here</div>
This div border color is #4aacac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,172,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4aacac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4aacac; -webkit-box-shadow: 1px 1px 3px 2px #4aacac; box-shadow: 1px 1px 3px 2px #4aacac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,172,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 #4aacac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4aacac; -webkit-box-shadow: 1px 1px 3px 2px #4aacac; box-shadow: 1px 1px 3px 2px #4aacac;">
Div content here</div>
This div box has shadow with color #4aacac
Comments
No comments written yet.
Please login to write comment.