Color spaces of #cedbb8
RGB | 206 | 219 | 184 |
---|---|---|---|
HSL | 0.23 | 0.33 | 0.79 |
HSV | 82° | 16° | 86° |
CMYK | 0.06 | 0.00 | 0.16 0.14 |
XYZ | 59.4368 | 67.2455 | 55.1944 |
Yxy | 67.2455 | 0.3268 | 0.3697 |
Hunter Lab | 82.0034 | -14.1274 | 17.4957 |
CIE-Lab | 85.6278 | -10.4790 | 15.7518 |
#cedbb8 color RGB value is (206,219,184).
#cedbb8 hex color red value is 206, green value is 219 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #cedbb8 hue: 0.23 , saturation: 0.33 and the lightness value of cedbb8 is 0.79.
The process color (four color CMYK) of #cedbb8 color hex is 0.06, 0.00, 0.16, 0.14. Web safe color of #cedbb8 is #cccccc. Color #cedbb8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011011 | 10111000 |
Octal | 316 | 333 | 270 |
Decimal | 206 | 219 | 184 |
Hex | CE | DB | B8 |
Shades of #cedbb8
Tints of #cedbb8
RGB Percentages of Color #cedbb8
CMYK Percentages of Color #cedbb8
Complementary Color
#cedbb8 | #c5b8db |
#cedbb8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cedbb8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cedbb8 Color CSS Codes
.mybgcolor {background-color:#cedbb8; } .myforecolor {color:#cedbb8; } .mybordercolor {border:3px solid #cedbb8; }
#cedbb8 Text Font Color
<p style="color:#cedbb8">Text here</p>
This sample text font color is #cedbb8
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.
#cedbb8 Background Color
<div style="background-color:#cedbb8">
Div content here</div>
This div background color is #cedbb8
#cedbb8 Border Color
<div style="border:3px solid #cedbb8">
Div here</div>
This div border color is #cedbb8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,219,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cedbb8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cedbb8; -webkit-box-shadow: 1px 1px 3px 2px #cedbb8; box-shadow: 1px 1px 3px 2px #cedbb8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,219,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 #cedbb8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cedbb8; -webkit-box-shadow: 1px 1px 3px 2px #cedbb8; box-shadow: 1px 1px 3px 2px #cedbb8;">
Div content here</div>
This div box has shadow with color #cedbb8
Comments
No comments written yet.
Please login to write comment.