Color spaces of #cdbf15
RGB | 205 | 191 | 21 |
---|---|---|---|
HSL | 0.15 | 0.81 | 0.44 |
HSV | 55° | 90° | 80° |
CMYK | 0.00 | 0.07 | 0.90 0.20 |
XYZ | 43.9430 | 50.2949 | 8.1013 |
Yxy | 50.2949 | 0.4294 | 0.4915 |
Hunter Lab | 70.9189 | -13.5053 | 42.8703 |
CIE-Lab | 76.2499 | -11.0065 | 74.9324 |
#cdbf15 color RGB value is (205,191,21).
#cdbf15 hex color red value is 205, green value is 191 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cdbf15 hue: 0.15 , saturation: 0.81 and the lightness value of cdbf15 is 0.44.
The process color (four color CMYK) of #cdbf15 color hex is 0.00, 0.07, 0.90, 0.20. Web safe color of #cdbf15 is #cccc00. Color #cdbf15 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111111 | 00010101 |
Octal | 315 | 277 | 25 |
Decimal | 205 | 191 | 21 |
Hex | CD | BF | 15 |
Shades of #cdbf15
Tints of #cdbf15
RGB Percentages of Color #cdbf15
CMYK Percentages of Color #cdbf15
Complementary Color
#cdbf15 | #1523cd |
#cdbf15 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbf15 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbf15 Color CSS Codes
.mybgcolor {background-color:#cdbf15; } .myforecolor {color:#cdbf15; } .mybordercolor {border:3px solid #cdbf15; }
#cdbf15 Text Font Color
<p style="color:#cdbf15">Text here</p>
This sample text font color is #cdbf15
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.
#cdbf15 Background Color
<div style="background-color:#cdbf15">
Div content here</div>
This div background color is #cdbf15
#cdbf15 Border Color
<div style="border:3px solid #cdbf15">
Div here</div>
This div border color is #cdbf15
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,191,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbf15; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbf15; -webkit-box-shadow: 1px 1px 3px 2px #cdbf15; box-shadow: 1px 1px 3px 2px #cdbf15; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,191,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbf15">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbf15; -webkit-box-shadow: 1px 1px 3px 2px #cdbf15; box-shadow: 1px 1px 3px 2px #cdbf15;">
Div content here</div>
This div box has shadow with color #cdbf15
Comments
No comments written yet.
Please login to write comment.