Color spaces of #ceb71e
RGB | 206 | 183 | 30 |
---|---|---|---|
HSL | 0.14 | 0.75 | 0.46 |
HSV | 52° | 85° | 81° |
CMYK | 0.00 | 0.11 | 0.85 0.19 |
XYZ | 42.6214 | 47.0825 | 8.0697 |
Yxy | 47.0825 | 0.4359 | 0.4815 |
Hunter Lab | 68.6167 | -9.2036 | 41.0589 |
CIE-Lab | 74.2425 | -6.2693 | 71.5809 |
#ceb71e color RGB value is (206,183,30).
#ceb71e hex color red value is 206, green value is 183 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ceb71e hue: 0.14 , saturation: 0.75 and the lightness value of ceb71e is 0.46.
The process color (four color CMYK) of #ceb71e color hex is 0.00, 0.11, 0.85, 0.19. Web safe color of #ceb71e is #cccc33. Color #ceb71e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10110111 | 00011110 |
Octal | 316 | 267 | 36 |
Decimal | 206 | 183 | 30 |
Hex | CE | B7 | 1E |
Shades of #ceb71e
Tints of #ceb71e
RGB Percentages of Color #ceb71e
CMYK Percentages of Color #ceb71e
Complementary Color
#ceb71e | #1e35ce |
#ceb71e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceb71e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceb71e Color CSS Codes
.mybgcolor {background-color:#ceb71e; } .myforecolor {color:#ceb71e; } .mybordercolor {border:3px solid #ceb71e; }
#ceb71e Text Font Color
<p style="color:#ceb71e">Text here</p>
This sample text font color is #ceb71e
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.
#ceb71e Background Color
<div style="background-color:#ceb71e">
Div content here</div>
This div background color is #ceb71e
#ceb71e Border Color
<div style="border:3px solid #ceb71e">
Div here</div>
This div border color is #ceb71e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,183,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceb71e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceb71e; -webkit-box-shadow: 1px 1px 3px 2px #ceb71e; box-shadow: 1px 1px 3px 2px #ceb71e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,183,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceb71e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceb71e; -webkit-box-shadow: 1px 1px 3px 2px #ceb71e; box-shadow: 1px 1px 3px 2px #ceb71e;">
Div content here</div>
This div box has shadow with color #ceb71e
Comments
No comments written yet.
Please login to write comment.