Color spaces of #cdbf05
RGB | 205 | 191 | 5 |
---|---|---|---|
HSL | 0.16 | 0.95 | 0.41 |
HSV | 56° | 98° | 80° |
CMYK | 0.00 | 0.07 | 0.98 0.20 |
XYZ | 43.8350 | 50.2517 | 7.5328 |
Yxy | 50.2517 | 0.4314 | 0.4945 |
Hunter Lab | 70.8884 | -13.6764 | 43.3216 |
CIE-Lab | 76.2235 | -11.2096 | 76.9024 |
#cdbf05 color RGB value is (205,191,5).
#cdbf05 hex color red value is 205, green value is 191 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #cdbf05 hue: 0.16 , saturation: 0.95 and the lightness value of cdbf05 is 0.41.
The process color (four color CMYK) of #cdbf05 color hex is 0.00, 0.07, 0.98, 0.20. Web safe color of #cdbf05 is #cccc00. Color #cdbf05 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111111 | 00000101 |
Octal | 315 | 277 | 5 |
Decimal | 205 | 191 | 5 |
Hex | CD | BF | 5 |
Shades of #cdbf05
Tints of #cdbf05
RGB Percentages of Color #cdbf05
CMYK Percentages of Color #cdbf05
Complementary Color
#cdbf05 | #0513cd |
#cdbf05 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbf05 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbf05 Color CSS Codes
.mybgcolor {background-color:#cdbf05; } .myforecolor {color:#cdbf05; } .mybordercolor {border:3px solid #cdbf05; }
#cdbf05 Text Font Color
<p style="color:#cdbf05">Text here</p>
This sample text font color is #cdbf05
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.
#cdbf05 Background Color
<div style="background-color:#cdbf05">
Div content here</div>
This div background color is #cdbf05
#cdbf05 Border Color
<div style="border:3px solid #cdbf05">
Div here</div>
This div border color is #cdbf05
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,191,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbf05; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbf05; -webkit-box-shadow: 1px 1px 3px 2px #cdbf05; box-shadow: 1px 1px 3px 2px #cdbf05; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,191,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbf05">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbf05; -webkit-box-shadow: 1px 1px 3px 2px #cdbf05; box-shadow: 1px 1px 3px 2px #cdbf05;">
Div content here</div>
This div box has shadow with color #cdbf05
Comments
No comments written yet.
Please login to write comment.