Color spaces of #ccee2e
RGB | 204 | 238 | 46 |
---|---|---|---|
HSL | 0.20 | 0.85 | 0.56 |
HSV | 71° | 81° | 93° |
CMYK | 0.14 | 0.00 | 0.81 0.07 |
XYZ | 55.9695 | 74.1837 | 13.9537 |
Yxy | 74.1837 | 0.3884 | 0.5148 |
Hunter Lab | 86.1300 | -34.7335 | 50.6855 |
CIE-Lab | 89.0092 | -33.5356 | 80.2165 |
#ccee2e color RGB value is (204,238,46).
#ccee2e hex color red value is 204, green value is 238 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ccee2e hue: 0.20 , saturation: 0.85 and the lightness value of ccee2e is 0.56.
The process color (four color CMYK) of #ccee2e color hex is 0.14, 0.00, 0.81, 0.07. Web safe color of #ccee2e is #ccff33. Color #ccee2e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101110 | 00101110 |
Octal | 314 | 356 | 56 |
Decimal | 204 | 238 | 46 |
Hex | CC | EE | 2E |
Shades of #ccee2e
Tints of #ccee2e
RGB Percentages of Color #ccee2e
CMYK Percentages of Color #ccee2e
Complementary Color
#ccee2e | #502eee |
#ccee2e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccee2e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccee2e Color CSS Codes
.mybgcolor {background-color:#ccee2e; } .myforecolor {color:#ccee2e; } .mybordercolor {border:3px solid #ccee2e; }
#ccee2e Text Font Color
<p style="color:#ccee2e">Text here</p>
This sample text font color is #ccee2e
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.
#ccee2e Background Color
<div style="background-color:#ccee2e">
Div content here</div>
This div background color is #ccee2e
#ccee2e Border Color
<div style="border:3px solid #ccee2e">
Div here</div>
This div border color is #ccee2e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,238,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccee2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccee2e; -webkit-box-shadow: 1px 1px 3px 2px #ccee2e; box-shadow: 1px 1px 3px 2px #ccee2e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,238,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccee2e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccee2e; -webkit-box-shadow: 1px 1px 3px 2px #ccee2e; box-shadow: 1px 1px 3px 2px #ccee2e;">
Div content here</div>
This div box has shadow with color #ccee2e
Comments
No comments written yet.
Please login to write comment.