Color spaces of #77ccfa
RGB | 119 | 204 | 250 |
---|---|---|---|
HSL | 0.56 | 0.93 | 0.72 |
HSV | 201° | 52° | 98° |
CMYK | 0.52 | 0.18 | 0.00 0.02 |
XYZ | 46.4559 | 54.0098 | 98.4189 |
Yxy | 54.0098 | 0.2336 | 0.2716 |
Hunter Lab | 73.4914 | -15.7751 | -27.9566 |
CIE-Lab | 78.4674 | -13.3312 | -30.5012 |
#77ccfa color RGB value is (119,204,250).
#77ccfa hex color red value is 119, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #77ccfa hue: 0.56 , saturation: 0.93 and the lightness value of 77ccfa is 0.72.
The process color (four color CMYK) of #77ccfa color hex is 0.52, 0.18, 0.00, 0.02. Web safe color of #77ccfa is #66ccff. Color #77ccfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 11001100 | 11111010 |
Octal | 167 | 314 | 372 |
Decimal | 119 | 204 | 250 |
Hex | 77 | CC | FA |
Shades of #77ccfa
Tints of #77ccfa
RGB Percentages of Color #77ccfa
CMYK Percentages of Color #77ccfa
Complementary Color
#77ccfa | #faa577 |
#77ccfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77ccfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#77ccfa Color CSS Codes
.mybgcolor {background-color:#77ccfa; } .myforecolor {color:#77ccfa; } .mybordercolor {border:3px solid #77ccfa; }
#77ccfa Text Font Color
<p style="color:#77ccfa">Text here</p>
This sample text font color is #77ccfa
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.
#77ccfa Background Color
<div style="background-color:#77ccfa">
Div content here</div>
This div background color is #77ccfa
#77ccfa Border Color
<div style="border:3px solid #77ccfa">
Div here</div>
This div border color is #77ccfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,204,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77ccfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77ccfa; -webkit-box-shadow: 1px 1px 3px 2px #77ccfa; box-shadow: 1px 1px 3px 2px #77ccfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,204,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77ccfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77ccfa; -webkit-box-shadow: 1px 1px 3px 2px #77ccfa; box-shadow: 1px 1px 3px 2px #77ccfa;">
Div content here</div>
This div box has shadow with color #77ccfa
Comments
No comments written yet.
Please login to write comment.