Color spaces of #ceb88c
RGB | 206 | 184 | 140 |
---|---|---|---|
HSL | 0.11 | 0.40 | 0.68 |
HSV | 40° | 32° | 81° |
CMYK | 0.00 | 0.11 | 0.32 0.19 |
XYZ | 47.3277 | 49.2962 | 31.8316 |
Yxy | 49.2962 | 0.3684 | 0.3838 |
Hunter Lab | 70.2113 | -2.5472 | 22.2676 |
CIE-Lab | 75.6352 | 1.3251 | 25.2535 |
#ceb88c color RGB value is (206,184,140).
#ceb88c hex color red value is 206, green value is 184 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ceb88c hue: 0.11 , saturation: 0.40 and the lightness value of ceb88c is 0.68.
The process color (four color CMYK) of #ceb88c color hex is 0.00, 0.11, 0.32, 0.19. Web safe color of #ceb88c is #cccc99. Color #ceb88c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10111000 | 10001100 |
Octal | 316 | 270 | 214 |
Decimal | 206 | 184 | 140 |
Hex | CE | B8 | 8C |
Shades of #ceb88c
Tints of #ceb88c
RGB Percentages of Color #ceb88c
CMYK Percentages of Color #ceb88c
Complementary Color
#ceb88c | #8ca2ce |
#ceb88c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceb88c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceb88c Color CSS Codes
.mybgcolor {background-color:#ceb88c; } .myforecolor {color:#ceb88c; } .mybordercolor {border:3px solid #ceb88c; }
#ceb88c Text Font Color
<p style="color:#ceb88c">Text here</p>
This sample text font color is #ceb88c
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.
#ceb88c Background Color
<div style="background-color:#ceb88c">
Div content here</div>
This div background color is #ceb88c
#ceb88c Border Color
<div style="border:3px solid #ceb88c">
Div here</div>
This div border color is #ceb88c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,184,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceb88c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceb88c; -webkit-box-shadow: 1px 1px 3px 2px #ceb88c; box-shadow: 1px 1px 3px 2px #ceb88c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,184,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceb88c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceb88c; -webkit-box-shadow: 1px 1px 3px 2px #ceb88c; box-shadow: 1px 1px 3px 2px #ceb88c;">
Div content here</div>
This div box has shadow with color #ceb88c
Comments
No comments written yet.
Please login to write comment.