Color spaces of #ccbf04
RGB | 204 | 191 | 4 |
---|---|---|---|
HSL | 0.16 | 0.96 | 0.41 |
HSV | 56° | 98° | 80° |
CMYK | 0.00 | 0.06 | 0.98 0.20 |
XYZ | 43.5546 | 50.1077 | 7.4911 |
Yxy | 50.1077 | 0.4306 | 0.4954 |
Hunter Lab | 70.7868 | -14.0471 | 43.2763 |
CIE-Lab | 76.1353 | -11.6550 | 76.9022 |
#ccbf04 color RGB value is (204,191,4).
#ccbf04 hex color red value is 204, green value is 191 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ccbf04 hue: 0.16 , saturation: 0.96 and the lightness value of ccbf04 is 0.41.
The process color (four color CMYK) of #ccbf04 color hex is 0.00, 0.06, 0.98, 0.20. Web safe color of #ccbf04 is #cccc00. Color #ccbf04 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111111 | 00000100 |
Octal | 314 | 277 | 4 |
Decimal | 204 | 191 | 4 |
Hex | CC | BF | 4 |
Shades of #ccbf04
Tints of #ccbf04
RGB Percentages of Color #ccbf04
CMYK Percentages of Color #ccbf04
Complementary Color
#ccbf04 | #0411cc |
#ccbf04 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbf04 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbf04 Color CSS Codes
.mybgcolor {background-color:#ccbf04; } .myforecolor {color:#ccbf04; } .mybordercolor {border:3px solid #ccbf04; }
#ccbf04 Text Font Color
<p style="color:#ccbf04">Text here</p>
This sample text font color is #ccbf04
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.
#ccbf04 Background Color
<div style="background-color:#ccbf04">
Div content here</div>
This div background color is #ccbf04
#ccbf04 Border Color
<div style="border:3px solid #ccbf04">
Div here</div>
This div border color is #ccbf04
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,191,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbf04; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbf04; -webkit-box-shadow: 1px 1px 3px 2px #ccbf04; box-shadow: 1px 1px 3px 2px #ccbf04; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,191,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbf04">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbf04; -webkit-box-shadow: 1px 1px 3px 2px #ccbf04; box-shadow: 1px 1px 3px 2px #ccbf04;">
Div content here</div>
This div box has shadow with color #ccbf04
Comments
No comments written yet.
Please login to write comment.