Color spaces of #cef60e
RGB | 206 | 246 | 14 |
---|---|---|---|
HSL | 0.20 | 0.93 | 0.51 |
HSV | 70° | 94° | 96° |
CMYK | 0.16 | 0.00 | 0.94 0.04 |
XYZ | 58.4886 | 79.0651 | 12.5939 |
Yxy | 79.0651 | 0.3895 | 0.5266 |
Hunter Lab | 88.9186 | -38.1942 | 53.8455 |
CIE-Lab | 91.2637 | -37.0578 | 87.4916 |
#cef60e color RGB value is (206,246,14).
#cef60e hex color red value is 206, green value is 246 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cef60e hue: 0.20 , saturation: 0.93 and the lightness value of cef60e is 0.51.
The process color (four color CMYK) of #cef60e color hex is 0.16, 0.00, 0.94, 0.04. Web safe color of #cef60e is #ccff00. Color #cef60e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11110110 | 00001110 |
Octal | 316 | 366 | 16 |
Decimal | 206 | 246 | 14 |
Hex | CE | F6 | E |
Shades of #cef60e
Tints of #cef60e
RGB Percentages of Color #cef60e
CMYK Percentages of Color #cef60e
Complementary Color
#cef60e | #360ef6 |
#cef60e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cef60e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cef60e Color CSS Codes
.mybgcolor {background-color:#cef60e; } .myforecolor {color:#cef60e; } .mybordercolor {border:3px solid #cef60e; }
#cef60e Text Font Color
<p style="color:#cef60e">Text here</p>
This sample text font color is #cef60e
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.
#cef60e Background Color
<div style="background-color:#cef60e">
Div content here</div>
This div background color is #cef60e
#cef60e Border Color
<div style="border:3px solid #cef60e">
Div here</div>
This div border color is #cef60e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,246,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cef60e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cef60e; -webkit-box-shadow: 1px 1px 3px 2px #cef60e; box-shadow: 1px 1px 3px 2px #cef60e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,246,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cef60e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cef60e; -webkit-box-shadow: 1px 1px 3px 2px #cef60e; box-shadow: 1px 1px 3px 2px #cef60e;">
Div content here</div>
This div box has shadow with color #cef60e
Comments
No comments written yet.
Please login to write comment.