Color spaces of #cef953
RGB | 206 | 249 | 83 |
---|---|---|---|
HSL | 0.21 | 0.93 | 0.65 |
HSV | 76° | 67° | 98° |
CMYK | 0.17 | 0.00 | 0.67 0.02 |
XYZ | 60.8906 | 81.4977 | 20.7050 |
Yxy | 81.4977 | 0.3733 | 0.4997 |
Hunter Lab | 90.2761 | -37.5861 | 49.5950 |
CIE-Lab | 92.3527 | -36.0078 | 71.8052 |
#cef953 color RGB value is (206,249,83).
#cef953 hex color red value is 206, green value is 249 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cef953 hue: 0.21 , saturation: 0.93 and the lightness value of cef953 is 0.65.
The process color (four color CMYK) of #cef953 color hex is 0.17, 0.00, 0.67, 0.02. Web safe color of #cef953 is #ccff66. Color #cef953 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11111001 | 01010011 |
Octal | 316 | 371 | 123 |
Decimal | 206 | 249 | 83 |
Hex | CE | F9 | 53 |
Shades of #cef953
Tints of #cef953
RGB Percentages of Color #cef953
CMYK Percentages of Color #cef953
Complementary Color
#cef953 | #7e53f9 |
#cef953 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cef953 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cef953 Color CSS Codes
.mybgcolor {background-color:#cef953; } .myforecolor {color:#cef953; } .mybordercolor {border:3px solid #cef953; }
#cef953 Text Font Color
<p style="color:#cef953">Text here</p>
This sample text font color is #cef953
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.
#cef953 Background Color
<div style="background-color:#cef953">
Div content here</div>
This div background color is #cef953
#cef953 Border Color
<div style="border:3px solid #cef953">
Div here</div>
This div border color is #cef953
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,249,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cef953; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cef953; -webkit-box-shadow: 1px 1px 3px 2px #cef953; box-shadow: 1px 1px 3px 2px #cef953; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,249,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cef953">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cef953; -webkit-box-shadow: 1px 1px 3px 2px #cef953; box-shadow: 1px 1px 3px 2px #cef953;">
Div content here</div>
This div box has shadow with color #cef953
Comments
No comments written yet.
Please login to write comment.