Color spaces of #ccd098
RGB | 204 | 208 | 152 |
---|---|---|---|
HSL | 0.18 | 0.37 | 0.71 |
HSV | 64° | 27° | 82° |
CMYK | 0.02 | 0.00 | 0.27 0.18 |
XYZ | 53.1252 | 60.2161 | 38.5286 |
Yxy | 60.2161 | 0.3498 | 0.3965 |
Hunter Lab | 77.5990 | -13.5951 | 24.8813 |
CIE-Lab | 81.9555 | -10.3546 | 27.4275 |
#ccd098 color RGB value is (204,208,152).
#ccd098 hex color red value is 204, green value is 208 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ccd098 hue: 0.18 , saturation: 0.37 and the lightness value of ccd098 is 0.71.
The process color (four color CMYK) of #ccd098 color hex is 0.02, 0.00, 0.27, 0.18. Web safe color of #ccd098 is #cccc99. Color #ccd098 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11010000 | 10011000 |
Octal | 314 | 320 | 230 |
Decimal | 204 | 208 | 152 |
Hex | CC | D0 | 98 |
Shades of #ccd098
Tints of #ccd098
RGB Percentages of Color #ccd098
CMYK Percentages of Color #ccd098
Complementary Color
#ccd098 | #9c98d0 |
#ccd098 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccd098 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccd098 Color CSS Codes
.mybgcolor {background-color:#ccd098; } .myforecolor {color:#ccd098; } .mybordercolor {border:3px solid #ccd098; }
#ccd098 Text Font Color
<p style="color:#ccd098">Text here</p>
This sample text font color is #ccd098
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.
#ccd098 Background Color
<div style="background-color:#ccd098">
Div content here</div>
This div background color is #ccd098
#ccd098 Border Color
<div style="border:3px solid #ccd098">
Div here</div>
This div border color is #ccd098
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,208,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccd098; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccd098; -webkit-box-shadow: 1px 1px 3px 2px #ccd098; box-shadow: 1px 1px 3px 2px #ccd098; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,208,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccd098">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd098; -webkit-box-shadow: 1px 1px 3px 2px #ccd098; box-shadow: 1px 1px 3px 2px #ccd098;">
Div content here</div>
This div box has shadow with color #ccd098
Comments
No comments written yet.
Please login to write comment.