Color spaces of #c2dfba
RGB | 194 | 223 | 186 |
---|---|---|---|
HSL | 0.30 | 0.37 | 0.80 |
HSV | 107° | 17° | 87° |
CMYK | 0.13 | 0.00 | 0.17 0.13 |
XYZ | 57.4987 | 67.7899 | 56.5086 |
Yxy | 67.7899 | 0.3163 | 0.3729 |
Hunter Lab | 82.3346 | -19.4294 | 16.9418 |
CIE-Lab | 85.9013 | -16.3567 | 14.9676 |
#c2dfba color RGB value is (194,223,186).
#c2dfba hex color red value is 194, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c2dfba hue: 0.30 , saturation: 0.37 and the lightness value of c2dfba is 0.80.
The process color (four color CMYK) of #c2dfba color hex is 0.13, 0.00, 0.17, 0.13. Web safe color of #c2dfba is #cccccc. Color #c2dfba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11011111 | 10111010 |
Octal | 302 | 337 | 272 |
Decimal | 194 | 223 | 186 |
Hex | C2 | DF | BA |
Shades of #c2dfba
Tints of #c2dfba
RGB Percentages of Color #c2dfba
CMYK Percentages of Color #c2dfba
Complementary Color
#c2dfba | #d7badf |
#c2dfba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2dfba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2dfba Color CSS Codes
.mybgcolor {background-color:#c2dfba; } .myforecolor {color:#c2dfba; } .mybordercolor {border:3px solid #c2dfba; }
#c2dfba Text Font Color
<p style="color:#c2dfba">Text here</p>
This sample text font color is #c2dfba
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.
#c2dfba Background Color
<div style="background-color:#c2dfba">
Div content here</div>
This div background color is #c2dfba
#c2dfba Border Color
<div style="border:3px solid #c2dfba">
Div here</div>
This div border color is #c2dfba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,223,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2dfba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2dfba; -webkit-box-shadow: 1px 1px 3px 2px #c2dfba; box-shadow: 1px 1px 3px 2px #c2dfba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,223,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 #c2dfba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2dfba; -webkit-box-shadow: 1px 1px 3px 2px #c2dfba; box-shadow: 1px 1px 3px 2px #c2dfba;">
Div content here</div>
This div box has shadow with color #c2dfba
Comments
No comments written yet.
Please login to write comment.