Color spaces of #ceac2d
RGB | 206 | 172 | 45 |
---|---|---|---|
HSL | 0.13 | 0.64 | 0.49 |
HSV | 47° | 78° | 81° |
CMYK | 0.00 | 0.17 | 0.78 0.19 |
XYZ | 40.6798 | 42.8163 | 8.6029 |
Yxy | 42.8163 | 0.4417 | 0.4649 |
Hunter Lab | 65.4342 | -3.5380 | 38.0088 |
CIE-Lab | 71.4301 | -0.0488 | 64.9210 |
#ceac2d color RGB value is (206,172,45).
#ceac2d hex color red value is 206, green value is 172 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ceac2d hue: 0.13 , saturation: 0.64 and the lightness value of ceac2d is 0.49.
The process color (four color CMYK) of #ceac2d color hex is 0.00, 0.17, 0.78, 0.19. Web safe color of #ceac2d is #cc9933. Color #ceac2d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10101100 | 00101101 |
Octal | 316 | 254 | 55 |
Decimal | 206 | 172 | 45 |
Hex | CE | AC | 2D |
Shades of #ceac2d
Tints of #ceac2d
RGB Percentages of Color #ceac2d
CMYK Percentages of Color #ceac2d
Complementary Color
#ceac2d | #2d4fce |
#ceac2d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceac2d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceac2d Color CSS Codes
.mybgcolor {background-color:#ceac2d; } .myforecolor {color:#ceac2d; } .mybordercolor {border:3px solid #ceac2d; }
#ceac2d Text Font Color
<p style="color:#ceac2d">Text here</p>
This sample text font color is #ceac2d
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.
#ceac2d Background Color
<div style="background-color:#ceac2d">
Div content here</div>
This div background color is #ceac2d
#ceac2d Border Color
<div style="border:3px solid #ceac2d">
Div here</div>
This div border color is #ceac2d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,172,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceac2d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceac2d; -webkit-box-shadow: 1px 1px 3px 2px #ceac2d; box-shadow: 1px 1px 3px 2px #ceac2d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,172,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceac2d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceac2d; -webkit-box-shadow: 1px 1px 3px 2px #ceac2d; box-shadow: 1px 1px 3px 2px #ceac2d;">
Div content here</div>
This div box has shadow with color #ceac2d
Comments
No comments written yet.
Please login to write comment.