Color spaces of #c8dd8a
RGB | 200 | 221 | 138 |
---|---|---|---|
HSL | 0.21 | 0.55 | 0.70 |
HSV | 75° | 38° | 87° |
CMYK | 0.10 | 0.00 | 0.38 0.13 |
XYZ | 54.2633 | 65.8272 | 33.8907 |
Yxy | 65.8272 | 0.3524 | 0.4275 |
Hunter Lab | 81.1340 | -22.6016 | 32.0276 |
CIE-Lab | 84.9082 | -20.1614 | 38.4388 |
#c8dd8a color RGB value is (200,221,138).
#c8dd8a hex color red value is 200, green value is 221 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c8dd8a hue: 0.21 , saturation: 0.55 and the lightness value of c8dd8a is 0.70.
The process color (four color CMYK) of #c8dd8a color hex is 0.10, 0.00, 0.38, 0.13. Web safe color of #c8dd8a is #cccc99. Color #c8dd8a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11011101 | 10001010 |
Octal | 310 | 335 | 212 |
Decimal | 200 | 221 | 138 |
Hex | C8 | DD | 8A |
Shades of #c8dd8a
Tints of #c8dd8a
RGB Percentages of Color #c8dd8a
CMYK Percentages of Color #c8dd8a
Complementary Color
#c8dd8a | #9f8add |
#c8dd8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8dd8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8dd8a Color CSS Codes
.mybgcolor {background-color:#c8dd8a; } .myforecolor {color:#c8dd8a; } .mybordercolor {border:3px solid #c8dd8a; }
#c8dd8a Text Font Color
<p style="color:#c8dd8a">Text here</p>
This sample text font color is #c8dd8a
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.
#c8dd8a Background Color
<div style="background-color:#c8dd8a">
Div content here</div>
This div background color is #c8dd8a
#c8dd8a Border Color
<div style="border:3px solid #c8dd8a">
Div here</div>
This div border color is #c8dd8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,221,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8dd8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8dd8a; -webkit-box-shadow: 1px 1px 3px 2px #c8dd8a; box-shadow: 1px 1px 3px 2px #c8dd8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,221,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 #c8dd8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8dd8a; -webkit-box-shadow: 1px 1px 3px 2px #c8dd8a; box-shadow: 1px 1px 3px 2px #c8dd8a;">
Div content here</div>
This div box has shadow with color #c8dd8a
Comments
No comments written yet.
Please login to write comment.