Color spaces of #ccea61
RGB | 204 | 234 | 97 |
---|---|---|---|
HSL | 0.20 | 0.77 | 0.65 |
HSV | 73° | 59° | 92° |
CMYK | 0.13 | 0.00 | 0.59 0.08 |
XYZ | 56.4823 | 72.5461 | 22.3351 |
Yxy | 72.5461 | 0.3732 | 0.4793 |
Hunter Lab | 85.1740 | -30.6840 | 44.0742 |
CIE-Lab | 88.2308 | -28.9042 | 61.7561 |
#ccea61 color RGB value is (204,234,97).
#ccea61 hex color red value is 204, green value is 234 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ccea61 hue: 0.20 , saturation: 0.77 and the lightness value of ccea61 is 0.65.
The process color (four color CMYK) of #ccea61 color hex is 0.13, 0.00, 0.59, 0.08. Web safe color of #ccea61 is #ccff66. Color #ccea61 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101010 | 01100001 |
Octal | 314 | 352 | 141 |
Decimal | 204 | 234 | 97 |
Hex | CC | EA | 61 |
Shades of #ccea61
Tints of #ccea61
RGB Percentages of Color #ccea61
CMYK Percentages of Color #ccea61
Complementary Color
#ccea61 | #7f61ea |
#ccea61 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccea61 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccea61 Color CSS Codes
.mybgcolor {background-color:#ccea61; } .myforecolor {color:#ccea61; } .mybordercolor {border:3px solid #ccea61; }
#ccea61 Text Font Color
<p style="color:#ccea61">Text here</p>
This sample text font color is #ccea61
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.
#ccea61 Background Color
<div style="background-color:#ccea61">
Div content here</div>
This div background color is #ccea61
#ccea61 Border Color
<div style="border:3px solid #ccea61">
Div here</div>
This div border color is #ccea61
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,234,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccea61; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccea61; -webkit-box-shadow: 1px 1px 3px 2px #ccea61; box-shadow: 1px 1px 3px 2px #ccea61; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,234,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccea61">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccea61; -webkit-box-shadow: 1px 1px 3px 2px #ccea61; box-shadow: 1px 1px 3px 2px #ccea61;">
Div content here</div>
This div box has shadow with color #ccea61
Comments
No comments written yet.
Please login to write comment.