Color spaces of #7acabc
RGB | 122 | 202 | 188 |
---|---|---|---|
HSL | 0.47 | 0.43 | 0.64 |
HSV | 170° | 40° | 79° |
CMYK | 0.40 | 0.00 | 0.07 0.21 |
XYZ | 38.2237 | 50.0095 | 55.2151 |
Yxy | 50.0095 | 0.2665 | 0.3486 |
Hunter Lab | 70.7174 | -27.2738 | 3.2094 |
CIE-Lab | 76.0751 | -27.8116 | -0.7383 |
#7acabc color RGB value is (122,202,188).
#7acabc hex color red value is 122, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7acabc hue: 0.47 , saturation: 0.43 and the lightness value of 7acabc is 0.64.
The process color (four color CMYK) of #7acabc color hex is 0.40, 0.00, 0.07, 0.21. Web safe color of #7acabc is #66cccc. Color #7acabc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11001010 | 10111100 |
Octal | 172 | 312 | 274 |
Decimal | 122 | 202 | 188 |
Hex | 7A | CA | BC |
Shades of #7acabc
Tints of #7acabc
RGB Percentages of Color #7acabc
CMYK Percentages of Color #7acabc
Complementary Color
#7acabc | #ca7a88 |
#7acabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7acabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7acabc Color CSS Codes
.mybgcolor {background-color:#7acabc; } .myforecolor {color:#7acabc; } .mybordercolor {border:3px solid #7acabc; }
#7acabc Text Font Color
<p style="color:#7acabc">Text here</p>
This sample text font color is #7acabc
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.
#7acabc Background Color
<div style="background-color:#7acabc">
Div content here</div>
This div background color is #7acabc
#7acabc Border Color
<div style="border:3px solid #7acabc">
Div here</div>
This div border color is #7acabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,202,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7acabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7acabc; -webkit-box-shadow: 1px 1px 3px 2px #7acabc; box-shadow: 1px 1px 3px 2px #7acabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,202,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7acabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7acabc; -webkit-box-shadow: 1px 1px 3px 2px #7acabc; box-shadow: 1px 1px 3px 2px #7acabc;">
Div content here</div>
This div box has shadow with color #7acabc
#7acabc Color Palettes
Comments
No comments written yet.
Please login to write comment.