Color spaces of #cecd68
RGB | 206 | 205 | 104 |
---|---|---|---|
HSL | 0.17 | 0.51 | 0.61 |
HSV | 59° | 50° | 81° |
CMYK | 0.00 | 0.00 | 0.50 0.19 |
XYZ | 49.7836 | 57.7839 | 21.6262 |
Yxy | 57.7839 | 0.3853 | 0.4473 |
Hunter Lab | 76.0157 | -16.1257 | 36.3432 |
CIE-Lab | 80.6185 | -13.4149 | 49.8928 |
#cecd68 color RGB value is (206,205,104).
#cecd68 hex color red value is 206, green value is 205 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cecd68 hue: 0.17 , saturation: 0.51 and the lightness value of cecd68 is 0.61.
The process color (four color CMYK) of #cecd68 color hex is 0.00, 0.00, 0.50, 0.19. Web safe color of #cecd68 is #cccc66. Color #cecd68 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001101 | 01101000 |
Octal | 316 | 315 | 150 |
Decimal | 206 | 205 | 104 |
Hex | CE | CD | 68 |
Shades of #cecd68
Tints of #cecd68
RGB Percentages of Color #cecd68
CMYK Percentages of Color #cecd68
Complementary Color
#cecd68 | #6869ce |
#cecd68 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecd68 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecd68 Color CSS Codes
.mybgcolor {background-color:#cecd68; } .myforecolor {color:#cecd68; } .mybordercolor {border:3px solid #cecd68; }
#cecd68 Text Font Color
<p style="color:#cecd68">Text here</p>
This sample text font color is #cecd68
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.
#cecd68 Background Color
<div style="background-color:#cecd68">
Div content here</div>
This div background color is #cecd68
#cecd68 Border Color
<div style="border:3px solid #cecd68">
Div here</div>
This div border color is #cecd68
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,205,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecd68; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecd68; -webkit-box-shadow: 1px 1px 3px 2px #cecd68; box-shadow: 1px 1px 3px 2px #cecd68; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,205,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cecd68">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecd68; -webkit-box-shadow: 1px 1px 3px 2px #cecd68; box-shadow: 1px 1px 3px 2px #cecd68;">
Div content here</div>
This div box has shadow with color #cecd68
Comments
No comments written yet.
Please login to write comment.