Color spaces of #77addc
RGB | 119 | 173 | 220 |
---|---|---|---|
HSL | 0.58 | 0.59 | 0.66 |
HSV | 208° | 46° | 86° |
CMYK | 0.46 | 0.21 | 0.00 0.14 |
XYZ | 35.4696 | 38.9764 | 73.3639 |
Yxy | 38.9764 | 0.2400 | 0.2637 |
Hunter Lab | 62.4311 | -7.8414 | -25.9710 |
CIE-Lab | 68.7342 | -5.2555 | -29.2425 |
#77addc color RGB value is (119,173,220).
#77addc hex color red value is 119, green value is 173 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #77addc hue: 0.58 , saturation: 0.59 and the lightness value of 77addc is 0.66.
The process color (four color CMYK) of #77addc color hex is 0.46, 0.21, 0.00, 0.14. Web safe color of #77addc is #6699cc. Color #77addc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 10101101 | 11011100 |
Octal | 167 | 255 | 334 |
Decimal | 119 | 173 | 220 |
Hex | 77 | AD | DC |
Shades of #77addc
Tints of #77addc
RGB Percentages of Color #77addc
CMYK Percentages of Color #77addc
Complementary Color
#77addc | #dca677 |
#77addc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77addc Color Preview on White Background
Lorem ipsum dolor sit amet.
#77addc Color CSS Codes
.mybgcolor {background-color:#77addc; } .myforecolor {color:#77addc; } .mybordercolor {border:3px solid #77addc; }
#77addc Text Font Color
<p style="color:#77addc">Text here</p>
This sample text font color is #77addc
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.
#77addc Background Color
<div style="background-color:#77addc">
Div content here</div>
This div background color is #77addc
#77addc Border Color
<div style="border:3px solid #77addc">
Div here</div>
This div border color is #77addc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,173,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77addc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77addc; -webkit-box-shadow: 1px 1px 3px 2px #77addc; box-shadow: 1px 1px 3px 2px #77addc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,173,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77addc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77addc; -webkit-box-shadow: 1px 1px 3px 2px #77addc; box-shadow: 1px 1px 3px 2px #77addc;">
Div content here</div>
This div box has shadow with color #77addc
Comments
No comments written yet.
Please login to write comment.