Color spaces of #7acddf
RGB | 122 | 205 | 223 |
---|---|---|---|
HSL | 0.53 | 0.61 | 0.68 |
HSV | 191° | 45° | 87° |
CMYK | 0.45 | 0.08 | 0.00 0.13 |
XYZ | 43.1766 | 53.1279 | 77.7911 |
Yxy | 53.1279 | 0.2480 | 0.3052 |
Hunter Lab | 72.8889 | -21.8190 | -12.2554 |
CIE-Lab | 77.9505 | -20.5972 | -16.8106 |
#7acddf color RGB value is (122,205,223).
#7acddf hex color red value is 122, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7acddf hue: 0.53 , saturation: 0.61 and the lightness value of 7acddf is 0.68.
The process color (four color CMYK) of #7acddf color hex is 0.45, 0.08, 0.00, 0.13. Web safe color of #7acddf is #66cccc. Color #7acddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11001101 | 11011111 |
Octal | 172 | 315 | 337 |
Decimal | 122 | 205 | 223 |
Hex | 7A | CD | DF |
Shades of #7acddf
Tints of #7acddf
RGB Percentages of Color #7acddf
CMYK Percentages of Color #7acddf
Complementary Color
#7acddf | #df8c7a |
#7acddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7acddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7acddf Color CSS Codes
.mybgcolor {background-color:#7acddf; } .myforecolor {color:#7acddf; } .mybordercolor {border:3px solid #7acddf; }
#7acddf Text Font Color
<p style="color:#7acddf">Text here</p>
This sample text font color is #7acddf
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.
#7acddf Background Color
<div style="background-color:#7acddf">
Div content here</div>
This div background color is #7acddf
#7acddf Border Color
<div style="border:3px solid #7acddf">
Div here</div>
This div border color is #7acddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,205,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7acddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7acddf; -webkit-box-shadow: 1px 1px 3px 2px #7acddf; box-shadow: 1px 1px 3px 2px #7acddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,205,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 #7acddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7acddf; -webkit-box-shadow: 1px 1px 3px 2px #7acddf; box-shadow: 1px 1px 3px 2px #7acddf;">
Div content here</div>
This div box has shadow with color #7acddf
Comments
No comments written yet.
Please login to write comment.