Color spaces of #cfebcf
RGB | 207 | 235 | 207 |
---|---|---|---|
HSL | 0.33 | 0.41 | 0.87 |
HSV | 120° | 12° | 92° |
CMYK | 0.12 | 0.00 | 0.12 0.08 |
XYZ | 66.7029 | 77.1871 | 70.4145 |
Yxy | 77.1871 | 0.3113 | 0.3602 |
Hunter Lab | 87.8562 | -18.2261 | 13.9799 |
CIE-Lab | 90.4077 | -14.3239 | 10.5075 |
#cfebcf color RGB value is (207,235,207).
#cfebcf hex color red value is 207, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cfebcf hue: 0.33 , saturation: 0.41 and the lightness value of cfebcf is 0.87.
The process color (four color CMYK) of #cfebcf color hex is 0.12, 0.00, 0.12, 0.08. Web safe color of #cfebcf is #ccffcc. Color #cfebcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101011 | 11001111 |
Octal | 317 | 353 | 317 |
Decimal | 207 | 235 | 207 |
Hex | CF | EB | CF |
Shades of #cfebcf
Tints of #cfebcf
RGB Percentages of Color #cfebcf
CMYK Percentages of Color #cfebcf
Complementary Color
#cfebcf | #ebcfeb |
#cfebcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfebcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfebcf Color CSS Codes
.mybgcolor {background-color:#cfebcf; } .myforecolor {color:#cfebcf; } .mybordercolor {border:3px solid #cfebcf; }
#cfebcf Text Font Color
<p style="color:#cfebcf">Text here</p>
This sample text font color is #cfebcf
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.
#cfebcf Background Color
<div style="background-color:#cfebcf">
Div content here</div>
This div background color is #cfebcf
#cfebcf Border Color
<div style="border:3px solid #cfebcf">
Div here</div>
This div border color is #cfebcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,235,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfebcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfebcf; -webkit-box-shadow: 1px 1px 3px 2px #cfebcf; box-shadow: 1px 1px 3px 2px #cfebcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,235,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfebcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfebcf; -webkit-box-shadow: 1px 1px 3px 2px #cfebcf; box-shadow: 1px 1px 3px 2px #cfebcf;">
Div content here</div>
This div box has shadow with color #cfebcf
Comments
No comments written yet.
Please login to write comment.