Color spaces of #cce642
RGB | 204 | 230 | 66 |
---|---|---|---|
HSL | 0.19 | 0.77 | 0.58 |
HSV | 70° | 71° | 90° |
CMYK | 0.11 | 0.00 | 0.71 0.10 |
XYZ | 54.1820 | 69.8243 | 15.7760 |
Yxy | 69.8243 | 0.3876 | 0.4995 |
Hunter Lab | 83.5609 | -30.4899 | 47.2989 |
CIE-Lab | 86.9106 | -28.9997 | 72.3870 |
#cce642 color RGB value is (204,230,66).
#cce642 hex color red value is 204, green value is 230 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cce642 hue: 0.19 , saturation: 0.77 and the lightness value of cce642 is 0.58.
The process color (four color CMYK) of #cce642 color hex is 0.11, 0.00, 0.71, 0.10. Web safe color of #cce642 is #ccff33. Color #cce642 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11100110 | 01000010 |
Octal | 314 | 346 | 102 |
Decimal | 204 | 230 | 66 |
Hex | CC | E6 | 42 |
Shades of #cce642
Tints of #cce642
RGB Percentages of Color #cce642
CMYK Percentages of Color #cce642
Complementary Color
#cce642 | #5c42e6 |
#cce642 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cce642 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cce642 Color CSS Codes
.mybgcolor {background-color:#cce642; } .myforecolor {color:#cce642; } .mybordercolor {border:3px solid #cce642; }
#cce642 Text Font Color
<p style="color:#cce642">Text here</p>
This sample text font color is #cce642
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.
#cce642 Background Color
<div style="background-color:#cce642">
Div content here</div>
This div background color is #cce642
#cce642 Border Color
<div style="border:3px solid #cce642">
Div here</div>
This div border color is #cce642
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,230,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cce642; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cce642; -webkit-box-shadow: 1px 1px 3px 2px #cce642; box-shadow: 1px 1px 3px 2px #cce642; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,230,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cce642">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cce642; -webkit-box-shadow: 1px 1px 3px 2px #cce642; box-shadow: 1px 1px 3px 2px #cce642;">
Div content here</div>
This div box has shadow with color #cce642
Comments
No comments written yet.
Please login to write comment.