Color spaces of #c2eabf
RGB | 194 | 234 | 191 |
---|---|---|---|
HSL | 0.32 | 0.51 | 0.83 |
HSV | 116° | 18° | 92° |
CMYK | 0.17 | 0.00 | 0.18 0.08 |
XYZ | 61.0749 | 74.0766 | 60.3694 |
Yxy | 74.0766 | 0.3124 | 0.3789 |
Hunter Lab | 86.0678 | -23.9525 | 18.6604 |
CIE-Lab | 88.9587 | -20.9439 | 16.6589 |
#c2eabf color RGB value is (194,234,191).
#c2eabf hex color red value is 194, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c2eabf hue: 0.32 , saturation: 0.51 and the lightness value of c2eabf is 0.83.
The process color (four color CMYK) of #c2eabf color hex is 0.17, 0.00, 0.18, 0.08. Web safe color of #c2eabf is #ccffcc. Color #c2eabf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11101010 | 10111111 |
Octal | 302 | 352 | 277 |
Decimal | 194 | 234 | 191 |
Hex | C2 | EA | BF |
Shades of #c2eabf
Tints of #c2eabf
RGB Percentages of Color #c2eabf
CMYK Percentages of Color #c2eabf
Complementary Color
#c2eabf | #e7bfea |
#c2eabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2eabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2eabf Color CSS Codes
.mybgcolor {background-color:#c2eabf; } .myforecolor {color:#c2eabf; } .mybordercolor {border:3px solid #c2eabf; }
#c2eabf Text Font Color
<p style="color:#c2eabf">Text here</p>
This sample text font color is #c2eabf
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.
#c2eabf Background Color
<div style="background-color:#c2eabf">
Div content here</div>
This div background color is #c2eabf
#c2eabf Border Color
<div style="border:3px solid #c2eabf">
Div here</div>
This div border color is #c2eabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,234,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2eabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2eabf; -webkit-box-shadow: 1px 1px 3px 2px #c2eabf; box-shadow: 1px 1px 3px 2px #c2eabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,234,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2eabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2eabf; -webkit-box-shadow: 1px 1px 3px 2px #c2eabf; box-shadow: 1px 1px 3px 2px #c2eabf;">
Div content here</div>
This div box has shadow with color #c2eabf
Comments
No comments written yet.
Please login to write comment.