Color spaces of #7cacba
RGB | 124 | 172 | 186 |
---|---|---|---|
HSL | 0.54 | 0.31 | 0.61 |
HSV | 194° | 33° | 73° |
CMYK | 0.33 | 0.08 | 0.00 0.27 |
XYZ | 31.9276 | 37.3353 | 51.9780 |
Yxy | 37.3353 | 0.2633 | 0.3079 |
Hunter Lab | 61.1026 | -13.6590 | -7.6642 |
CIE-Lab | 67.5278 | -12.4608 | -12.2952 |
#7cacba color RGB value is (124,172,186).
#7cacba hex color red value is 124, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7cacba hue: 0.54 , saturation: 0.31 and the lightness value of 7cacba is 0.61.
The process color (four color CMYK) of #7cacba color hex is 0.33, 0.08, 0.00, 0.27. Web safe color of #7cacba is #6699cc. Color #7cacba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 10101100 | 10111010 |
Octal | 174 | 254 | 272 |
Decimal | 124 | 172 | 186 |
Hex | 7C | AC | BA |
Shades of #7cacba
Tints of #7cacba
RGB Percentages of Color #7cacba
CMYK Percentages of Color #7cacba
Complementary Color
#7cacba | #ba8a7c |
#7cacba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cacba Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cacba Color CSS Codes
.mybgcolor {background-color:#7cacba; } .myforecolor {color:#7cacba; } .mybordercolor {border:3px solid #7cacba; }
#7cacba Text Font Color
<p style="color:#7cacba">Text here</p>
This sample text font color is #7cacba
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.
#7cacba Background Color
<div style="background-color:#7cacba">
Div content here</div>
This div background color is #7cacba
#7cacba Border Color
<div style="border:3px solid #7cacba">
Div here</div>
This div border color is #7cacba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,172,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cacba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cacba; -webkit-box-shadow: 1px 1px 3px 2px #7cacba; box-shadow: 1px 1px 3px 2px #7cacba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,172,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cacba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cacba; -webkit-box-shadow: 1px 1px 3px 2px #7cacba; box-shadow: 1px 1px 3px 2px #7cacba;">
Div content here</div>
This div box has shadow with color #7cacba
Comments
No comments written yet.
Please login to write comment.