Color spaces of #c9efac
RGB | 201 | 239 | 172 |
---|---|---|---|
HSL | 0.26 | 0.68 | 0.81 |
HSV | 94° | 28° | 94° |
CMYK | 0.16 | 0.00 | 0.28 0.06 |
XYZ | 62.4003 | 77.1291 | 50.6283 |
Yxy | 77.1291 | 0.3282 | 0.4056 |
Hunter Lab | 87.8232 | -26.8624 | 27.2967 |
CIE-Lab | 90.3810 | -23.9758 | 28.4716 |
#c9efac color RGB value is (201,239,172).
#c9efac hex color red value is 201, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c9efac hue: 0.26 , saturation: 0.68 and the lightness value of c9efac is 0.81.
The process color (four color CMYK) of #c9efac color hex is 0.16, 0.00, 0.28, 0.06. Web safe color of #c9efac is #ccff99. Color #c9efac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 11101111 | 10101100 |
Octal | 311 | 357 | 254 |
Decimal | 201 | 239 | 172 |
Hex | C9 | EF | AC |
Shades of #c9efac
Tints of #c9efac
RGB Percentages of Color #c9efac
CMYK Percentages of Color #c9efac
Complementary Color
#c9efac | #d2acef |
#c9efac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9efac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9efac Color CSS Codes
.mybgcolor {background-color:#c9efac; } .myforecolor {color:#c9efac; } .mybordercolor {border:3px solid #c9efac; }
#c9efac Text Font Color
<p style="color:#c9efac">Text here</p>
This sample text font color is #c9efac
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.
#c9efac Background Color
<div style="background-color:#c9efac">
Div content here</div>
This div background color is #c9efac
#c9efac Border Color
<div style="border:3px solid #c9efac">
Div here</div>
This div border color is #c9efac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,239,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9efac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9efac; -webkit-box-shadow: 1px 1px 3px 2px #c9efac; box-shadow: 1px 1px 3px 2px #c9efac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,239,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9efac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9efac; -webkit-box-shadow: 1px 1px 3px 2px #c9efac; box-shadow: 1px 1px 3px 2px #c9efac;">
Div content here</div>
This div box has shadow with color #c9efac
Comments
No comments written yet.
Please login to write comment.