Color spaces of #c3ee2d
RGB | 195 | 238 | 45 |
---|---|---|---|
HSL | 0.20 | 0.85 | 0.55 |
HSV | 73° | 81° | 93° |
CMYK | 0.18 | 0.00 | 0.81 0.07 |
XYZ | 53.5539 | 72.9406 | 13.7390 |
Yxy | 72.9406 | 0.3819 | 0.5201 |
Hunter Lab | 85.4053 | -37.5297 | 50.2458 |
CIE-Lab | 88.4194 | -37.1112 | 79.7194 |
#c3ee2d color RGB value is (195,238,45).
#c3ee2d hex color red value is 195, green value is 238 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c3ee2d hue: 0.20 , saturation: 0.85 and the lightness value of c3ee2d is 0.55.
The process color (four color CMYK) of #c3ee2d color hex is 0.18, 0.00, 0.81, 0.07. Web safe color of #c3ee2d is #ccff33. Color #c3ee2d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 11101110 | 00101101 |
Octal | 303 | 356 | 55 |
Decimal | 195 | 238 | 45 |
Hex | C3 | EE | 2D |
Shades of #c3ee2d
Tints of #c3ee2d
RGB Percentages of Color #c3ee2d
CMYK Percentages of Color #c3ee2d
Complementary Color
#c3ee2d | #582dee |
#c3ee2d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3ee2d Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3ee2d Color CSS Codes
.mybgcolor {background-color:#c3ee2d; } .myforecolor {color:#c3ee2d; } .mybordercolor {border:3px solid #c3ee2d; }
#c3ee2d Text Font Color
<p style="color:#c3ee2d">Text here</p>
This sample text font color is #c3ee2d
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.
#c3ee2d Background Color
<div style="background-color:#c3ee2d">
Div content here</div>
This div background color is #c3ee2d
#c3ee2d Border Color
<div style="border:3px solid #c3ee2d">
Div here</div>
This div border color is #c3ee2d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,238,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3ee2d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3ee2d; -webkit-box-shadow: 1px 1px 3px 2px #c3ee2d; box-shadow: 1px 1px 3px 2px #c3ee2d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,238,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c3ee2d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3ee2d; -webkit-box-shadow: 1px 1px 3px 2px #c3ee2d; box-shadow: 1px 1px 3px 2px #c3ee2d;">
Div content here</div>
This div box has shadow with color #c3ee2d
Comments
No comments written yet.
Please login to write comment.