Color spaces of #67baaa
RGB | 103 | 186 | 170 |
---|---|---|---|
HSL | 0.47 | 0.38 | 0.57 |
HSV | 168° | 45° | 73° |
CMYK | 0.45 | 0.00 | 0.09 0.27 |
XYZ | 30.4081 | 40.9037 | 44.3227 |
Yxy | 40.9037 | 0.2630 | 0.3537 |
Hunter Lab | 63.9560 | -27.0546 | 3.6801 |
CIE-Lab | 70.1084 | -29.1877 | 0.2387 |
#67baaa color RGB value is (103,186,170).
#67baaa hex color red value is 103, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #67baaa hue: 0.47 , saturation: 0.38 and the lightness value of 67baaa is 0.57.
The process color (four color CMYK) of #67baaa color hex is 0.45, 0.00, 0.09, 0.27. Web safe color of #67baaa is #66cc99. Color #67baaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 10111010 | 10101010 |
Octal | 147 | 272 | 252 |
Decimal | 103 | 186 | 170 |
Hex | 67 | BA | AA |
Shades of #67baaa
Tints of #67baaa
RGB Percentages of Color #67baaa
CMYK Percentages of Color #67baaa
Complementary Color
#67baaa | #ba6777 |
#67baaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#67baaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#67baaa Color CSS Codes
.mybgcolor {background-color:#67baaa; } .myforecolor {color:#67baaa; } .mybordercolor {border:3px solid #67baaa; }
#67baaa Text Font Color
<p style="color:#67baaa">Text here</p>
This sample text font color is #67baaa
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.
#67baaa Background Color
<div style="background-color:#67baaa">
Div content here</div>
This div background color is #67baaa
#67baaa Border Color
<div style="border:3px solid #67baaa">
Div here</div>
This div border color is #67baaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,186,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #67baaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #67baaa; -webkit-box-shadow: 1px 1px 3px 2px #67baaa; box-shadow: 1px 1px 3px 2px #67baaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,186,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 #67baaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #67baaa; -webkit-box-shadow: 1px 1px 3px 2px #67baaa; box-shadow: 1px 1px 3px 2px #67baaa;">
Div content here</div>
This div box has shadow with color #67baaa
Comments
No comments written yet.
Please login to write comment.