Color spaces of #cdce95
RGB | 205 | 206 | 149 |
---|---|---|---|
HSL | 0.17 | 0.37 | 0.70 |
HSV | 61° | 28° | 81° |
CMYK | 0.00 | 0.00 | 0.28 0.19 |
XYZ | 52.6730 | 59.2917 | 37.1020 |
Yxy | 59.2917 | 0.3534 | 0.3978 |
Hunter Lab | 77.0011 | -12.6481 | 25.3326 |
CIE-Lab | 81.4517 | -9.3549 | 28.3268 |
#cdce95 color RGB value is (205,206,149).
#cdce95 hex color red value is 205, green value is 206 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cdce95 hue: 0.17 , saturation: 0.37 and the lightness value of cdce95 is 0.70.
The process color (four color CMYK) of #cdce95 color hex is 0.00, 0.00, 0.28, 0.19. Web safe color of #cdce95 is #cccc99. Color #cdce95 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001110 | 10010101 |
Octal | 315 | 316 | 225 |
Decimal | 205 | 206 | 149 |
Hex | CD | CE | 95 |
Shades of #cdce95
Tints of #cdce95
RGB Percentages of Color #cdce95
CMYK Percentages of Color #cdce95
Complementary Color
#cdce95 | #9695ce |
#cdce95 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdce95 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdce95 Color CSS Codes
.mybgcolor {background-color:#cdce95; } .myforecolor {color:#cdce95; } .mybordercolor {border:3px solid #cdce95; }
#cdce95 Text Font Color
<p style="color:#cdce95">Text here</p>
This sample text font color is #cdce95
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.
#cdce95 Background Color
<div style="background-color:#cdce95">
Div content here</div>
This div background color is #cdce95
#cdce95 Border Color
<div style="border:3px solid #cdce95">
Div here</div>
This div border color is #cdce95
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,206,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdce95; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdce95; -webkit-box-shadow: 1px 1px 3px 2px #cdce95; box-shadow: 1px 1px 3px 2px #cdce95; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,206,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdce95">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdce95; -webkit-box-shadow: 1px 1px 3px 2px #cdce95; box-shadow: 1px 1px 3px 2px #cdce95;">
Div content here</div>
This div box has shadow with color #cdce95
Comments
No comments written yet.
Please login to write comment.