Color spaces of #ceaf87
RGB | 206 | 175 | 135 |
---|---|---|---|
HSL | 0.09 | 0.42 | 0.67 |
HSV | 34° | 34° | 81° |
CMYK | 0.00 | 0.15 | 0.34 0.19 |
XYZ | 45.1567 | 45.5310 | 29.3300 |
Yxy | 45.5310 | 0.3763 | 0.3794 |
Hunter Lab | 67.4767 | 1.3715 | 21.4622 |
CIE-Lab | 73.2402 | 5.4938 | 24.6966 |
#ceaf87 color RGB value is (206,175,135).
#ceaf87 hex color red value is 206, green value is 175 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ceaf87 hue: 0.09 , saturation: 0.42 and the lightness value of ceaf87 is 0.67.
The process color (four color CMYK) of #ceaf87 color hex is 0.00, 0.15, 0.34, 0.19. Web safe color of #ceaf87 is #cc9999. Color #ceaf87 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10101111 | 10000111 |
Octal | 316 | 257 | 207 |
Decimal | 206 | 175 | 135 |
Hex | CE | AF | 87 |
Shades of #ceaf87
Tints of #ceaf87
RGB Percentages of Color #ceaf87
CMYK Percentages of Color #ceaf87
Complementary Color
#ceaf87 | #87a6ce |
#ceaf87 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceaf87 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceaf87 Color CSS Codes
.mybgcolor {background-color:#ceaf87; } .myforecolor {color:#ceaf87; } .mybordercolor {border:3px solid #ceaf87; }
#ceaf87 Text Font Color
<p style="color:#ceaf87">Text here</p>
This sample text font color is #ceaf87
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.
#ceaf87 Background Color
<div style="background-color:#ceaf87">
Div content here</div>
This div background color is #ceaf87
#ceaf87 Border Color
<div style="border:3px solid #ceaf87">
Div here</div>
This div border color is #ceaf87
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,175,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceaf87; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceaf87; -webkit-box-shadow: 1px 1px 3px 2px #ceaf87; box-shadow: 1px 1px 3px 2px #ceaf87; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,175,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceaf87">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceaf87; -webkit-box-shadow: 1px 1px 3px 2px #ceaf87; box-shadow: 1px 1px 3px 2px #ceaf87;">
Div content here</div>
This div box has shadow with color #ceaf87
Comments
No comments written yet.
Please login to write comment.