Color spaces of #cebfb8
RGB | 206 | 191 | 184 |
---|---|---|---|
HSL | 0.05 | 0.18 | 0.76 |
HSV | 19° | 11° | 81° |
CMYK | 0.00 | 0.07 | 0.11 0.19 |
XYZ | 52.7361 | 53.8441 | 52.9609 |
Yxy | 53.8441 | 0.3305 | 0.3375 |
Hunter Lab | 73.3785 | -0.1271 | 8.5725 |
CIE-Lab | 78.3707 | 4.0889 | 5.4204 |
#cebfb8 color RGB value is (206,191,184).
#cebfb8 hex color red value is 206, green value is 191 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #cebfb8 hue: 0.05 , saturation: 0.18 and the lightness value of cebfb8 is 0.76.
The process color (four color CMYK) of #cebfb8 color hex is 0.00, 0.07, 0.11, 0.19. Web safe color of #cebfb8 is #cccccc. Color #cebfb8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10111111 | 10111000 |
Octal | 316 | 277 | 270 |
Decimal | 206 | 191 | 184 |
Hex | CE | BF | B8 |
Shades of #cebfb8
Tints of #cebfb8
RGB Percentages of Color #cebfb8
CMYK Percentages of Color #cebfb8
Complementary Color
#cebfb8 | #b8c7ce |
#cebfb8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cebfb8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cebfb8 Color CSS Codes
.mybgcolor {background-color:#cebfb8; } .myforecolor {color:#cebfb8; } .mybordercolor {border:3px solid #cebfb8; }
#cebfb8 Text Font Color
<p style="color:#cebfb8">Text here</p>
This sample text font color is #cebfb8
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.
#cebfb8 Background Color
<div style="background-color:#cebfb8">
Div content here</div>
This div background color is #cebfb8
#cebfb8 Border Color
<div style="border:3px solid #cebfb8">
Div here</div>
This div border color is #cebfb8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,191,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cebfb8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cebfb8; -webkit-box-shadow: 1px 1px 3px 2px #cebfb8; box-shadow: 1px 1px 3px 2px #cebfb8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,191,184, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cebfb8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cebfb8; -webkit-box-shadow: 1px 1px 3px 2px #cebfb8; box-shadow: 1px 1px 3px 2px #cebfb8;">
Div content here</div>
This div box has shadow with color #cebfb8
#cebfb8 Color Palettes
Comments
No comments written yet.
Please login to write comment.