Color spaces of #cfaf30
RGB | 207 | 175 | 48 |
---|---|---|---|
HSL | 0.13 | 0.62 | 0.50 |
HSV | 48° | 77° | 81° |
CMYK | 0.00 | 0.15 | 0.77 0.19 |
XYZ | 41.5956 | 44.1387 | 9.1236 |
Yxy | 44.1387 | 0.4385 | 0.4653 |
Hunter Lab | 66.4370 | -4.5074 | 38.3637 |
CIE-Lab | 72.3211 | -1.0827 | 64.7595 |
#cfaf30 color RGB value is (207,175,48).
#cfaf30 hex color red value is 207, green value is 175 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cfaf30 hue: 0.13 , saturation: 0.62 and the lightness value of cfaf30 is 0.50.
The process color (four color CMYK) of #cfaf30 color hex is 0.00, 0.15, 0.77, 0.19. Web safe color of #cfaf30 is #cc9933. Color #cfaf30 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101111 | 00110000 |
Octal | 317 | 257 | 60 |
Decimal | 207 | 175 | 48 |
Hex | CF | AF | 30 |
Shades of #cfaf30
Tints of #cfaf30
RGB Percentages of Color #cfaf30
CMYK Percentages of Color #cfaf30
Complementary Color
#cfaf30 | #3050cf |
#cfaf30 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfaf30 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfaf30 Color CSS Codes
.mybgcolor {background-color:#cfaf30; } .myforecolor {color:#cfaf30; } .mybordercolor {border:3px solid #cfaf30; }
#cfaf30 Text Font Color
<p style="color:#cfaf30">Text here</p>
This sample text font color is #cfaf30
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.
#cfaf30 Background Color
<div style="background-color:#cfaf30">
Div content here</div>
This div background color is #cfaf30
#cfaf30 Border Color
<div style="border:3px solid #cfaf30">
Div here</div>
This div border color is #cfaf30
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,175,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfaf30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfaf30; -webkit-box-shadow: 1px 1px 3px 2px #cfaf30; box-shadow: 1px 1px 3px 2px #cfaf30; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,175,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfaf30">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfaf30; -webkit-box-shadow: 1px 1px 3px 2px #cfaf30; box-shadow: 1px 1px 3px 2px #cfaf30;">
Div content here</div>
This div box has shadow with color #cfaf30
Comments
No comments written yet.
Please login to write comment.