Color spaces of #ecbaf8
RGB | 236 | 186 | 248 |
---|---|---|---|
HSL | 0.80 | 0.82 | 0.85 |
HSV | 288° | 25° | 97° |
CMYK | 0.05 | 0.25 | 0.00 0.03 |
XYZ | 69.0943 | 59.7280 | 96.6939 |
Yxy | 59.7280 | 0.3064 | 0.2649 |
Hunter Lab | 77.2839 | 24.3380 | -20.0821 |
CIE-Lab | 81.6901 | 28.4994 | -23.8084 |
#ecbaf8 color RGB value is (236,186,248).
#ecbaf8 hex color red value is 236, green value is 186 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ecbaf8 hue: 0.80 , saturation: 0.82 and the lightness value of ecbaf8 is 0.85.
The process color (four color CMYK) of #ecbaf8 color hex is 0.05, 0.25, 0.00, 0.03. Web safe color of #ecbaf8 is #ffccff. Color #ecbaf8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111010 | 11111000 |
Octal | 354 | 272 | 370 |
Decimal | 236 | 186 | 248 |
Hex | EC | BA | F8 |
Shades of #ecbaf8
Tints of #ecbaf8
RGB Percentages of Color #ecbaf8
CMYK Percentages of Color #ecbaf8
Complementary Color
#ecbaf8 | #c6f8ba |
#ecbaf8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecbaf8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecbaf8 Color CSS Codes
.mybgcolor {background-color:#ecbaf8; } .myforecolor {color:#ecbaf8; } .mybordercolor {border:3px solid #ecbaf8; }
#ecbaf8 Text Font Color
<p style="color:#ecbaf8">Text here</p>
This sample text font color is #ecbaf8
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.
#ecbaf8 Background Color
<div style="background-color:#ecbaf8">
Div content here</div>
This div background color is #ecbaf8
#ecbaf8 Border Color
<div style="border:3px solid #ecbaf8">
Div here</div>
This div border color is #ecbaf8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,186,248, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecbaf8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecbaf8; -webkit-box-shadow: 1px 1px 3px 2px #ecbaf8; box-shadow: 1px 1px 3px 2px #ecbaf8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,186,248, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecbaf8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecbaf8; -webkit-box-shadow: 1px 1px 3px 2px #ecbaf8; box-shadow: 1px 1px 3px 2px #ecbaf8;">
Div content here</div>
This div box has shadow with color #ecbaf8
Comments
No comments written yet.
Please login to write comment.