Color spaces of #ccd255
RGB | 204 | 210 | 85 |
---|---|---|---|
HSL | 0.17 | 0.58 | 0.58 |
HSV | 63° | 60° | 82° |
CMYK | 0.03 | 0.00 | 0.60 0.18 |
XYZ | 49.5881 | 59.5864 | 17.4821 |
Yxy | 59.5864 | 0.3915 | 0.4705 |
Hunter Lab | 77.1922 | -20.4184 | 40.6069 |
CIE-Lab | 81.6129 | -18.2292 | 59.5951 |
#ccd255 color RGB value is (204,210,85).
#ccd255 hex color red value is 204, green value is 210 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ccd255 hue: 0.17 , saturation: 0.58 and the lightness value of ccd255 is 0.58.
The process color (four color CMYK) of #ccd255 color hex is 0.03, 0.00, 0.60, 0.18. Web safe color of #ccd255 is #cccc66. Color #ccd255 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11010010 | 01010101 |
Octal | 314 | 322 | 125 |
Decimal | 204 | 210 | 85 |
Hex | CC | D2 | 55 |
Shades of #ccd255
Tints of #ccd255
RGB Percentages of Color #ccd255
CMYK Percentages of Color #ccd255
Complementary Color
#ccd255 | #5b55d2 |
#ccd255 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccd255 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccd255 Color CSS Codes
.mybgcolor {background-color:#ccd255; } .myforecolor {color:#ccd255; } .mybordercolor {border:3px solid #ccd255; }
#ccd255 Text Font Color
<p style="color:#ccd255">Text here</p>
This sample text font color is #ccd255
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.
#ccd255 Background Color
<div style="background-color:#ccd255">
Div content here</div>
This div background color is #ccd255
#ccd255 Border Color
<div style="border:3px solid #ccd255">
Div here</div>
This div border color is #ccd255
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,210,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccd255; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccd255; -webkit-box-shadow: 1px 1px 3px 2px #ccd255; box-shadow: 1px 1px 3px 2px #ccd255; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,210,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccd255">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd255; -webkit-box-shadow: 1px 1px 3px 2px #ccd255; box-shadow: 1px 1px 3px 2px #ccd255;">
Div content here</div>
This div box has shadow with color #ccd255
Comments
No comments written yet.
Please login to write comment.