Color spaces of #cebe9f
RGB | 206 | 190 | 159 |
---|---|---|---|
HSL | 0.11 | 0.32 | 0.72 |
HSV | 40° | 23° | 81° |
CMYK | 0.00 | 0.08 | 0.23 0.19 |
XYZ | 50.1251 | 52.4519 | 40.2832 |
Yxy | 52.4519 | 0.3509 | 0.3672 |
Hunter Lab | 72.4237 | -3.1999 | 17.7185 |
CIE-Lab | 77.5503 | 0.7297 | 17.7167 |
#cebe9f color RGB value is (206,190,159).
#cebe9f hex color red value is 206, green value is 190 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cebe9f hue: 0.11 , saturation: 0.32 and the lightness value of cebe9f is 0.72.
The process color (four color CMYK) of #cebe9f color hex is 0.00, 0.08, 0.23, 0.19. Web safe color of #cebe9f is #cccc99. Color #cebe9f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10111110 | 10011111 |
Octal | 316 | 276 | 237 |
Decimal | 206 | 190 | 159 |
Hex | CE | BE | 9F |
Shades of #cebe9f
Tints of #cebe9f
RGB Percentages of Color #cebe9f
CMYK Percentages of Color #cebe9f
Complementary Color
#cebe9f | #9fafce |
#cebe9f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cebe9f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cebe9f Color CSS Codes
.mybgcolor {background-color:#cebe9f; } .myforecolor {color:#cebe9f; } .mybordercolor {border:3px solid #cebe9f; }
#cebe9f Text Font Color
<p style="color:#cebe9f">Text here</p>
This sample text font color is #cebe9f
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.
#cebe9f Background Color
<div style="background-color:#cebe9f">
Div content here</div>
This div background color is #cebe9f
#cebe9f Border Color
<div style="border:3px solid #cebe9f">
Div here</div>
This div border color is #cebe9f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,190,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cebe9f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cebe9f; -webkit-box-shadow: 1px 1px 3px 2px #cebe9f; box-shadow: 1px 1px 3px 2px #cebe9f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,190,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cebe9f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cebe9f; -webkit-box-shadow: 1px 1px 3px 2px #cebe9f; box-shadow: 1px 1px 3px 2px #cebe9f;">
Div content here</div>
This div box has shadow with color #cebe9f
Comments
No comments written yet.
Please login to write comment.