Color spaces of #679cac
RGB | 103 | 156 | 172 |
---|---|---|---|
HSL | 0.54 | 0.29 | 0.54 |
HSV | 194° | 40° | 67° |
CMYK | 0.40 | 0.09 | 0.00 0.33 |
XYZ | 24.9284 | 29.6391 | 43.4368 |
Yxy | 29.6391 | 0.2544 | 0.3024 |
Hunter Lab | 54.4418 | -13.5397 | -9.1957 |
CIE-Lab | 61.3416 | -13.3158 | -13.8823 |
#679cac color RGB value is (103,156,172).
#679cac hex color red value is 103, green value is 156 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #679cac hue: 0.54 , saturation: 0.29 and the lightness value of 679cac is 0.54.
The process color (four color CMYK) of #679cac color hex is 0.40, 0.09, 0.00, 0.33. Web safe color of #679cac is #669999. Color #679cac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 10011100 | 10101100 |
Octal | 147 | 234 | 254 |
Decimal | 103 | 156 | 172 |
Hex | 67 | 9C | AC |
Shades of #679cac
Tints of #679cac
RGB Percentages of Color #679cac
CMYK Percentages of Color #679cac
Complementary Color
#679cac | #ac7767 |
#679cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#679cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#679cac Color CSS Codes
.mybgcolor {background-color:#679cac; } .myforecolor {color:#679cac; } .mybordercolor {border:3px solid #679cac; }
#679cac Text Font Color
<p style="color:#679cac">Text here</p>
This sample text font color is #679cac
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.
#679cac Background Color
<div style="background-color:#679cac">
Div content here</div>
This div background color is #679cac
#679cac Border Color
<div style="border:3px solid #679cac">
Div here</div>
This div border color is #679cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,156,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #679cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #679cac; -webkit-box-shadow: 1px 1px 3px 2px #679cac; box-shadow: 1px 1px 3px 2px #679cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,156,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 #679cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #679cac; -webkit-box-shadow: 1px 1px 3px 2px #679cac; box-shadow: 1px 1px 3px 2px #679cac;">
Div content here</div>
This div box has shadow with color #679cac
Comments
No comments written yet.
Please login to write comment.