Color spaces of #7acbbd
RGB | 122 | 203 | 189 |
---|---|---|---|
HSL | 0.47 | 0.44 | 0.64 |
HSV | 170° | 40° | 80° |
CMYK | 0.40 | 0.00 | 0.07 0.20 |
XYZ | 38.5673 | 50.5236 | 55.8634 |
Yxy | 50.5236 | 0.2661 | 0.3485 |
Hunter Lab | 71.0800 | -27.5375 | 3.1586 |
CIE-Lab | 76.3895 | -28.0644 | -0.8179 |
#7acbbd color RGB value is (122,203,189).
#7acbbd hex color red value is 122, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7acbbd hue: 0.47 , saturation: 0.44 and the lightness value of 7acbbd is 0.64.
The process color (four color CMYK) of #7acbbd color hex is 0.40, 0.00, 0.07, 0.20. Web safe color of #7acbbd is #66cccc. Color #7acbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11001011 | 10111101 |
Octal | 172 | 313 | 275 |
Decimal | 122 | 203 | 189 |
Hex | 7A | CB | BD |
Shades of #7acbbd
Tints of #7acbbd
RGB Percentages of Color #7acbbd
CMYK Percentages of Color #7acbbd
Complementary Color
#7acbbd | #cb7a88 |
#7acbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7acbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7acbbd Color CSS Codes
.mybgcolor {background-color:#7acbbd; } .myforecolor {color:#7acbbd; } .mybordercolor {border:3px solid #7acbbd; }
#7acbbd Text Font Color
<p style="color:#7acbbd">Text here</p>
This sample text font color is #7acbbd
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.
#7acbbd Background Color
<div style="background-color:#7acbbd">
Div content here</div>
This div background color is #7acbbd
#7acbbd Border Color
<div style="border:3px solid #7acbbd">
Div here</div>
This div border color is #7acbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,203,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7acbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7acbbd; -webkit-box-shadow: 1px 1px 3px 2px #7acbbd; box-shadow: 1px 1px 3px 2px #7acbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,203,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7acbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7acbbd; -webkit-box-shadow: 1px 1px 3px 2px #7acbbd; box-shadow: 1px 1px 3px 2px #7acbbd;">
Div content here</div>
This div box has shadow with color #7acbbd
Comments
No comments written yet.
Please login to write comment.