Color spaces of #cfdc3b
RGB | 207 | 220 | 59 |
---|---|---|---|
HSL | 0.18 | 0.70 | 0.55 |
HSV | 65° | 73° | 86° |
CMYK | 0.06 | 0.00 | 0.73 0.14 |
XYZ | 52.1147 | 64.7676 | 13.8923 |
Yxy | 64.7676 | 0.3985 | 0.4953 |
Hunter Lab | 80.4783 | -25.2472 | 46.1001 |
CIE-Lab | 84.3638 | -23.3635 | 72.3553 |
#cfdc3b color RGB value is (207,220,59).
#cfdc3b hex color red value is 207, green value is 220 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cfdc3b hue: 0.18 , saturation: 0.70 and the lightness value of cfdc3b is 0.55.
The process color (four color CMYK) of #cfdc3b color hex is 0.06, 0.00, 0.73, 0.14. Web safe color of #cfdc3b is #cccc33. Color #cfdc3b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011100 | 00111011 |
Octal | 317 | 334 | 73 |
Decimal | 207 | 220 | 59 |
Hex | CF | DC | 3B |
Shades of #cfdc3b
Tints of #cfdc3b
RGB Percentages of Color #cfdc3b
CMYK Percentages of Color #cfdc3b
Complementary Color
#cfdc3b | #483bdc |
#cfdc3b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdc3b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdc3b Color CSS Codes
.mybgcolor {background-color:#cfdc3b; } .myforecolor {color:#cfdc3b; } .mybordercolor {border:3px solid #cfdc3b; }
#cfdc3b Text Font Color
<p style="color:#cfdc3b">Text here</p>
This sample text font color is #cfdc3b
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.
#cfdc3b Background Color
<div style="background-color:#cfdc3b">
Div content here</div>
This div background color is #cfdc3b
#cfdc3b Border Color
<div style="border:3px solid #cfdc3b">
Div here</div>
This div border color is #cfdc3b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,220,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdc3b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdc3b; -webkit-box-shadow: 1px 1px 3px 2px #cfdc3b; box-shadow: 1px 1px 3px 2px #cfdc3b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,220,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfdc3b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdc3b; -webkit-box-shadow: 1px 1px 3px 2px #cfdc3b; box-shadow: 1px 1px 3px 2px #cfdc3b;">
Div content here</div>
This div box has shadow with color #cfdc3b
Comments
No comments written yet.
Please login to write comment.