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