Color spaces of #ceb48b
RGB | 206 | 180 | 139 |
---|---|---|---|
HSL | 0.10 | 0.41 | 0.68 |
HSV | 37° | 33° | 81° |
CMYK | 0.00 | 0.13 | 0.33 0.19 |
XYZ | 46.4351 | 47.6284 | 31.1719 |
Yxy | 47.6284 | 0.3708 | 0.3803 |
Hunter Lab | 69.0133 | -0.6710 | 21.5293 |
CIE-Lab | 74.5899 | 3.3233 | 24.3747 |
#ceb48b color RGB value is (206,180,139).
#ceb48b hex color red value is 206, green value is 180 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ceb48b hue: 0.10 , saturation: 0.41 and the lightness value of ceb48b is 0.68.
The process color (four color CMYK) of #ceb48b color hex is 0.00, 0.13, 0.33, 0.19. Web safe color of #ceb48b is #cccc99. Color #ceb48b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10110100 | 10001011 |
Octal | 316 | 264 | 213 |
Decimal | 206 | 180 | 139 |
Hex | CE | B4 | 8B |
Shades of #ceb48b
Tints of #ceb48b
RGB Percentages of Color #ceb48b
CMYK Percentages of Color #ceb48b
Complementary Color
#ceb48b | #8ba5ce |
#ceb48b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceb48b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceb48b Color CSS Codes
.mybgcolor {background-color:#ceb48b; } .myforecolor {color:#ceb48b; } .mybordercolor {border:3px solid #ceb48b; }
#ceb48b Text Font Color
<p style="color:#ceb48b">Text here</p>
This sample text font color is #ceb48b
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.
#ceb48b Background Color
<div style="background-color:#ceb48b">
Div content here</div>
This div background color is #ceb48b
#ceb48b Border Color
<div style="border:3px solid #ceb48b">
Div here</div>
This div border color is #ceb48b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,180,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceb48b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceb48b; -webkit-box-shadow: 1px 1px 3px 2px #ceb48b; box-shadow: 1px 1px 3px 2px #ceb48b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,180,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceb48b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceb48b; -webkit-box-shadow: 1px 1px 3px 2px #ceb48b; box-shadow: 1px 1px 3px 2px #ceb48b;">
Div content here</div>
This div box has shadow with color #ceb48b
Comments
No comments written yet.
Please login to write comment.