Color spaces of #ffecb5
RGB | 255 | 236 | 181 |
---|---|---|---|
HSL | 0.12 | 1.00 | 0.85 |
HSV | 45° | 29° | 100° |
CMYK | 0.00 | 0.07 | 0.29 0.00 |
XYZ | 79.5759 | 84.5871 | 55.8489 |
Yxy | 84.5871 | 0.3617 | 0.3845 |
Hunter Lab | 91.9712 | -6.5069 | 28.3764 |
CIE-Lab | 93.7049 | -1.6163 | 29.0500 |
#ffecb5 color RGB value is (255,236,181).
#ffecb5 hex color red value is 255, green value is 236 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ffecb5 hue: 0.12 , saturation: 1.00 and the lightness value of ffecb5 is 0.85.
The process color (four color CMYK) of #ffecb5 color hex is 0.00, 0.07, 0.29, 0.00. Web safe color of #ffecb5 is #ffffcc. Color #ffecb5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101100 | 10110101 |
Octal | 377 | 354 | 265 |
Decimal | 255 | 236 | 181 |
Hex | FF | EC | B5 |
Shades of #ffecb5
Tints of #ffecb5
RGB Percentages of Color #ffecb5
CMYK Percentages of Color #ffecb5
Complementary Color
#ffecb5 | #b5c8ff |
#ffecb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffecb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffecb5 Color CSS Codes
.mybgcolor {background-color:#ffecb5; } .myforecolor {color:#ffecb5; } .mybordercolor {border:3px solid #ffecb5; }
#ffecb5 Text Font Color
<p style="color:#ffecb5">Text here</p>
This sample text font color is #ffecb5
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.
#ffecb5 Background Color
<div style="background-color:#ffecb5">
Div content here</div>
This div background color is #ffecb5
#ffecb5 Border Color
<div style="border:3px solid #ffecb5">
Div here</div>
This div border color is #ffecb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,236,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffecb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffecb5; -webkit-box-shadow: 1px 1px 3px 2px #ffecb5; box-shadow: 1px 1px 3px 2px #ffecb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,236,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffecb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffecb5; -webkit-box-shadow: 1px 1px 3px 2px #ffecb5; box-shadow: 1px 1px 3px 2px #ffecb5;">
Div content here</div>
This div box has shadow with color #ffecb5
#ffecb5 Color Palettes
Comments
No comments written yet.
Please login to write comment.