Color spaces of #ced2ae
RGB | 206 | 210 | 174 |
---|---|---|---|
HSL | 0.19 | 0.29 | 0.75 |
HSV | 67° | 17° | 82° |
CMYK | 0.02 | 0.00 | 0.17 0.18 |
XYZ | 56.1402 | 62.2710 | 49.1050 |
Yxy | 62.2710 | 0.3351 | 0.3717 |
Hunter Lab | 78.9120 | -11.1060 | 18.3437 |
CIE-Lab | 83.0573 | -7.4552 | 17.4144 |
#ced2ae color RGB value is (206,210,174).
#ced2ae hex color red value is 206, green value is 210 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ced2ae hue: 0.19 , saturation: 0.29 and the lightness value of ced2ae is 0.75.
The process color (four color CMYK) of #ced2ae color hex is 0.02, 0.00, 0.17, 0.18. Web safe color of #ced2ae is #cccc99. Color #ced2ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11010010 | 10101110 |
Octal | 316 | 322 | 256 |
Decimal | 206 | 210 | 174 |
Hex | CE | D2 | AE |
Shades of #ced2ae
Tints of #ced2ae
RGB Percentages of Color #ced2ae
CMYK Percentages of Color #ced2ae
Complementary Color
#ced2ae | #b2aed2 |
#ced2ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ced2ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ced2ae Color CSS Codes
.mybgcolor {background-color:#ced2ae; } .myforecolor {color:#ced2ae; } .mybordercolor {border:3px solid #ced2ae; }
#ced2ae Text Font Color
<p style="color:#ced2ae">Text here</p>
This sample text font color is #ced2ae
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.
#ced2ae Background Color
<div style="background-color:#ced2ae">
Div content here</div>
This div background color is #ced2ae
#ced2ae Border Color
<div style="border:3px solid #ced2ae">
Div here</div>
This div border color is #ced2ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,210,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ced2ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ced2ae; -webkit-box-shadow: 1px 1px 3px 2px #ced2ae; box-shadow: 1px 1px 3px 2px #ced2ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,210,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ced2ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ced2ae; -webkit-box-shadow: 1px 1px 3px 2px #ced2ae; box-shadow: 1px 1px 3px 2px #ced2ae;">
Div content here</div>
This div box has shadow with color #ced2ae
Comments
No comments written yet.
Please login to write comment.