Color spaces of #4daadd
RGB | 77 | 170 | 221 |
---|---|---|---|
HSL | 0.56 | 0.68 | 0.58 |
HSV | 201° | 65° | 87° |
CMYK | 0.65 | 0.23 | 0.00 0.13 |
XYZ | 30.4864 | 35.5477 | 73.6612 |
Yxy | 35.5477 | 0.2182 | 0.2545 |
Hunter Lab | 59.6219 | -13.0661 | -31.5158 |
CIE-Lab | 66.1729 | -11.9310 | -33.8950 |
#4daadd color RGB value is (77,170,221).
#4daadd hex color red value is 77, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4daadd hue: 0.56 , saturation: 0.68 and the lightness value of 4daadd is 0.58.
The process color (four color CMYK) of #4daadd color hex is 0.65, 0.23, 0.00, 0.13. Web safe color of #4daadd is #6699cc. Color #4daadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 10101010 | 11011101 |
Octal | 115 | 252 | 335 |
Decimal | 77 | 170 | 221 |
Hex | 4D | AA | DD |
Shades of #4daadd
Tints of #4daadd
RGB Percentages of Color #4daadd
CMYK Percentages of Color #4daadd
Complementary Color
#4daadd | #dd804d |
#4daadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4daadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4daadd Color CSS Codes
.mybgcolor {background-color:#4daadd; } .myforecolor {color:#4daadd; } .mybordercolor {border:3px solid #4daadd; }
#4daadd Text Font Color
<p style="color:#4daadd">Text here</p>
This sample text font color is #4daadd
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.
#4daadd Background Color
<div style="background-color:#4daadd">
Div content here</div>
This div background color is #4daadd
#4daadd Border Color
<div style="border:3px solid #4daadd">
Div here</div>
This div border color is #4daadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,170,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4daadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4daadd; -webkit-box-shadow: 1px 1px 3px 2px #4daadd; box-shadow: 1px 1px 3px 2px #4daadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,170,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4daadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4daadd; -webkit-box-shadow: 1px 1px 3px 2px #4daadd; box-shadow: 1px 1px 3px 2px #4daadd;">
Div content here</div>
This div box has shadow with color #4daadd
Comments
No comments written yet.
Please login to write comment.