Color spaces of #ccd38a
RGB | 204 | 211 | 138 |
---|---|---|---|
HSL | 0.18 | 0.45 | 0.68 |
HSV | 66° | 35° | 83° |
CMYK | 0.03 | 0.00 | 0.35 0.17 |
XYZ | 52.7836 | 61.2609 | 33.0873 |
Yxy | 61.2609 | 0.3588 | 0.4164 |
Hunter Lab | 78.2693 | -16.5938 | 29.7245 |
CIE-Lab | 82.5188 | -13.6673 | 35.3988 |
#ccd38a color RGB value is (204,211,138).
#ccd38a hex color red value is 204, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ccd38a hue: 0.18 , saturation: 0.45 and the lightness value of ccd38a is 0.68.
The process color (four color CMYK) of #ccd38a color hex is 0.03, 0.00, 0.35, 0.17. Web safe color of #ccd38a is #cccc99. Color #ccd38a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11010011 | 10001010 |
Octal | 314 | 323 | 212 |
Decimal | 204 | 211 | 138 |
Hex | CC | D3 | 8A |
Shades of #ccd38a
Tints of #ccd38a
RGB Percentages of Color #ccd38a
CMYK Percentages of Color #ccd38a
Complementary Color
#ccd38a | #918ad3 |
#ccd38a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccd38a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccd38a Color CSS Codes
.mybgcolor {background-color:#ccd38a; } .myforecolor {color:#ccd38a; } .mybordercolor {border:3px solid #ccd38a; }
#ccd38a Text Font Color
<p style="color:#ccd38a">Text here</p>
This sample text font color is #ccd38a
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.
#ccd38a Background Color
<div style="background-color:#ccd38a">
Div content here</div>
This div background color is #ccd38a
#ccd38a Border Color
<div style="border:3px solid #ccd38a">
Div here</div>
This div border color is #ccd38a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,211,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccd38a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccd38a; -webkit-box-shadow: 1px 1px 3px 2px #ccd38a; box-shadow: 1px 1px 3px 2px #ccd38a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,211,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccd38a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd38a; -webkit-box-shadow: 1px 1px 3px 2px #ccd38a; box-shadow: 1px 1px 3px 2px #ccd38a;">
Div content here</div>
This div box has shadow with color #ccd38a
Comments
No comments written yet.
Please login to write comment.