Color spaces of #ccdd58
RGB | 204 | 221 | 88 |
---|---|---|---|
HSL | 0.19 | 0.66 | 0.61 |
HSV | 68° | 60° | 87° |
CMYK | 0.08 | 0.00 | 0.60 0.13 |
XYZ | 52.5197 | 65.2549 | 19.0599 |
Yxy | 65.2549 | 0.3838 | 0.4769 |
Hunter Lab | 80.7805 | -25.3135 | 42.5571 |
CIE-Lab | 84.6149 | -23.3884 | 61.5946 |
#ccdd58 color RGB value is (204,221,88).
#ccdd58 hex color red value is 204, green value is 221 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ccdd58 hue: 0.19 , saturation: 0.66 and the lightness value of ccdd58 is 0.61.
The process color (four color CMYK) of #ccdd58 color hex is 0.08, 0.00, 0.60, 0.13. Web safe color of #ccdd58 is #cccc66. Color #ccdd58 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011101 | 01011000 |
Octal | 314 | 335 | 130 |
Decimal | 204 | 221 | 88 |
Hex | CC | DD | 58 |
Shades of #ccdd58
Tints of #ccdd58
RGB Percentages of Color #ccdd58
CMYK Percentages of Color #ccdd58
Complementary Color
#ccdd58 | #6958dd |
#ccdd58 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdd58 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdd58 Color CSS Codes
.mybgcolor {background-color:#ccdd58; } .myforecolor {color:#ccdd58; } .mybordercolor {border:3px solid #ccdd58; }
#ccdd58 Text Font Color
<p style="color:#ccdd58">Text here</p>
This sample text font color is #ccdd58
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.
#ccdd58 Background Color
<div style="background-color:#ccdd58">
Div content here</div>
This div background color is #ccdd58
#ccdd58 Border Color
<div style="border:3px solid #ccdd58">
Div here</div>
This div border color is #ccdd58
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,221,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdd58; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdd58; -webkit-box-shadow: 1px 1px 3px 2px #ccdd58; box-shadow: 1px 1px 3px 2px #ccdd58; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,221,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdd58">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdd58; -webkit-box-shadow: 1px 1px 3px 2px #ccdd58; box-shadow: 1px 1px 3px 2px #ccdd58;">
Div content here</div>
This div box has shadow with color #ccdd58
Comments
No comments written yet.
Please login to write comment.