Color spaces of #ccd277
RGB | 204 | 210 | 119 |
---|---|---|---|
HSL | 0.18 | 0.50 | 0.65 |
HSV | 64° | 43° | 82° |
CMYK | 0.03 | 0.00 | 0.43 0.18 |
XYZ | 51.2782 | 60.2625 | 26.3819 |
Yxy | 60.2625 | 0.3718 | 0.4369 |
Hunter Lab | 77.6289 | -17.9415 | 34.1908 |
CIE-Lab | 81.9807 | -15.2926 | 44.2478 |
#ccd277 color RGB value is (204,210,119).
#ccd277 hex color red value is 204, green value is 210 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ccd277 hue: 0.18 , saturation: 0.50 and the lightness value of ccd277 is 0.65.
The process color (four color CMYK) of #ccd277 color hex is 0.03, 0.00, 0.43, 0.18. Web safe color of #ccd277 is #cccc66. Color #ccd277 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11010010 | 01110111 |
Octal | 314 | 322 | 167 |
Decimal | 204 | 210 | 119 |
Hex | CC | D2 | 77 |
Shades of #ccd277
Tints of #ccd277
RGB Percentages of Color #ccd277
CMYK Percentages of Color #ccd277
Complementary Color
#ccd277 | #7d77d2 |
#ccd277 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccd277 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccd277 Color CSS Codes
.mybgcolor {background-color:#ccd277; } .myforecolor {color:#ccd277; } .mybordercolor {border:3px solid #ccd277; }
#ccd277 Text Font Color
<p style="color:#ccd277">Text here</p>
This sample text font color is #ccd277
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.
#ccd277 Background Color
<div style="background-color:#ccd277">
Div content here</div>
This div background color is #ccd277
#ccd277 Border Color
<div style="border:3px solid #ccd277">
Div here</div>
This div border color is #ccd277
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,210,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccd277; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccd277; -webkit-box-shadow: 1px 1px 3px 2px #ccd277; box-shadow: 1px 1px 3px 2px #ccd277; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,210,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccd277">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd277; -webkit-box-shadow: 1px 1px 3px 2px #ccd277; box-shadow: 1px 1px 3px 2px #ccd277;">
Div content here</div>
This div box has shadow with color #ccd277
Comments
No comments written yet.
Please login to write comment.