Color spaces of #cbad03
RGB | 203 | 173 | 3 |
---|---|---|---|
HSL | 0.14 | 0.97 | 0.40 |
HSV | 51° | 99° | 80° |
CMYK | 0.00 | 0.15 | 0.99 0.20 |
XYZ | 39.5886 | 42.5902 | 6.2203 |
Yxy | 42.5902 | 0.4478 | 0.4818 |
Hunter Lab | 65.2612 | -5.9257 | 40.0317 |
CIE-Lab | 71.2759 | -2.7840 | 73.4480 |
#cbad03 color RGB value is (203,173,3).
#cbad03 hex color red value is 203, green value is 173 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #cbad03 hue: 0.14 , saturation: 0.97 and the lightness value of cbad03 is 0.40.
The process color (four color CMYK) of #cbad03 color hex is 0.00, 0.15, 0.99, 0.20. Web safe color of #cbad03 is #cc9900. Color #cbad03 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101101 | 00000011 |
Octal | 313 | 255 | 3 |
Decimal | 203 | 173 | 3 |
Hex | CB | AD | 3 |
Shades of #cbad03
Tints of #cbad03
RGB Percentages of Color #cbad03
CMYK Percentages of Color #cbad03
Complementary Color
#cbad03 | #0321cb |
#cbad03 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbad03 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbad03 Color CSS Codes
.mybgcolor {background-color:#cbad03; } .myforecolor {color:#cbad03; } .mybordercolor {border:3px solid #cbad03; }
#cbad03 Text Font Color
<p style="color:#cbad03">Text here</p>
This sample text font color is #cbad03
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.
#cbad03 Background Color
<div style="background-color:#cbad03">
Div content here</div>
This div background color is #cbad03
#cbad03 Border Color
<div style="border:3px solid #cbad03">
Div here</div>
This div border color is #cbad03
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,173,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbad03; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbad03; -webkit-box-shadow: 1px 1px 3px 2px #cbad03; box-shadow: 1px 1px 3px 2px #cbad03; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,173,3, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbad03">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbad03; -webkit-box-shadow: 1px 1px 3px 2px #cbad03; box-shadow: 1px 1px 3px 2px #cbad03;">
Div content here</div>
This div box has shadow with color #cbad03
Comments
No comments written yet.
Please login to write comment.