Color spaces of #ccdd31
RGB | 204 | 221 | 49 |
---|---|---|---|
HSL | 0.18 | 0.72 | 0.53 |
HSV | 66° | 78° | 87° |
CMYK | 0.08 | 0.00 | 0.78 0.13 |
XYZ | 51.3127 | 64.7720 | 12.7035 |
Yxy | 64.7720 | 0.3984 | 0.5029 |
Hunter Lab | 80.4811 | -27.0347 | 46.9781 |
CIE-Lab | 84.3661 | -25.4834 | 75.3173 |
#ccdd31 color RGB value is (204,221,49).
#ccdd31 hex color red value is 204, green value is 221 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ccdd31 hue: 0.18 , saturation: 0.72 and the lightness value of ccdd31 is 0.53.
The process color (four color CMYK) of #ccdd31 color hex is 0.08, 0.00, 0.78, 0.13. Web safe color of #ccdd31 is #cccc33. Color #ccdd31 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011101 | 00110001 |
Octal | 314 | 335 | 61 |
Decimal | 204 | 221 | 49 |
Hex | CC | DD | 31 |
Shades of #ccdd31
Tints of #ccdd31
RGB Percentages of Color #ccdd31
CMYK Percentages of Color #ccdd31
Complementary Color
#ccdd31 | #4231dd |
#ccdd31 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdd31 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdd31 Color CSS Codes
.mybgcolor {background-color:#ccdd31; } .myforecolor {color:#ccdd31; } .mybordercolor {border:3px solid #ccdd31; }
#ccdd31 Text Font Color
<p style="color:#ccdd31">Text here</p>
This sample text font color is #ccdd31
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.
#ccdd31 Background Color
<div style="background-color:#ccdd31">
Div content here</div>
This div background color is #ccdd31
#ccdd31 Border Color
<div style="border:3px solid #ccdd31">
Div here</div>
This div border color is #ccdd31
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,221,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdd31; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdd31; -webkit-box-shadow: 1px 1px 3px 2px #ccdd31; box-shadow: 1px 1px 3px 2px #ccdd31; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,221,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdd31">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdd31; -webkit-box-shadow: 1px 1px 3px 2px #ccdd31; box-shadow: 1px 1px 3px 2px #ccdd31;">
Div content here</div>
This div box has shadow with color #ccdd31
Comments
No comments written yet.
Please login to write comment.