Color spaces of #cebead
RGB | 206 | 190 | 173 |
---|---|---|---|
HSL | 0.09 | 0.25 | 0.74 |
HSV | 31° | 16° | 81° |
CMYK | 0.00 | 0.08 | 0.16 0.19 |
XYZ | 51.4099 | 52.9659 | 47.0490 |
Yxy | 52.9659 | 0.3395 | 0.3498 |
Hunter Lab | 72.7777 | -1.2691 | 12.6148 |
CIE-Lab | 77.8549 | 2.8392 | 10.6158 |
#cebead color RGB value is (206,190,173).
#cebead hex color red value is 206, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cebead hue: 0.09 , saturation: 0.25 and the lightness value of cebead is 0.74.
The process color (four color CMYK) of #cebead color hex is 0.00, 0.08, 0.16, 0.19. Web safe color of #cebead is #cccc99. Color #cebead contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10111110 | 10101101 |
Octal | 316 | 276 | 255 |
Decimal | 206 | 190 | 173 |
Hex | CE | BE | AD |
Shades of #cebead
Tints of #cebead
RGB Percentages of Color #cebead
CMYK Percentages of Color #cebead
Complementary Color
#cebead | #adbdce |
#cebead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cebead Color Preview on White Background
Lorem ipsum dolor sit amet.
#cebead Color CSS Codes
.mybgcolor {background-color:#cebead; } .myforecolor {color:#cebead; } .mybordercolor {border:3px solid #cebead; }
#cebead Text Font Color
<p style="color:#cebead">Text here</p>
This sample text font color is #cebead
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.
#cebead Background Color
<div style="background-color:#cebead">
Div content here</div>
This div background color is #cebead
#cebead Border Color
<div style="border:3px solid #cebead">
Div here</div>
This div border color is #cebead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,190,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cebead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cebead; -webkit-box-shadow: 1px 1px 3px 2px #cebead; box-shadow: 1px 1px 3px 2px #cebead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,190,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cebead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cebead; -webkit-box-shadow: 1px 1px 3px 2px #cebead; box-shadow: 1px 1px 3px 2px #cebead;">
Div content here</div>
This div box has shadow with color #cebead
Comments
No comments written yet.
Please login to write comment.