Color spaces of #cffcec
RGB | 207 | 252 | 236 |
---|---|---|---|
HSL | 0.44 | 0.88 | 0.90 |
HSV | 159° | 18° | 99° |
CMYK | 0.18 | 0.00 | 0.06 0.01 |
XYZ | 75.6829 | 88.9423 | 92.5356 |
Yxy | 88.9423 | 0.2943 | 0.3459 |
Hunter Lab | 94.3092 | -21.7954 | 7.8415 |
CIE-Lab | 95.5563 | -17.4101 | 2.8950 |
#cffcec color RGB value is (207,252,236).
#cffcec hex color red value is 207, green value is 252 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cffcec hue: 0.44 , saturation: 0.88 and the lightness value of cffcec is 0.90.
The process color (four color CMYK) of #cffcec color hex is 0.18, 0.00, 0.06, 0.01. Web safe color of #cffcec is #ccffff. Color #cffcec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111100 | 11101100 |
Octal | 317 | 374 | 354 |
Decimal | 207 | 252 | 236 |
Hex | CF | FC | EC |
Shades of #cffcec
Tints of #cffcec
RGB Percentages of Color #cffcec
CMYK Percentages of Color #cffcec
Complementary Color
#cffcec | #fccfdf |
#cffcec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffcec Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffcec Color CSS Codes
.mybgcolor {background-color:#cffcec; } .myforecolor {color:#cffcec; } .mybordercolor {border:3px solid #cffcec; }
#cffcec Text Font Color
<p style="color:#cffcec">Text here</p>
This sample text font color is #cffcec
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.
#cffcec Background Color
<div style="background-color:#cffcec">
Div content here</div>
This div background color is #cffcec
#cffcec Border Color
<div style="border:3px solid #cffcec">
Div here</div>
This div border color is #cffcec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,252,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffcec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffcec; -webkit-box-shadow: 1px 1px 3px 2px #cffcec; box-shadow: 1px 1px 3px 2px #cffcec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,252,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 #cffcec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffcec; -webkit-box-shadow: 1px 1px 3px 2px #cffcec; box-shadow: 1px 1px 3px 2px #cffcec;">
Div content here</div>
This div box has shadow with color #cffcec
Comments
No comments written yet.
Please login to write comment.