Color spaces of #ced749
RGB | 206 | 215 | 73 |
---|---|---|---|
HSL | 0.18 | 0.64 | 0.56 |
HSV | 64° | 66° | 84° |
CMYK | 0.04 | 0.00 | 0.66 0.16 |
XYZ | 50.9566 | 62.2037 | 15.6242 |
Yxy | 62.2037 | 0.3957 | 0.4830 |
Hunter Lab | 78.8693 | -22.6944 | 43.4630 |
CIE-Lab | 83.0216 | -20.6322 | 66.0199 |
#ced749 color RGB value is (206,215,73).
#ced749 hex color red value is 206, green value is 215 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ced749 hue: 0.18 , saturation: 0.64 and the lightness value of ced749 is 0.56.
The process color (four color CMYK) of #ced749 color hex is 0.04, 0.00, 0.66, 0.16. Web safe color of #ced749 is #cccc33. Color #ced749 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11010111 | 01001001 |
Octal | 316 | 327 | 111 |
Decimal | 206 | 215 | 73 |
Hex | CE | D7 | 49 |
Shades of #ced749
Tints of #ced749
RGB Percentages of Color #ced749
CMYK Percentages of Color #ced749
Complementary Color
#ced749 | #5249d7 |
#ced749 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ced749 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ced749 Color CSS Codes
.mybgcolor {background-color:#ced749; } .myforecolor {color:#ced749; } .mybordercolor {border:3px solid #ced749; }
#ced749 Text Font Color
<p style="color:#ced749">Text here</p>
This sample text font color is #ced749
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.
#ced749 Background Color
<div style="background-color:#ced749">
Div content here</div>
This div background color is #ced749
#ced749 Border Color
<div style="border:3px solid #ced749">
Div here</div>
This div border color is #ced749
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,215,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ced749; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ced749; -webkit-box-shadow: 1px 1px 3px 2px #ced749; box-shadow: 1px 1px 3px 2px #ced749; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,215,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ced749">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ced749; -webkit-box-shadow: 1px 1px 3px 2px #ced749; box-shadow: 1px 1px 3px 2px #ced749;">
Div content here</div>
This div box has shadow with color #ced749
Comments
No comments written yet.
Please login to write comment.