Color spaces of #cef949
RGB | 206 | 249 | 73 |
---|---|---|---|
HSL | 0.21 | 0.94 | 0.63 |
HSV | 75° | 71° | 98° |
CMYK | 0.17 | 0.00 | 0.71 0.02 |
XYZ | 60.5319 | 81.3542 | 18.8159 |
Yxy | 81.3542 | 0.3767 | 0.5062 |
Hunter Lab | 90.1966 | -38.0507 | 50.7691 |
CIE-Lab | 92.2891 | -36.5815 | 75.3054 |
#cef949 color RGB value is (206,249,73).
#cef949 hex color red value is 206, green value is 249 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cef949 hue: 0.21 , saturation: 0.94 and the lightness value of cef949 is 0.63.
The process color (four color CMYK) of #cef949 color hex is 0.17, 0.00, 0.71, 0.02. Web safe color of #cef949 is #ccff33. Color #cef949 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11111001 | 01001001 |
Octal | 316 | 371 | 111 |
Decimal | 206 | 249 | 73 |
Hex | CE | F9 | 49 |
Shades of #cef949
Tints of #cef949
RGB Percentages of Color #cef949
CMYK Percentages of Color #cef949
Complementary Color
#cef949 | #7449f9 |
#cef949 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cef949 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cef949 Color CSS Codes
.mybgcolor {background-color:#cef949; } .myforecolor {color:#cef949; } .mybordercolor {border:3px solid #cef949; }
#cef949 Text Font Color
<p style="color:#cef949">Text here</p>
This sample text font color is #cef949
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.
#cef949 Background Color
<div style="background-color:#cef949">
Div content here</div>
This div background color is #cef949
#cef949 Border Color
<div style="border:3px solid #cef949">
Div here</div>
This div border color is #cef949
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,249,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cef949; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cef949; -webkit-box-shadow: 1px 1px 3px 2px #cef949; box-shadow: 1px 1px 3px 2px #cef949; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,249,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cef949">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cef949; -webkit-box-shadow: 1px 1px 3px 2px #cef949; box-shadow: 1px 1px 3px 2px #cef949;">
Div content here</div>
This div box has shadow with color #cef949
Comments
No comments written yet.
Please login to write comment.