Color spaces of #cfe27e
RGB | 207 | 226 | 126 |
---|---|---|---|
HSL | 0.20 | 0.63 | 0.69 |
HSV | 71° | 44° | 89° |
CMYK | 0.08 | 0.00 | 0.44 0.11 |
XYZ | 56.6944 | 69.1645 | 30.1006 |
Yxy | 69.1645 | 0.3635 | 0.4435 |
Hunter Lab | 83.1652 | -23.8542 | 36.7564 |
CIE-Lab | 86.5854 | -21.2867 | 46.5843 |
#cfe27e color RGB value is (207,226,126).
#cfe27e hex color red value is 207, green value is 226 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cfe27e hue: 0.20 , saturation: 0.63 and the lightness value of cfe27e is 0.69.
The process color (four color CMYK) of #cfe27e color hex is 0.08, 0.00, 0.44, 0.11. Web safe color of #cfe27e is #cccc66. Color #cfe27e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11100010 | 01111110 |
Octal | 317 | 342 | 176 |
Decimal | 207 | 226 | 126 |
Hex | CF | E2 | 7E |
Shades of #cfe27e
Tints of #cfe27e
RGB Percentages of Color #cfe27e
CMYK Percentages of Color #cfe27e
Complementary Color
#cfe27e | #917ee2 |
#cfe27e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe27e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe27e Color CSS Codes
.mybgcolor {background-color:#cfe27e; } .myforecolor {color:#cfe27e; } .mybordercolor {border:3px solid #cfe27e; }
#cfe27e Text Font Color
<p style="color:#cfe27e">Text here</p>
This sample text font color is #cfe27e
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.
#cfe27e Background Color
<div style="background-color:#cfe27e">
Div content here</div>
This div background color is #cfe27e
#cfe27e Border Color
<div style="border:3px solid #cfe27e">
Div here</div>
This div border color is #cfe27e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,226,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe27e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe27e; -webkit-box-shadow: 1px 1px 3px 2px #cfe27e; box-shadow: 1px 1px 3px 2px #cfe27e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,226,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfe27e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe27e; -webkit-box-shadow: 1px 1px 3px 2px #cfe27e; box-shadow: 1px 1px 3px 2px #cfe27e;">
Div content here</div>
This div box has shadow with color #cfe27e
Comments
No comments written yet.
Please login to write comment.