Color spaces of #cffeba
RGB | 207 | 254 | 186 |
---|---|---|---|
HSL | 0.28 | 0.97 | 0.86 |
HSV | 101° | 27° | 100° |
CMYK | 0.19 | 0.00 | 0.27 0.00 |
XYZ | 70.0369 | 87.6942 | 59.6897 |
Yxy | 87.6942 | 0.3221 | 0.4033 |
Hunter Lab | 93.6452 | -30.3795 | 27.7600 |
CIE-Lab | 95.0320 | -26.9736 | 27.7492 |
#cffeba color RGB value is (207,254,186).
#cffeba hex color red value is 207, green value is 254 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cffeba hue: 0.28 , saturation: 0.97 and the lightness value of cffeba is 0.86.
The process color (four color CMYK) of #cffeba color hex is 0.19, 0.00, 0.27, 0.00. Web safe color of #cffeba is #ccffcc. Color #cffeba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111110 | 10111010 |
Octal | 317 | 376 | 272 |
Decimal | 207 | 254 | 186 |
Hex | CF | FE | BA |
Shades of #cffeba
Tints of #cffeba
RGB Percentages of Color #cffeba
CMYK Percentages of Color #cffeba
Complementary Color
#cffeba | #e9bafe |
#cffeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffeba Color CSS Codes
.mybgcolor {background-color:#cffeba; } .myforecolor {color:#cffeba; } .mybordercolor {border:3px solid #cffeba; }
#cffeba Text Font Color
<p style="color:#cffeba">Text here</p>
This sample text font color is #cffeba
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.
#cffeba Background Color
<div style="background-color:#cffeba">
Div content here</div>
This div background color is #cffeba
#cffeba Border Color
<div style="border:3px solid #cffeba">
Div here</div>
This div border color is #cffeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,254,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffeba; -webkit-box-shadow: 1px 1px 3px 2px #cffeba; box-shadow: 1px 1px 3px 2px #cffeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,254,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffeba; -webkit-box-shadow: 1px 1px 3px 2px #cffeba; box-shadow: 1px 1px 3px 2px #cffeba;">
Div content here</div>
This div box has shadow with color #cffeba
Comments
No comments written yet.
Please login to write comment.