Color spaces of #cfecba
RGB | 207 | 236 | 186 |
---|---|---|---|
HSL | 0.26 | 0.57 | 0.83 |
HSV | 95° | 21° | 93° |
CMYK | 0.12 | 0.00 | 0.21 0.07 |
XYZ | 64.5905 | 76.8015 | 57.8743 |
Yxy | 76.8015 | 0.3241 | 0.3854 |
Hunter Lab | 87.6365 | -21.8044 | 22.1910 |
CIE-Lab | 90.2302 | -18.2997 | 21.1467 |
#cfecba color RGB value is (207,236,186).
#cfecba hex color red value is 207, green value is 236 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cfecba hue: 0.26 , saturation: 0.57 and the lightness value of cfecba is 0.83.
The process color (four color CMYK) of #cfecba color hex is 0.12, 0.00, 0.21, 0.07. Web safe color of #cfecba is #ccffcc. Color #cfecba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101100 | 10111010 |
Octal | 317 | 354 | 272 |
Decimal | 207 | 236 | 186 |
Hex | CF | EC | BA |
Shades of #cfecba
Tints of #cfecba
RGB Percentages of Color #cfecba
CMYK Percentages of Color #cfecba
Complementary Color
#cfecba | #d7baec |
#cfecba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfecba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfecba Color CSS Codes
.mybgcolor {background-color:#cfecba; } .myforecolor {color:#cfecba; } .mybordercolor {border:3px solid #cfecba; }
#cfecba Text Font Color
<p style="color:#cfecba">Text here</p>
This sample text font color is #cfecba
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.
#cfecba Background Color
<div style="background-color:#cfecba">
Div content here</div>
This div background color is #cfecba
#cfecba Border Color
<div style="border:3px solid #cfecba">
Div here</div>
This div border color is #cfecba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,236,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfecba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfecba; -webkit-box-shadow: 1px 1px 3px 2px #cfecba; box-shadow: 1px 1px 3px 2px #cfecba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,236,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfecba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfecba; -webkit-box-shadow: 1px 1px 3px 2px #cfecba; box-shadow: 1px 1px 3px 2px #cfecba;">
Div content here</div>
This div box has shadow with color #cfecba
Comments
No comments written yet.
Please login to write comment.