Color spaces of #37aaac
RGB | 55 | 170 | 172 |
---|---|---|---|
HSL | 0.50 | 0.52 | 0.45 |
HSV | 181° | 68° | 67° |
CMYK | 0.68 | 0.01 | 0.00 0.33 |
XYZ | 23.3967 | 32.5402 | 44.0775 |
Yxy | 32.5402 | 0.2339 | 0.3254 |
Hunter Lab | 57.0440 | -26.6150 | -5.8821 |
CIE-Lab | 63.7869 | -30.5500 | -10.3867 |
#37aaac color RGB value is (55,170,172).
#37aaac hex color red value is 55, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #37aaac hue: 0.50 , saturation: 0.52 and the lightness value of 37aaac is 0.45.
The process color (four color CMYK) of #37aaac color hex is 0.68, 0.01, 0.00, 0.33. Web safe color of #37aaac is #339999. Color #37aaac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 10101010 | 10101100 |
Octal | 67 | 252 | 254 |
Decimal | 55 | 170 | 172 |
Hex | 37 | AA | AC |
Shades of #37aaac
Tints of #37aaac
RGB Percentages of Color #37aaac
CMYK Percentages of Color #37aaac
Complementary Color
#37aaac | #ac3937 |
#37aaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#37aaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#37aaac Color CSS Codes
.mybgcolor {background-color:#37aaac; } .myforecolor {color:#37aaac; } .mybordercolor {border:3px solid #37aaac; }
#37aaac Text Font Color
<p style="color:#37aaac">Text here</p>
This sample text font color is #37aaac
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.
#37aaac Background Color
<div style="background-color:#37aaac">
Div content here</div>
This div background color is #37aaac
#37aaac Border Color
<div style="border:3px solid #37aaac">
Div here</div>
This div border color is #37aaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,170,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #37aaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #37aaac; -webkit-box-shadow: 1px 1px 3px 2px #37aaac; box-shadow: 1px 1px 3px 2px #37aaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,170,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 #37aaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #37aaac; -webkit-box-shadow: 1px 1px 3px 2px #37aaac; box-shadow: 1px 1px 3px 2px #37aaac;">
Div content here</div>
This div box has shadow with color #37aaac
Comments
No comments written yet.
Please login to write comment.