Color spaces of #cedbae
RGB | 206 | 219 | 174 |
---|---|---|---|
HSL | 0.21 | 0.38 | 0.77 |
HSV | 77° | 21° | 86° |
CMYK | 0.06 | 0.00 | 0.21 0.14 |
XYZ | 58.4251 | 66.8408 | 49.8666 |
Yxy | 66.8408 | 0.3336 | 0.3817 |
Hunter Lab | 81.7562 | -15.5127 | 21.0659 |
CIE-Lab | 85.4235 | -12.0383 | 20.7052 |
#cedbae color RGB value is (206,219,174).
#cedbae hex color red value is 206, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cedbae hue: 0.21 , saturation: 0.38 and the lightness value of cedbae is 0.77.
The process color (four color CMYK) of #cedbae color hex is 0.06, 0.00, 0.21, 0.14. Web safe color of #cedbae is #cccc99. Color #cedbae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011011 | 10101110 |
Octal | 316 | 333 | 256 |
Decimal | 206 | 219 | 174 |
Hex | CE | DB | AE |
Shades of #cedbae
Tints of #cedbae
RGB Percentages of Color #cedbae
CMYK Percentages of Color #cedbae
Complementary Color
#cedbae | #bbaedb |
#cedbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cedbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#cedbae Color CSS Codes
.mybgcolor {background-color:#cedbae; } .myforecolor {color:#cedbae; } .mybordercolor {border:3px solid #cedbae; }
#cedbae Text Font Color
<p style="color:#cedbae">Text here</p>
This sample text font color is #cedbae
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.
#cedbae Background Color
<div style="background-color:#cedbae">
Div content here</div>
This div background color is #cedbae
#cedbae Border Color
<div style="border:3px solid #cedbae">
Div here</div>
This div border color is #cedbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,219,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cedbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cedbae; -webkit-box-shadow: 1px 1px 3px 2px #cedbae; box-shadow: 1px 1px 3px 2px #cedbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,219,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 #cedbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cedbae; -webkit-box-shadow: 1px 1px 3px 2px #cedbae; box-shadow: 1px 1px 3px 2px #cedbae;">
Div content here</div>
This div box has shadow with color #cedbae
Comments
No comments written yet.
Please login to write comment.