Color spaces of #cfaf23
RGB | 207 | 175 | 35 |
---|---|---|---|
HSL | 0.14 | 0.71 | 0.47 |
HSV | 49° | 83° | 81° |
CMYK | 0.00 | 0.15 | 0.83 0.19 |
XYZ | 41.3655 | 44.0467 | 7.9118 |
Yxy | 44.0467 | 0.4432 | 0.4720 |
Hunter Lab | 66.3677 | -4.8884 | 39.3893 |
CIE-Lab | 72.2597 | -1.5193 | 68.7138 |
#cfaf23 color RGB value is (207,175,35).
#cfaf23 hex color red value is 207, green value is 175 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #cfaf23 hue: 0.14 , saturation: 0.71 and the lightness value of cfaf23 is 0.47.
The process color (four color CMYK) of #cfaf23 color hex is 0.00, 0.15, 0.83, 0.19. Web safe color of #cfaf23 is #cc9933. Color #cfaf23 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101111 | 00100011 |
Octal | 317 | 257 | 43 |
Decimal | 207 | 175 | 35 |
Hex | CF | AF | 23 |
Shades of #cfaf23
Tints of #cfaf23
RGB Percentages of Color #cfaf23
CMYK Percentages of Color #cfaf23
Complementary Color
#cfaf23 | #2343cf |
#cfaf23 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfaf23 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfaf23 Color CSS Codes
.mybgcolor {background-color:#cfaf23; } .myforecolor {color:#cfaf23; } .mybordercolor {border:3px solid #cfaf23; }
#cfaf23 Text Font Color
<p style="color:#cfaf23">Text here</p>
This sample text font color is #cfaf23
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.
#cfaf23 Background Color
<div style="background-color:#cfaf23">
Div content here</div>
This div background color is #cfaf23
#cfaf23 Border Color
<div style="border:3px solid #cfaf23">
Div here</div>
This div border color is #cfaf23
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,175,35, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfaf23; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfaf23; -webkit-box-shadow: 1px 1px 3px 2px #cfaf23; box-shadow: 1px 1px 3px 2px #cfaf23; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,175,35, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfaf23">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfaf23; -webkit-box-shadow: 1px 1px 3px 2px #cfaf23; box-shadow: 1px 1px 3px 2px #cfaf23;">
Div content here</div>
This div box has shadow with color #cfaf23
Comments
No comments written yet.
Please login to write comment.