Color spaces of #cfed5f
RGB | 207 | 237 | 95 |
---|---|---|---|
HSL | 0.20 | 0.80 | 0.65 |
HSV | 73° | 60° | 93° |
CMYK | 0.13 | 0.00 | 0.60 0.07 |
XYZ | 58.0819 | 74.6600 | 22.1761 |
Yxy | 74.6600 | 0.3749 | 0.4819 |
Hunter Lab | 86.4060 | -31.2233 | 45.2674 |
CIE-Lab | 89.2335 | -29.2948 | 63.7654 |
#cfed5f color RGB value is (207,237,95).
#cfed5f hex color red value is 207, green value is 237 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cfed5f hue: 0.20 , saturation: 0.80 and the lightness value of cfed5f is 0.65.
The process color (four color CMYK) of #cfed5f color hex is 0.13, 0.00, 0.60, 0.07. Web safe color of #cfed5f is #ccff66. Color #cfed5f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101101 | 01011111 |
Octal | 317 | 355 | 137 |
Decimal | 207 | 237 | 95 |
Hex | CF | ED | 5F |
Shades of #cfed5f
Tints of #cfed5f
RGB Percentages of Color #cfed5f
CMYK Percentages of Color #cfed5f
Complementary Color
#cfed5f | #7d5fed |
#cfed5f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfed5f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfed5f Color CSS Codes
.mybgcolor {background-color:#cfed5f; } .myforecolor {color:#cfed5f; } .mybordercolor {border:3px solid #cfed5f; }
#cfed5f Text Font Color
<p style="color:#cfed5f">Text here</p>
This sample text font color is #cfed5f
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.
#cfed5f Background Color
<div style="background-color:#cfed5f">
Div content here</div>
This div background color is #cfed5f
#cfed5f Border Color
<div style="border:3px solid #cfed5f">
Div here</div>
This div border color is #cfed5f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,237,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfed5f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfed5f; -webkit-box-shadow: 1px 1px 3px 2px #cfed5f; box-shadow: 1px 1px 3px 2px #cfed5f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,237,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfed5f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfed5f; -webkit-box-shadow: 1px 1px 3px 2px #cfed5f; box-shadow: 1px 1px 3px 2px #cfed5f;">
Div content here</div>
This div box has shadow with color #cfed5f
Comments
No comments written yet.
Please login to write comment.