Color spaces of #d0be0b
RGB | 208 | 190 | 11 |
---|---|---|---|
HSL | 0.15 | 0.90 | 0.43 |
HSV | 55° | 95° | 82° |
CMYK | 0.00 | 0.09 | 0.95 0.18 |
XYZ | 44.4863 | 50.2610 | 7.6733 |
Yxy | 50.2610 | 0.4343 | 0.4907 |
Hunter Lab | 70.8950 | -12.0583 | 43.2093 |
CIE-Lab | 76.2292 | -9.3303 | 76.4049 |
#d0be0b color RGB value is (208,190,11).
#d0be0b hex color red value is 208, green value is 190 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d0be0b hue: 0.15 , saturation: 0.90 and the lightness value of d0be0b is 0.43.
The process color (four color CMYK) of #d0be0b color hex is 0.00, 0.09, 0.95, 0.18. Web safe color of #d0be0b is #cccc00. Color #d0be0b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10111110 | 00001011 |
Octal | 320 | 276 | 13 |
Decimal | 208 | 190 | 11 |
Hex | D0 | BE | B |
Shades of #d0be0b
Tints of #d0be0b
RGB Percentages of Color #d0be0b
CMYK Percentages of Color #d0be0b
Complementary Color
#d0be0b | #0b1dd0 |
#d0be0b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0be0b Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0be0b Color CSS Codes
.mybgcolor {background-color:#d0be0b; } .myforecolor {color:#d0be0b; } .mybordercolor {border:3px solid #d0be0b; }
#d0be0b Text Font Color
<p style="color:#d0be0b">Text here</p>
This sample text font color is #d0be0b
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.
#d0be0b Background Color
<div style="background-color:#d0be0b">
Div content here</div>
This div background color is #d0be0b
#d0be0b Border Color
<div style="border:3px solid #d0be0b">
Div here</div>
This div border color is #d0be0b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,190,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0be0b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0be0b; -webkit-box-shadow: 1px 1px 3px 2px #d0be0b; box-shadow: 1px 1px 3px 2px #d0be0b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,190,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0be0b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0be0b; -webkit-box-shadow: 1px 1px 3px 2px #d0be0b; box-shadow: 1px 1px 3px 2px #d0be0b;">
Div content here</div>
This div box has shadow with color #d0be0b
Comments
No comments written yet.
Please login to write comment.