Color spaces of #cfa342
RGB | 207 | 163 | 66 |
---|---|---|---|
HSL | 0.11 | 0.59 | 0.54 |
HSV | 41° | 68° | 81° |
CMYK | 0.00 | 0.21 | 0.68 0.19 |
XYZ | 39.8127 | 39.8531 | 10.7483 |
Yxy | 39.8531 | 0.4403 | 0.4408 |
Hunter Lab | 63.1293 | 2.0953 | 34.0959 |
CIE-Lab | 69.3648 | 6.1570 | 54.7485 |
#cfa342 color RGB value is (207,163,66).
#cfa342 hex color red value is 207, green value is 163 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cfa342 hue: 0.11 , saturation: 0.59 and the lightness value of cfa342 is 0.54.
The process color (four color CMYK) of #cfa342 color hex is 0.00, 0.21, 0.68, 0.19. Web safe color of #cfa342 is #cc9933. Color #cfa342 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100011 | 01000010 |
Octal | 317 | 243 | 102 |
Decimal | 207 | 163 | 66 |
Hex | CF | A3 | 42 |
Shades of #cfa342
Tints of #cfa342
RGB Percentages of Color #cfa342
CMYK Percentages of Color #cfa342
Complementary Color
#cfa342 | #426ecf |
#cfa342 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa342 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa342 Color CSS Codes
.mybgcolor {background-color:#cfa342; } .myforecolor {color:#cfa342; } .mybordercolor {border:3px solid #cfa342; }
#cfa342 Text Font Color
<p style="color:#cfa342">Text here</p>
This sample text font color is #cfa342
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.
#cfa342 Background Color
<div style="background-color:#cfa342">
Div content here</div>
This div background color is #cfa342
#cfa342 Border Color
<div style="border:3px solid #cfa342">
Div here</div>
This div border color is #cfa342
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,163,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa342; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa342; -webkit-box-shadow: 1px 1px 3px 2px #cfa342; box-shadow: 1px 1px 3px 2px #cfa342; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,163,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa342">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa342; -webkit-box-shadow: 1px 1px 3px 2px #cfa342; box-shadow: 1px 1px 3px 2px #cfa342;">
Div content here</div>
This div box has shadow with color #cfa342
Comments
No comments written yet.
Please login to write comment.