Color spaces of #ceae95
RGB | 206 | 174 | 149 |
---|---|---|---|
HSL | 0.07 | 0.37 | 0.70 |
HSV | 26° | 28° | 81° |
CMYK | 0.00 | 0.16 | 0.28 0.19 |
XYZ | 46.0145 | 45.5638 | 34.8032 |
Yxy | 45.5638 | 0.3641 | 0.3605 |
Hunter Lab | 67.5010 | 3.5544 | 16.6810 |
CIE-Lab | 73.2616 | 7.8564 | 17.1528 |
#ceae95 color RGB value is (206,174,149).
#ceae95 hex color red value is 206, green value is 174 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ceae95 hue: 0.07 , saturation: 0.37 and the lightness value of ceae95 is 0.70.
The process color (four color CMYK) of #ceae95 color hex is 0.00, 0.16, 0.28, 0.19. Web safe color of #ceae95 is #cc9999. Color #ceae95 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10101110 | 10010101 |
Octal | 316 | 256 | 225 |
Decimal | 206 | 174 | 149 |
Hex | CE | AE | 95 |
Shades of #ceae95
Tints of #ceae95
RGB Percentages of Color #ceae95
CMYK Percentages of Color #ceae95
Complementary Color
#ceae95 | #95b5ce |
#ceae95 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceae95 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceae95 Color CSS Codes
.mybgcolor {background-color:#ceae95; } .myforecolor {color:#ceae95; } .mybordercolor {border:3px solid #ceae95; }
#ceae95 Text Font Color
<p style="color:#ceae95">Text here</p>
This sample text font color is #ceae95
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.
#ceae95 Background Color
<div style="background-color:#ceae95">
Div content here</div>
This div background color is #ceae95
#ceae95 Border Color
<div style="border:3px solid #ceae95">
Div here</div>
This div border color is #ceae95
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,174,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceae95; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceae95; -webkit-box-shadow: 1px 1px 3px 2px #ceae95; box-shadow: 1px 1px 3px 2px #ceae95; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,174,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 #ceae95">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceae95; -webkit-box-shadow: 1px 1px 3px 2px #ceae95; box-shadow: 1px 1px 3px 2px #ceae95;">
Div content here</div>
This div box has shadow with color #ceae95
#ceae95 Color Palettes
Comments
No comments written yet.
Please login to write comment.