Color spaces of #ead4bb
RGB | 234 | 212 | 187 |
---|---|---|---|
HSL | 0.09 | 0.53 | 0.83 |
HSV | 32° | 20° | 92° |
CMYK | 0.00 | 0.09 | 0.20 0.08 |
XYZ | 66.4448 | 68.1672 | 56.6693 |
Yxy | 68.1672 | 0.3474 | 0.3564 |
Hunter Lab | 82.5634 | -0.8341 | 17.0994 |
CIE-Lab | 86.0900 | 3.7129 | 15.1407 |
#ead4bb color RGB value is (234,212,187).
#ead4bb hex color red value is 234, green value is 212 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ead4bb hue: 0.09 , saturation: 0.53 and the lightness value of ead4bb is 0.83.
The process color (four color CMYK) of #ead4bb color hex is 0.00, 0.09, 0.20, 0.08. Web safe color of #ead4bb is #ffcccc. Color #ead4bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11010100 | 10111011 |
Octal | 352 | 324 | 273 |
Decimal | 234 | 212 | 187 |
Hex | EA | D4 | BB |
Shades of #ead4bb
Tints of #ead4bb
RGB Percentages of Color #ead4bb
CMYK Percentages of Color #ead4bb
Complementary Color
#ead4bb | #bbd1ea |
#ead4bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ead4bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ead4bb Color CSS Codes
.mybgcolor {background-color:#ead4bb; } .myforecolor {color:#ead4bb; } .mybordercolor {border:3px solid #ead4bb; }
#ead4bb Text Font Color
<p style="color:#ead4bb">Text here</p>
This sample text font color is #ead4bb
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.
#ead4bb Background Color
<div style="background-color:#ead4bb">
Div content here</div>
This div background color is #ead4bb
#ead4bb Border Color
<div style="border:3px solid #ead4bb">
Div here</div>
This div border color is #ead4bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,212,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ead4bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ead4bb; -webkit-box-shadow: 1px 1px 3px 2px #ead4bb; box-shadow: 1px 1px 3px 2px #ead4bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,212,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ead4bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ead4bb; -webkit-box-shadow: 1px 1px 3px 2px #ead4bb; box-shadow: 1px 1px 3px 2px #ead4bb;">
Div content here</div>
This div box has shadow with color #ead4bb
Comments
No comments written yet.
Please login to write comment.