Color spaces of #cffca1
RGB | 207 | 252 | 161 |
---|---|---|---|
HSL | 0.25 | 0.94 | 0.81 |
HSV | 90° | 36° | 99° |
CMYK | 0.18 | 0.00 | 0.36 0.01 |
XYZ | 66.9756 | 85.4594 | 46.6835 |
Yxy | 85.4594 | 0.3364 | 0.4292 |
Hunter Lab | 92.4443 | -32.4547 | 34.7701 |
CIE-Lab | 94.0807 | -29.5514 | 38.9840 |
#cffca1 color RGB value is (207,252,161).
#cffca1 hex color red value is 207, green value is 252 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #cffca1 hue: 0.25 , saturation: 0.94 and the lightness value of cffca1 is 0.81.
The process color (four color CMYK) of #cffca1 color hex is 0.18, 0.00, 0.36, 0.01. Web safe color of #cffca1 is #ccff99. Color #cffca1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111100 | 10100001 |
Octal | 317 | 374 | 241 |
Decimal | 207 | 252 | 161 |
Hex | CF | FC | A1 |
Shades of #cffca1
Tints of #cffca1
RGB Percentages of Color #cffca1
CMYK Percentages of Color #cffca1
Complementary Color
#cffca1 | #cea1fc |
#cffca1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffca1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffca1 Color CSS Codes
.mybgcolor {background-color:#cffca1; } .myforecolor {color:#cffca1; } .mybordercolor {border:3px solid #cffca1; }
#cffca1 Text Font Color
<p style="color:#cffca1">Text here</p>
This sample text font color is #cffca1
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.
#cffca1 Background Color
<div style="background-color:#cffca1">
Div content here</div>
This div background color is #cffca1
#cffca1 Border Color
<div style="border:3px solid #cffca1">
Div here</div>
This div border color is #cffca1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,252,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffca1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffca1; -webkit-box-shadow: 1px 1px 3px 2px #cffca1; box-shadow: 1px 1px 3px 2px #cffca1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,252,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffca1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffca1; -webkit-box-shadow: 1px 1px 3px 2px #cffca1; box-shadow: 1px 1px 3px 2px #cffca1;">
Div content here</div>
This div box has shadow with color #cffca1
Comments
No comments written yet.
Please login to write comment.