Color spaces of #ffedbb
RGB | 255 | 237 | 187 |
---|---|---|---|
HSL | 0.12 | 1.00 | 0.87 |
HSV | 44° | 27° | 100° |
CMYK | 0.00 | 0.07 | 0.27 0.00 |
XYZ | 80.4938 | 85.4162 | 59.2582 |
Yxy | 85.4162 | 0.3575 | 0.3793 |
Hunter Lab | 92.4209 | -6.2723 | 26.6792 |
CIE-Lab | 94.0622 | -1.3512 | 26.4724 |
#ffedbb color RGB value is (255,237,187).
#ffedbb hex color red value is 255, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ffedbb hue: 0.12 , saturation: 1.00 and the lightness value of ffedbb is 0.87.
The process color (four color CMYK) of #ffedbb color hex is 0.00, 0.07, 0.27, 0.00. Web safe color of #ffedbb is #ffffcc. Color #ffedbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101101 | 10111011 |
Octal | 377 | 355 | 273 |
Decimal | 255 | 237 | 187 |
Hex | FF | ED | BB |
Shades of #ffedbb
Tints of #ffedbb
RGB Percentages of Color #ffedbb
CMYK Percentages of Color #ffedbb
Complementary Color
#ffedbb | #bbcdff |
#ffedbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffedbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffedbb Color CSS Codes
.mybgcolor {background-color:#ffedbb; } .myforecolor {color:#ffedbb; } .mybordercolor {border:3px solid #ffedbb; }
#ffedbb Text Font Color
<p style="color:#ffedbb">Text here</p>
This sample text font color is #ffedbb
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.
#ffedbb Background Color
<div style="background-color:#ffedbb">
Div content here</div>
This div background color is #ffedbb
#ffedbb Border Color
<div style="border:3px solid #ffedbb">
Div here</div>
This div border color is #ffedbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,237,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffedbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffedbb; -webkit-box-shadow: 1px 1px 3px 2px #ffedbb; box-shadow: 1px 1px 3px 2px #ffedbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,237,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 #ffedbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffedbb; -webkit-box-shadow: 1px 1px 3px 2px #ffedbb; box-shadow: 1px 1px 3px 2px #ffedbb;">
Div content here</div>
This div box has shadow with color #ffedbb
#ffedbb Color Palettes
Comments
No comments written yet.
Please login to write comment.