Color spaces of #cdeb6f
RGB | 205 | 235 | 111 |
---|---|---|---|
HSL | 0.21 | 0.76 | 0.68 |
HSV | 75° | 53° | 92° |
CMYK | 0.13 | 0.00 | 0.53 0.08 |
XYZ | 57.7544 | 73.5435 | 26.1903 |
Yxy | 73.5435 | 0.3667 | 0.4670 |
Hunter Lab | 85.7575 | -29.8627 | 41.9231 |
CIE-Lab | 88.7063 | -27.8214 | 56.1463 |
#cdeb6f color RGB value is (205,235,111).
#cdeb6f hex color red value is 205, green value is 235 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cdeb6f hue: 0.21 , saturation: 0.76 and the lightness value of cdeb6f is 0.68.
The process color (four color CMYK) of #cdeb6f color hex is 0.13, 0.00, 0.53, 0.08. Web safe color of #cdeb6f is #ccff66. Color #cdeb6f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11101011 | 01101111 |
Octal | 315 | 353 | 157 |
Decimal | 205 | 235 | 111 |
Hex | CD | EB | 6F |
Shades of #cdeb6f
Tints of #cdeb6f
RGB Percentages of Color #cdeb6f
CMYK Percentages of Color #cdeb6f
Complementary Color
#cdeb6f | #8d6feb |
#cdeb6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdeb6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdeb6f Color CSS Codes
.mybgcolor {background-color:#cdeb6f; } .myforecolor {color:#cdeb6f; } .mybordercolor {border:3px solid #cdeb6f; }
#cdeb6f Text Font Color
<p style="color:#cdeb6f">Text here</p>
This sample text font color is #cdeb6f
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.
#cdeb6f Background Color
<div style="background-color:#cdeb6f">
Div content here</div>
This div background color is #cdeb6f
#cdeb6f Border Color
<div style="border:3px solid #cdeb6f">
Div here</div>
This div border color is #cdeb6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,235,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdeb6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdeb6f; -webkit-box-shadow: 1px 1px 3px 2px #cdeb6f; box-shadow: 1px 1px 3px 2px #cdeb6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,235,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdeb6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdeb6f; -webkit-box-shadow: 1px 1px 3px 2px #cdeb6f; box-shadow: 1px 1px 3px 2px #cdeb6f;">
Div content here</div>
This div box has shadow with color #cdeb6f
Comments
No comments written yet.
Please login to write comment.