Color spaces of #7daadb
RGB | 125 | 170 | 219 |
---|---|---|---|
HSL | 0.59 | 0.57 | 0.67 |
HSV | 211° | 43° | 86° |
CMYK | 0.43 | 0.22 | 0.00 0.14 |
XYZ | 35.6184 | 38.2239 | 72.5185 |
Yxy | 38.2239 | 0.2434 | 0.2612 |
Hunter Lab | 61.8255 | -5.3586 | -26.2667 |
CIE-Lab | 68.1853 | -2.3870 | -29.5127 |
#7daadb color RGB value is (125,170,219).
#7daadb hex color red value is 125, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7daadb hue: 0.59 , saturation: 0.57 and the lightness value of 7daadb is 0.67.
The process color (four color CMYK) of #7daadb color hex is 0.43, 0.22, 0.00, 0.14. Web safe color of #7daadb is #6699cc. Color #7daadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 10101010 | 11011011 |
Octal | 175 | 252 | 333 |
Decimal | 125 | 170 | 219 |
Hex | 7D | AA | DB |
Shades of #7daadb
Tints of #7daadb
RGB Percentages of Color #7daadb
CMYK Percentages of Color #7daadb
Complementary Color
#7daadb | #dbae7d |
#7daadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7daadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7daadb Color CSS Codes
.mybgcolor {background-color:#7daadb; } .myforecolor {color:#7daadb; } .mybordercolor {border:3px solid #7daadb; }
#7daadb Text Font Color
<p style="color:#7daadb">Text here</p>
This sample text font color is #7daadb
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.
#7daadb Background Color
<div style="background-color:#7daadb">
Div content here</div>
This div background color is #7daadb
#7daadb Border Color
<div style="border:3px solid #7daadb">
Div here</div>
This div border color is #7daadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,170,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7daadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7daadb; -webkit-box-shadow: 1px 1px 3px 2px #7daadb; box-shadow: 1px 1px 3px 2px #7daadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,170,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7daadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7daadb; -webkit-box-shadow: 1px 1px 3px 2px #7daadb; box-shadow: 1px 1px 3px 2px #7daadb;">
Div content here</div>
This div box has shadow with color #7daadb
Comments
No comments written yet.
Please login to write comment.