Color spaces of #799cdd
RGB | 121 | 156 | 221 |
---|---|---|---|
HSL | 0.61 | 0.60 | 0.67 |
HSV | 219° | 45° | 87° |
CMYK | 0.45 | 0.29 | 0.00 0.13 |
XYZ | 32.8248 | 33.0623 | 73.0582 |
Yxy | 33.0623 | 0.2362 | 0.2380 |
Hunter Lab | 57.4998 | 1.2752 | -35.0829 |
CIE-Lab | 64.2113 | 5.0602 | -36.7966 |
#799cdd color RGB value is (121,156,221).
#799cdd hex color red value is 121, green value is 156 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #799cdd hue: 0.61 , saturation: 0.60 and the lightness value of 799cdd is 0.67.
The process color (four color CMYK) of #799cdd color hex is 0.45, 0.29, 0.00, 0.13. Web safe color of #799cdd is #6699cc. Color #799cdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10011100 | 11011101 |
Octal | 171 | 234 | 335 |
Decimal | 121 | 156 | 221 |
Hex | 79 | 9C | DD |
Shades of #799cdd
Tints of #799cdd
RGB Percentages of Color #799cdd
CMYK Percentages of Color #799cdd
Complementary Color
#799cdd | #ddba79 |
#799cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#799cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#799cdd Color CSS Codes
.mybgcolor {background-color:#799cdd; } .myforecolor {color:#799cdd; } .mybordercolor {border:3px solid #799cdd; }
#799cdd Text Font Color
<p style="color:#799cdd">Text here</p>
This sample text font color is #799cdd
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.
#799cdd Background Color
<div style="background-color:#799cdd">
Div content here</div>
This div background color is #799cdd
#799cdd Border Color
<div style="border:3px solid #799cdd">
Div here</div>
This div border color is #799cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,156,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #799cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #799cdd; -webkit-box-shadow: 1px 1px 3px 2px #799cdd; box-shadow: 1px 1px 3px 2px #799cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,156,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 #799cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #799cdd; -webkit-box-shadow: 1px 1px 3px 2px #799cdd; box-shadow: 1px 1px 3px 2px #799cdd;">
Div content here</div>
This div box has shadow with color #799cdd
Comments
No comments written yet.
Please login to write comment.