Color spaces of #cfe900
RGB | 207 | 233 | 0 |
---|---|---|---|
HSL | 0.19 | 1.00 | 0.46 |
HSV | 67° | 100° | 91° |
CMYK | 0.11 | 0.00 | 1.00 0.09 |
XYZ | 54.8710 | 71.5432 | 10.9172 |
Yxy | 71.5432 | 0.3996 | 0.5210 |
Hunter Lab | 84.5832 | -32.2237 | 51.5557 |
CIE-Lab | 87.7482 | -30.8603 | 85.9625 |
#cfe900 color RGB value is (207,233,0).
#cfe900 hex color red value is 207, green value is 233 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cfe900 hue: 0.19 , saturation: 1.00 and the lightness value of cfe900 is 0.46.
The process color (four color CMYK) of #cfe900 color hex is 0.11, 0.00, 1.00, 0.09. Web safe color of #cfe900 is #ccff00. Color #cfe900 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101001 | 00000000 |
Octal | 317 | 351 | 0 |
Decimal | 207 | 233 | 0 |
Hex | CF | E9 | 0 |
Shades of #cfe900
Tints of #cfe900
RGB Percentages of Color #cfe900
CMYK Percentages of Color #cfe900
Complementary Color
#cfe900 | #1a00e9 |
#cfe900 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe900 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe900 Color CSS Codes
.mybgcolor {background-color:#cfe900; } .myforecolor {color:#cfe900; } .mybordercolor {border:3px solid #cfe900; }
#cfe900 Text Font Color
<p style="color:#cfe900">Text here</p>
This sample text font color is #cfe900
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.
#cfe900 Background Color
<div style="background-color:#cfe900">
Div content here</div>
This div background color is #cfe900
#cfe900 Border Color
<div style="border:3px solid #cfe900">
Div here</div>
This div border color is #cfe900
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,233,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe900; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe900; -webkit-box-shadow: 1px 1px 3px 2px #cfe900; box-shadow: 1px 1px 3px 2px #cfe900; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,233,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfe900">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe900; -webkit-box-shadow: 1px 1px 3px 2px #cfe900; box-shadow: 1px 1px 3px 2px #cfe900;">
Div content here</div>
This div box has shadow with color #cfe900
Comments
No comments written yet.
Please login to write comment.