Color spaces of #ccf996
RGB | 204 | 249 | 150 |
---|---|---|---|
HSL | 0.24 | 0.89 | 0.78 |
HSV | 87° | 40° | 98° |
CMYK | 0.18 | 0.00 | 0.40 0.02 |
XYZ | 64.2825 | 82.7907 | 41.4463 |
Yxy | 82.7907 | 0.3410 | 0.4392 |
Hunter Lab | 90.9894 | -33.1241 | 36.6856 |
CIE-Lab | 92.9227 | -30.6054 | 42.8521 |
#ccf996 color RGB value is (204,249,150).
#ccf996 hex color red value is 204, green value is 249 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ccf996 hue: 0.24 , saturation: 0.89 and the lightness value of ccf996 is 0.78.
The process color (four color CMYK) of #ccf996 color hex is 0.18, 0.00, 0.40, 0.02. Web safe color of #ccf996 is #ccff99. Color #ccf996 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11111001 | 10010110 |
Octal | 314 | 371 | 226 |
Decimal | 204 | 249 | 150 |
Hex | CC | F9 | 96 |
Shades of #ccf996
Tints of #ccf996
RGB Percentages of Color #ccf996
CMYK Percentages of Color #ccf996
Complementary Color
#ccf996 | #c396f9 |
#ccf996 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccf996 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccf996 Color CSS Codes
.mybgcolor {background-color:#ccf996; } .myforecolor {color:#ccf996; } .mybordercolor {border:3px solid #ccf996; }
#ccf996 Text Font Color
<p style="color:#ccf996">Text here</p>
This sample text font color is #ccf996
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.
#ccf996 Background Color
<div style="background-color:#ccf996">
Div content here</div>
This div background color is #ccf996
#ccf996 Border Color
<div style="border:3px solid #ccf996">
Div here</div>
This div border color is #ccf996
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,249,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccf996; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccf996; -webkit-box-shadow: 1px 1px 3px 2px #ccf996; box-shadow: 1px 1px 3px 2px #ccf996; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,249,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccf996">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccf996; -webkit-box-shadow: 1px 1px 3px 2px #ccf996; box-shadow: 1px 1px 3px 2px #ccf996;">
Div content here</div>
This div box has shadow with color #ccf996
Comments
No comments written yet.
Please login to write comment.