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