Color spaces of #72afaa
RGB | 114 | 175 | 170 |
---|---|---|---|
HSL | 0.49 | 0.28 | 0.57 |
HSV | 175° | 35° | 69° |
CMYK | 0.35 | 0.00 | 0.03 0.31 |
XYZ | 29.5251 | 37.1396 | 43.6427 |
Yxy | 37.1396 | 0.2677 | 0.3367 |
Hunter Lab | 60.9423 | -20.1699 | 0.2001 |
CIE-Lab | 67.3816 | -20.7771 | -3.7007 |
#72afaa color RGB value is (114,175,170).
#72afaa hex color red value is 114, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #72afaa hue: 0.49 , saturation: 0.28 and the lightness value of 72afaa is 0.57.
The process color (four color CMYK) of #72afaa color hex is 0.35, 0.00, 0.03, 0.31. Web safe color of #72afaa is #669999. Color #72afaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10101111 | 10101010 |
Octal | 162 | 257 | 252 |
Decimal | 114 | 175 | 170 |
Hex | 72 | AF | AA |
Shades of #72afaa
Tints of #72afaa
RGB Percentages of Color #72afaa
CMYK Percentages of Color #72afaa
Complementary Color
#72afaa | #af7277 |
#72afaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#72afaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#72afaa Color CSS Codes
.mybgcolor {background-color:#72afaa; } .myforecolor {color:#72afaa; } .mybordercolor {border:3px solid #72afaa; }
#72afaa Text Font Color
<p style="color:#72afaa">Text here</p>
This sample text font color is #72afaa
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.
#72afaa Background Color
<div style="background-color:#72afaa">
Div content here</div>
This div background color is #72afaa
#72afaa Border Color
<div style="border:3px solid #72afaa">
Div here</div>
This div border color is #72afaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,175,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #72afaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72afaa; -webkit-box-shadow: 1px 1px 3px 2px #72afaa; box-shadow: 1px 1px 3px 2px #72afaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,175,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #72afaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #72afaa; -webkit-box-shadow: 1px 1px 3px 2px #72afaa; box-shadow: 1px 1px 3px 2px #72afaa;">
Div content here</div>
This div box has shadow with color #72afaa
Comments
No comments written yet.
Please login to write comment.