Color spaces of #cfec69
RGB | 207 | 236 | 105 |
---|---|---|---|
HSL | 0.20 | 0.78 | 0.67 |
HSV | 73° | 56° | 93° |
CMYK | 0.12 | 0.00 | 0.56 0.07 |
XYZ | 58.2774 | 74.2762 | 24.6298 |
Yxy | 74.2762 | 0.3708 | 0.4725 |
Hunter Lab | 86.1836 | -30.1196 | 43.3845 |
CIE-Lab | 89.0529 | -28.0407 | 59.2649 |
#cfec69 color RGB value is (207,236,105).
#cfec69 hex color red value is 207, green value is 236 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cfec69 hue: 0.20 , saturation: 0.78 and the lightness value of cfec69 is 0.67.
The process color (four color CMYK) of #cfec69 color hex is 0.12, 0.00, 0.56, 0.07. Web safe color of #cfec69 is #ccff66. Color #cfec69 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101100 | 01101001 |
Octal | 317 | 354 | 151 |
Decimal | 207 | 236 | 105 |
Hex | CF | EC | 69 |
Shades of #cfec69
Tints of #cfec69
RGB Percentages of Color #cfec69
CMYK Percentages of Color #cfec69
Complementary Color
#cfec69 | #8669ec |
#cfec69 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfec69 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfec69 Color CSS Codes
.mybgcolor {background-color:#cfec69; } .myforecolor {color:#cfec69; } .mybordercolor {border:3px solid #cfec69; }
#cfec69 Text Font Color
<p style="color:#cfec69">Text here</p>
This sample text font color is #cfec69
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.
#cfec69 Background Color
<div style="background-color:#cfec69">
Div content here</div>
This div background color is #cfec69
#cfec69 Border Color
<div style="border:3px solid #cfec69">
Div here</div>
This div border color is #cfec69
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,236,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfec69; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfec69; -webkit-box-shadow: 1px 1px 3px 2px #cfec69; box-shadow: 1px 1px 3px 2px #cfec69; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,236,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfec69">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfec69; -webkit-box-shadow: 1px 1px 3px 2px #cfec69; box-shadow: 1px 1px 3px 2px #cfec69;">
Div content here</div>
This div box has shadow with color #cfec69
Comments
No comments written yet.
Please login to write comment.