Color spaces of #cfdb07
RGB | 207 | 219 | 7 |
---|---|---|---|
HSL | 0.18 | 0.94 | 0.44 |
HSV | 63° | 97° | 86° |
CMYK | 0.05 | 0.00 | 0.97 0.14 |
XYZ | 51.1020 | 63.9438 | 9.8500 |
Yxy | 63.9438 | 0.4092 | 0.5120 |
Hunter Lab | 79.9649 | -25.8671 | 48.6721 |
CIE-Lab | 83.9365 | -24.1897 | 82.5224 |
#cfdb07 color RGB value is (207,219,7).
#cfdb07 hex color red value is 207, green value is 219 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #cfdb07 hue: 0.18 , saturation: 0.94 and the lightness value of cfdb07 is 0.44.
The process color (four color CMYK) of #cfdb07 color hex is 0.05, 0.00, 0.97, 0.14. Web safe color of #cfdb07 is #cccc00. Color #cfdb07 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011011 | 00000111 |
Octal | 317 | 333 | 7 |
Decimal | 207 | 219 | 7 |
Hex | CF | DB | 7 |
Shades of #cfdb07
Tints of #cfdb07
RGB Percentages of Color #cfdb07
CMYK Percentages of Color #cfdb07
Complementary Color
#cfdb07 | #1307db |
#cfdb07 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdb07 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdb07 Color CSS Codes
.mybgcolor {background-color:#cfdb07; } .myforecolor {color:#cfdb07; } .mybordercolor {border:3px solid #cfdb07; }
#cfdb07 Text Font Color
<p style="color:#cfdb07">Text here</p>
This sample text font color is #cfdb07
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.
#cfdb07 Background Color
<div style="background-color:#cfdb07">
Div content here</div>
This div background color is #cfdb07
#cfdb07 Border Color
<div style="border:3px solid #cfdb07">
Div here</div>
This div border color is #cfdb07
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,219,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdb07; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdb07; -webkit-box-shadow: 1px 1px 3px 2px #cfdb07; box-shadow: 1px 1px 3px 2px #cfdb07; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,219,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfdb07">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdb07; -webkit-box-shadow: 1px 1px 3px 2px #cfdb07; box-shadow: 1px 1px 3px 2px #cfdb07;">
Div content here</div>
This div box has shadow with color #cfdb07
Comments
No comments written yet.
Please login to write comment.