Color spaces of #c2d344
RGB | 194 | 211 | 68 |
---|---|---|---|
HSL | 0.19 | 0.62 | 0.55 |
HSV | 67° | 68° | 83° |
CMYK | 0.08 | 0.00 | 0.68 0.17 |
XYZ | 46.5858 | 58.4752 | 14.3004 |
Yxy | 58.4752 | 0.3903 | 0.4899 |
Hunter Lab | 76.4691 | -25.0767 | 42.4406 |
CIE-Lab | 81.0023 | -23.8904 | 65.5831 |
#c2d344 color RGB value is (194,211,68).
#c2d344 hex color red value is 194, green value is 211 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #c2d344 hue: 0.19 , saturation: 0.62 and the lightness value of c2d344 is 0.55.
The process color (four color CMYK) of #c2d344 color hex is 0.08, 0.00, 0.68, 0.17. Web safe color of #c2d344 is #cccc33. Color #c2d344 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11010011 | 01000100 |
Octal | 302 | 323 | 104 |
Decimal | 194 | 211 | 68 |
Hex | C2 | D3 | 44 |
Shades of #c2d344
Tints of #c2d344
RGB Percentages of Color #c2d344
CMYK Percentages of Color #c2d344
Complementary Color
#c2d344 | #5544d3 |
#c2d344 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2d344 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2d344 Color CSS Codes
.mybgcolor {background-color:#c2d344; } .myforecolor {color:#c2d344; } .mybordercolor {border:3px solid #c2d344; }
#c2d344 Text Font Color
<p style="color:#c2d344">Text here</p>
This sample text font color is #c2d344
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.
#c2d344 Background Color
<div style="background-color:#c2d344">
Div content here</div>
This div background color is #c2d344
#c2d344 Border Color
<div style="border:3px solid #c2d344">
Div here</div>
This div border color is #c2d344
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,211,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2d344; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2d344; -webkit-box-shadow: 1px 1px 3px 2px #c2d344; box-shadow: 1px 1px 3px 2px #c2d344; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,211,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2d344">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2d344; -webkit-box-shadow: 1px 1px 3px 2px #c2d344; box-shadow: 1px 1px 3px 2px #c2d344;">
Div content here</div>
This div box has shadow with color #c2d344
Comments
No comments written yet.
Please login to write comment.