Color spaces of #7acbdf
RGB | 122 | 203 | 223 |
---|---|---|---|
HSL | 0.53 | 0.61 | 0.68 |
HSV | 192° | 45° | 87° |
CMYK | 0.45 | 0.09 | 0.00 0.13 |
XYZ | 42.7013 | 52.1772 | 77.6326 |
Yxy | 52.1772 | 0.2475 | 0.3025 |
Hunter Lab | 72.2338 | -20.8881 | -13.1577 |
CIE-Lab | 77.3867 | -19.5827 | -17.6611 |
#7acbdf color RGB value is (122,203,223).
#7acbdf hex color red value is 122, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7acbdf hue: 0.53 , saturation: 0.61 and the lightness value of 7acbdf is 0.68.
The process color (four color CMYK) of #7acbdf color hex is 0.45, 0.09, 0.00, 0.13. Web safe color of #7acbdf is #66cccc. Color #7acbdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11001011 | 11011111 |
Octal | 172 | 313 | 337 |
Decimal | 122 | 203 | 223 |
Hex | 7A | CB | DF |
Shades of #7acbdf
Tints of #7acbdf
RGB Percentages of Color #7acbdf
CMYK Percentages of Color #7acbdf
Complementary Color
#7acbdf | #df8e7a |
#7acbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7acbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7acbdf Color CSS Codes
.mybgcolor {background-color:#7acbdf; } .myforecolor {color:#7acbdf; } .mybordercolor {border:3px solid #7acbdf; }
#7acbdf Text Font Color
<p style="color:#7acbdf">Text here</p>
This sample text font color is #7acbdf
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.
#7acbdf Background Color
<div style="background-color:#7acbdf">
Div content here</div>
This div background color is #7acbdf
#7acbdf Border Color
<div style="border:3px solid #7acbdf">
Div here</div>
This div border color is #7acbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,203,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7acbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7acbdf; -webkit-box-shadow: 1px 1px 3px 2px #7acbdf; box-shadow: 1px 1px 3px 2px #7acbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,203,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7acbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7acbdf; -webkit-box-shadow: 1px 1px 3px 2px #7acbdf; box-shadow: 1px 1px 3px 2px #7acbdf;">
Div content here</div>
This div box has shadow with color #7acbdf
Comments
No comments written yet.
Please login to write comment.