Color spaces of #cef314
RGB | 206 | 243 | 20 |
---|---|---|---|
HSL | 0.19 | 0.90 | 0.52 |
HSV | 70° | 92° | 95° |
CMYK | 0.15 | 0.00 | 0.92 0.05 |
XYZ | 57.6305 | 77.2735 | 12.5397 |
Yxy | 77.2735 | 0.3909 | 0.5241 |
Hunter Lab | 87.9053 | -36.8103 | 53.0760 |
CIE-Lab | 90.4473 | -35.6290 | 86.2240 |
#cef314 color RGB value is (206,243,20).
#cef314 hex color red value is 206, green value is 243 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cef314 hue: 0.19 , saturation: 0.90 and the lightness value of cef314 is 0.52.
The process color (four color CMYK) of #cef314 color hex is 0.15, 0.00, 0.92, 0.05. Web safe color of #cef314 is #ccff00. Color #cef314 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11110011 | 00010100 |
Octal | 316 | 363 | 24 |
Decimal | 206 | 243 | 20 |
Hex | CE | F3 | 14 |
Shades of #cef314
Tints of #cef314
RGB Percentages of Color #cef314
CMYK Percentages of Color #cef314
Complementary Color
#cef314 | #3914f3 |
#cef314 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cef314 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cef314 Color CSS Codes
.mybgcolor {background-color:#cef314; } .myforecolor {color:#cef314; } .mybordercolor {border:3px solid #cef314; }
#cef314 Text Font Color
<p style="color:#cef314">Text here</p>
This sample text font color is #cef314
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.
#cef314 Background Color
<div style="background-color:#cef314">
Div content here</div>
This div background color is #cef314
#cef314 Border Color
<div style="border:3px solid #cef314">
Div here</div>
This div border color is #cef314
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,243,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cef314; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cef314; -webkit-box-shadow: 1px 1px 3px 2px #cef314; box-shadow: 1px 1px 3px 2px #cef314; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,243,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cef314">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cef314; -webkit-box-shadow: 1px 1px 3px 2px #cef314; box-shadow: 1px 1px 3px 2px #cef314;">
Div content here</div>
This div box has shadow with color #cef314
Comments
No comments written yet.
Please login to write comment.