Color spaces of #ccbf3d
RGB | 204 | 191 | 61 |
---|---|---|---|
HSL | 0.15 | 0.58 | 0.52 |
HSV | 55° | 70° | 80° |
CMYK | 0.00 | 0.06 | 0.70 0.20 |
XYZ | 44.3749 | 50.4359 | 11.8112 |
Yxy | 50.4359 | 0.4162 | 0.4730 |
Hunter Lab | 71.0182 | -12.7483 | 39.8521 |
CIE-Lab | 76.3360 | -10.1152 | 63.8163 |
#ccbf3d color RGB value is (204,191,61).
#ccbf3d hex color red value is 204, green value is 191 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ccbf3d hue: 0.15 , saturation: 0.58 and the lightness value of ccbf3d is 0.52.
The process color (four color CMYK) of #ccbf3d color hex is 0.00, 0.06, 0.70, 0.20. Web safe color of #ccbf3d is #cccc33. Color #ccbf3d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111111 | 00111101 |
Octal | 314 | 277 | 75 |
Decimal | 204 | 191 | 61 |
Hex | CC | BF | 3D |
Shades of #ccbf3d
Tints of #ccbf3d
RGB Percentages of Color #ccbf3d
CMYK Percentages of Color #ccbf3d
Complementary Color
#ccbf3d | #3d4acc |
#ccbf3d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbf3d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbf3d Color CSS Codes
.mybgcolor {background-color:#ccbf3d; } .myforecolor {color:#ccbf3d; } .mybordercolor {border:3px solid #ccbf3d; }
#ccbf3d Text Font Color
<p style="color:#ccbf3d">Text here</p>
This sample text font color is #ccbf3d
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.
#ccbf3d Background Color
<div style="background-color:#ccbf3d">
Div content here</div>
This div background color is #ccbf3d
#ccbf3d Border Color
<div style="border:3px solid #ccbf3d">
Div here</div>
This div border color is #ccbf3d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,191,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbf3d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbf3d; -webkit-box-shadow: 1px 1px 3px 2px #ccbf3d; box-shadow: 1px 1px 3px 2px #ccbf3d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,191,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbf3d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbf3d; -webkit-box-shadow: 1px 1px 3px 2px #ccbf3d; box-shadow: 1px 1px 3px 2px #ccbf3d;">
Div content here</div>
This div box has shadow with color #ccbf3d
Comments
No comments written yet.
Please login to write comment.