Color spaces of #cfe846
RGB | 207 | 232 | 70 |
---|---|---|---|
HSL | 0.19 | 0.78 | 0.59 |
HSV | 69° | 70° | 91° |
CMYK | 0.11 | 0.00 | 0.70 0.09 |
XYZ | 55.6942 | 71.4208 | 16.6446 |
Yxy | 71.4208 | 0.3874 | 0.4968 |
Hunter Lab | 84.5108 | -30.2591 | 47.4803 |
CIE-Lab | 87.6890 | -28.5335 | 71.8356 |
#cfe846 color RGB value is (207,232,70).
#cfe846 hex color red value is 207, green value is 232 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cfe846 hue: 0.19 , saturation: 0.78 and the lightness value of cfe846 is 0.59.
The process color (four color CMYK) of #cfe846 color hex is 0.11, 0.00, 0.70, 0.09. Web safe color of #cfe846 is #ccff33. Color #cfe846 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101000 | 01000110 |
Octal | 317 | 350 | 106 |
Decimal | 207 | 232 | 70 |
Hex | CF | E8 | 46 |
Shades of #cfe846
Tints of #cfe846
RGB Percentages of Color #cfe846
CMYK Percentages of Color #cfe846
Complementary Color
#cfe846 | #5f46e8 |
#cfe846 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe846 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe846 Color CSS Codes
.mybgcolor {background-color:#cfe846; } .myforecolor {color:#cfe846; } .mybordercolor {border:3px solid #cfe846; }
#cfe846 Text Font Color
<p style="color:#cfe846">Text here</p>
This sample text font color is #cfe846
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.
#cfe846 Background Color
<div style="background-color:#cfe846">
Div content here</div>
This div background color is #cfe846
#cfe846 Border Color
<div style="border:3px solid #cfe846">
Div here</div>
This div border color is #cfe846
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,232,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe846; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe846; -webkit-box-shadow: 1px 1px 3px 2px #cfe846; box-shadow: 1px 1px 3px 2px #cfe846; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,232,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfe846">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe846; -webkit-box-shadow: 1px 1px 3px 2px #cfe846; box-shadow: 1px 1px 3px 2px #cfe846;">
Div content here</div>
This div box has shadow with color #cfe846
Comments
No comments written yet.
Please login to write comment.