Color spaces of #eddbb8
RGB | 237 | 219 | 184 |
---|---|---|---|
HSL | 0.11 | 0.60 | 0.83 |
HSV | 40° | 22° | 93° |
CMYK | 0.00 | 0.08 | 0.22 0.07 |
XYZ | 68.9083 | 72.1283 | 55.6377 |
Yxy | 72.1283 | 0.3504 | 0.3667 |
Hunter Lab | 84.9284 | -3.7952 | 20.6082 |
CIE-Lab | 88.0303 | 0.7673 | 19.4683 |
#eddbb8 color RGB value is (237,219,184).
#eddbb8 hex color red value is 237, green value is 219 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #eddbb8 hue: 0.11 , saturation: 0.60 and the lightness value of eddbb8 is 0.83.
The process color (four color CMYK) of #eddbb8 color hex is 0.00, 0.08, 0.22, 0.07. Web safe color of #eddbb8 is #ffcccc. Color #eddbb8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11011011 | 10111000 |
Octal | 355 | 333 | 270 |
Decimal | 237 | 219 | 184 |
Hex | ED | DB | B8 |
Shades of #eddbb8
Tints of #eddbb8
RGB Percentages of Color #eddbb8
CMYK Percentages of Color #eddbb8
Complementary Color
#eddbb8 | #b8caed |
#eddbb8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eddbb8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eddbb8 Color CSS Codes
.mybgcolor {background-color:#eddbb8; } .myforecolor {color:#eddbb8; } .mybordercolor {border:3px solid #eddbb8; }
#eddbb8 Text Font Color
<p style="color:#eddbb8">Text here</p>
This sample text font color is #eddbb8
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.
#eddbb8 Background Color
<div style="background-color:#eddbb8">
Div content here</div>
This div background color is #eddbb8
#eddbb8 Border Color
<div style="border:3px solid #eddbb8">
Div here</div>
This div border color is #eddbb8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,219,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eddbb8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eddbb8; -webkit-box-shadow: 1px 1px 3px 2px #eddbb8; box-shadow: 1px 1px 3px 2px #eddbb8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,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 #eddbb8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eddbb8; -webkit-box-shadow: 1px 1px 3px 2px #eddbb8; box-shadow: 1px 1px 3px 2px #eddbb8;">
Div content here</div>
This div box has shadow with color #eddbb8
Comments
No comments written yet.
Please login to write comment.