Color spaces of #cffbec
RGB | 207 | 251 | 236 |
---|---|---|---|
HSL | 0.44 | 0.85 | 0.90 |
HSV | 160° | 18° | 98° |
CMYK | 0.18 | 0.00 | 0.06 0.02 |
XYZ | 75.3696 | 88.3159 | 92.4311 |
Yxy | 88.3159 | 0.2943 | 0.3448 |
Hunter Lab | 93.9765 | -21.3012 | 7.4686 |
CIE-Lab | 95.2938 | -16.9190 | 2.5137 |
#cffbec color RGB value is (207,251,236).
#cffbec hex color red value is 207, green value is 251 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cffbec hue: 0.44 , saturation: 0.85 and the lightness value of cffbec is 0.90.
The process color (four color CMYK) of #cffbec color hex is 0.18, 0.00, 0.06, 0.02. Web safe color of #cffbec is #ccffff. Color #cffbec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111011 | 11101100 |
Octal | 317 | 373 | 354 |
Decimal | 207 | 251 | 236 |
Hex | CF | FB | EC |
Shades of #cffbec
Tints of #cffbec
RGB Percentages of Color #cffbec
CMYK Percentages of Color #cffbec
Complementary Color
#cffbec | #fbcfde |
#cffbec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffbec Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffbec Color CSS Codes
.mybgcolor {background-color:#cffbec; } .myforecolor {color:#cffbec; } .mybordercolor {border:3px solid #cffbec; }
#cffbec Text Font Color
<p style="color:#cffbec">Text here</p>
This sample text font color is #cffbec
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.
#cffbec Background Color
<div style="background-color:#cffbec">
Div content here</div>
This div background color is #cffbec
#cffbec Border Color
<div style="border:3px solid #cffbec">
Div here</div>
This div border color is #cffbec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,251,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffbec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffbec; -webkit-box-shadow: 1px 1px 3px 2px #cffbec; box-shadow: 1px 1px 3px 2px #cffbec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,251,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffbec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffbec; -webkit-box-shadow: 1px 1px 3px 2px #cffbec; box-shadow: 1px 1px 3px 2px #cffbec;">
Div content here</div>
This div box has shadow with color #cffbec
Comments
No comments written yet.
Please login to write comment.