Color spaces of #ceb650
RGB | 206 | 182 | 80 |
---|---|---|---|
HSL | 0.13 | 0.56 | 0.56 |
HSV | 49° | 61° | 81° |
CMYK | 0.00 | 0.12 | 0.61 0.19 |
XYZ | 43.6295 | 47.1569 | 14.3921 |
Yxy | 47.1569 | 0.4148 | 0.4484 |
Hunter Lab | 68.6709 | -6.7655 | 35.6436 |
CIE-Lab | 74.2900 | -3.4802 | 53.7934 |
#ceb650 color RGB value is (206,182,80).
#ceb650 hex color red value is 206, green value is 182 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ceb650 hue: 0.13 , saturation: 0.56 and the lightness value of ceb650 is 0.56.
The process color (four color CMYK) of #ceb650 color hex is 0.00, 0.12, 0.61, 0.19. Web safe color of #ceb650 is #cccc66. Color #ceb650 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10110110 | 01010000 |
Octal | 316 | 266 | 120 |
Decimal | 206 | 182 | 80 |
Hex | CE | B6 | 50 |
Shades of #ceb650
Tints of #ceb650
RGB Percentages of Color #ceb650
CMYK Percentages of Color #ceb650
Complementary Color
#ceb650 | #5068ce |
#ceb650 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceb650 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceb650 Color CSS Codes
.mybgcolor {background-color:#ceb650; } .myforecolor {color:#ceb650; } .mybordercolor {border:3px solid #ceb650; }
#ceb650 Text Font Color
<p style="color:#ceb650">Text here</p>
This sample text font color is #ceb650
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.
#ceb650 Background Color
<div style="background-color:#ceb650">
Div content here</div>
This div background color is #ceb650
#ceb650 Border Color
<div style="border:3px solid #ceb650">
Div here</div>
This div border color is #ceb650
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,182,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceb650; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceb650; -webkit-box-shadow: 1px 1px 3px 2px #ceb650; box-shadow: 1px 1px 3px 2px #ceb650; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,182,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceb650">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceb650; -webkit-box-shadow: 1px 1px 3px 2px #ceb650; box-shadow: 1px 1px 3px 2px #ceb650;">
Div content here</div>
This div box has shadow with color #ceb650
Comments
No comments written yet.
Please login to write comment.