Color spaces of #cfe776
RGB | 207 | 231 | 118 |
---|---|---|---|
HSL | 0.20 | 0.70 | 0.68 |
HSV | 73° | 49° | 91° |
CMYK | 0.10 | 0.00 | 0.49 0.09 |
XYZ | 57.5781 | 71.7252 | 27.9492 |
Yxy | 71.7252 | 0.3662 | 0.4561 |
Hunter Lab | 84.6907 | -26.8532 | 39.7169 |
CIE-Lab | 87.8362 | -24.5021 | 51.9217 |
#cfe776 color RGB value is (207,231,118).
#cfe776 hex color red value is 207, green value is 231 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cfe776 hue: 0.20 , saturation: 0.70 and the lightness value of cfe776 is 0.68.
The process color (four color CMYK) of #cfe776 color hex is 0.10, 0.00, 0.49, 0.09. Web safe color of #cfe776 is #ccff66. Color #cfe776 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11100111 | 01110110 |
Octal | 317 | 347 | 166 |
Decimal | 207 | 231 | 118 |
Hex | CF | E7 | 76 |
Shades of #cfe776
Tints of #cfe776
RGB Percentages of Color #cfe776
CMYK Percentages of Color #cfe776
Complementary Color
#cfe776 | #8e76e7 |
#cfe776 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe776 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe776 Color CSS Codes
.mybgcolor {background-color:#cfe776; } .myforecolor {color:#cfe776; } .mybordercolor {border:3px solid #cfe776; }
#cfe776 Text Font Color
<p style="color:#cfe776">Text here</p>
This sample text font color is #cfe776
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.
#cfe776 Background Color
<div style="background-color:#cfe776">
Div content here</div>
This div background color is #cfe776
#cfe776 Border Color
<div style="border:3px solid #cfe776">
Div here</div>
This div border color is #cfe776
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,231,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe776; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe776; -webkit-box-shadow: 1px 1px 3px 2px #cfe776; box-shadow: 1px 1px 3px 2px #cfe776; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,231,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfe776">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe776; -webkit-box-shadow: 1px 1px 3px 2px #cfe776; box-shadow: 1px 1px 3px 2px #cfe776;">
Div content here</div>
This div box has shadow with color #cfe776
Comments
No comments written yet.
Please login to write comment.