Color spaces of #ceae7e
RGB | 206 | 174 | 126 |
---|---|---|---|
HSL | 0.10 | 0.45 | 0.65 |
HSV | 36° | 39° | 81° |
CMYK | 0.00 | 0.16 | 0.39 0.19 |
XYZ | 44.3555 | 44.9003 | 26.0675 |
Yxy | 44.9003 | 0.3846 | 0.3893 |
Hunter Lab | 67.0077 | 0.8940 | 23.8402 |
CIE-Lab | 72.8262 | 4.9569 | 28.9615 |
#ceae7e color RGB value is (206,174,126).
#ceae7e hex color red value is 206, green value is 174 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ceae7e hue: 0.10 , saturation: 0.45 and the lightness value of ceae7e is 0.65.
The process color (four color CMYK) of #ceae7e color hex is 0.00, 0.16, 0.39, 0.19. Web safe color of #ceae7e is #cc9966. Color #ceae7e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10101110 | 01111110 |
Octal | 316 | 256 | 176 |
Decimal | 206 | 174 | 126 |
Hex | CE | AE | 7E |
Shades of #ceae7e
Tints of #ceae7e
RGB Percentages of Color #ceae7e
CMYK Percentages of Color #ceae7e
Complementary Color
#ceae7e | #7e9ece |
#ceae7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceae7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceae7e Color CSS Codes
.mybgcolor {background-color:#ceae7e; } .myforecolor {color:#ceae7e; } .mybordercolor {border:3px solid #ceae7e; }
#ceae7e Text Font Color
<p style="color:#ceae7e">Text here</p>
This sample text font color is #ceae7e
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.
#ceae7e Background Color
<div style="background-color:#ceae7e">
Div content here</div>
This div background color is #ceae7e
#ceae7e Border Color
<div style="border:3px solid #ceae7e">
Div here</div>
This div border color is #ceae7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,174,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceae7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceae7e; -webkit-box-shadow: 1px 1px 3px 2px #ceae7e; box-shadow: 1px 1px 3px 2px #ceae7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,174,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceae7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceae7e; -webkit-box-shadow: 1px 1px 3px 2px #ceae7e; box-shadow: 1px 1px 3px 2px #ceae7e;">
Div content here</div>
This div box has shadow with color #ceae7e
#ceae7e Color Palettes
Comments
No comments written yet.
Please login to write comment.