Color spaces of #cfd98e
RGB | 207 | 217 | 142 |
---|---|---|---|
HSL | 0.19 | 0.50 | 0.70 |
HSV | 68° | 35° | 85° |
CMYK | 0.05 | 0.00 | 0.35 0.15 |
XYZ | 55.4275 | 64.8441 | 35.1860 |
Yxy | 64.8441 | 0.3565 | 0.4171 |
Hunter Lab | 80.5258 | -18.0552 | 30.4611 |
CIE-Lab | 84.4033 | -15.0398 | 35.8631 |
#cfd98e color RGB value is (207,217,142).
#cfd98e hex color red value is 207, green value is 217 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cfd98e hue: 0.19 , saturation: 0.50 and the lightness value of cfd98e is 0.70.
The process color (four color CMYK) of #cfd98e color hex is 0.05, 0.00, 0.35, 0.15. Web safe color of #cfd98e is #cccc99. Color #cfd98e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011001 | 10001110 |
Octal | 317 | 331 | 216 |
Decimal | 207 | 217 | 142 |
Hex | CF | D9 | 8E |
Shades of #cfd98e
Tints of #cfd98e
RGB Percentages of Color #cfd98e
CMYK Percentages of Color #cfd98e
Complementary Color
#cfd98e | #988ed9 |
#cfd98e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfd98e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfd98e Color CSS Codes
.mybgcolor {background-color:#cfd98e; } .myforecolor {color:#cfd98e; } .mybordercolor {border:3px solid #cfd98e; }
#cfd98e Text Font Color
<p style="color:#cfd98e">Text here</p>
This sample text font color is #cfd98e
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.
#cfd98e Background Color
<div style="background-color:#cfd98e">
Div content here</div>
This div background color is #cfd98e
#cfd98e Border Color
<div style="border:3px solid #cfd98e">
Div here</div>
This div border color is #cfd98e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,217,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfd98e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfd98e; -webkit-box-shadow: 1px 1px 3px 2px #cfd98e; box-shadow: 1px 1px 3px 2px #cfd98e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,217,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfd98e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfd98e; -webkit-box-shadow: 1px 1px 3px 2px #cfd98e; box-shadow: 1px 1px 3px 2px #cfd98e;">
Div content here</div>
This div box has shadow with color #cfd98e
Comments
No comments written yet.
Please login to write comment.