Color spaces of #ccfbc1
RGB | 204 | 251 | 193 |
---|---|---|---|
HSL | 0.30 | 0.88 | 0.87 |
HSV | 109° | 23° | 98° |
CMYK | 0.19 | 0.00 | 0.23 0.02 |
XYZ | 69.0247 | 85.6820 | 63.3524 |
Yxy | 85.6820 | 0.3165 | 0.3929 |
Hunter Lab | 92.5646 | -28.8819 | 24.2164 |
CIE-Lab | 94.1762 | -25.4710 | 22.9919 |
#ccfbc1 color RGB value is (204,251,193).
#ccfbc1 hex color red value is 204, green value is 251 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ccfbc1 hue: 0.30 , saturation: 0.88 and the lightness value of ccfbc1 is 0.87.
The process color (four color CMYK) of #ccfbc1 color hex is 0.19, 0.00, 0.23, 0.02. Web safe color of #ccfbc1 is #ccffcc. Color #ccfbc1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11111011 | 11000001 |
Octal | 314 | 373 | 301 |
Decimal | 204 | 251 | 193 |
Hex | CC | FB | C1 |
Shades of #ccfbc1
Tints of #ccfbc1
RGB Percentages of Color #ccfbc1
CMYK Percentages of Color #ccfbc1
Complementary Color
#ccfbc1 | #f0c1fb |
#ccfbc1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccfbc1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccfbc1 Color CSS Codes
.mybgcolor {background-color:#ccfbc1; } .myforecolor {color:#ccfbc1; } .mybordercolor {border:3px solid #ccfbc1; }
#ccfbc1 Text Font Color
<p style="color:#ccfbc1">Text here</p>
This sample text font color is #ccfbc1
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.
#ccfbc1 Background Color
<div style="background-color:#ccfbc1">
Div content here</div>
This div background color is #ccfbc1
#ccfbc1 Border Color
<div style="border:3px solid #ccfbc1">
Div here</div>
This div border color is #ccfbc1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,251,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccfbc1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccfbc1; -webkit-box-shadow: 1px 1px 3px 2px #ccfbc1; box-shadow: 1px 1px 3px 2px #ccfbc1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,251,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccfbc1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccfbc1; -webkit-box-shadow: 1px 1px 3px 2px #ccfbc1; box-shadow: 1px 1px 3px 2px #ccfbc1;">
Div content here</div>
This div box has shadow with color #ccfbc1
Comments
No comments written yet.
Please login to write comment.