Color spaces of #eccaef
RGB | 236 | 202 | 239 |
---|---|---|---|
HSL | 0.82 | 0.54 | 0.86 |
HSV | 295° | 15° | 94° |
CMYK | 0.01 | 0.15 | 0.00 0.06 |
XYZ | 71.2926 | 66.3059 | 90.7022 |
Yxy | 66.3059 | 0.3123 | 0.2904 |
Hunter Lab | 81.4284 | 13.7814 | -9.0425 |
CIE-Lab | 85.1522 | 18.2949 | -13.7836 |
#eccaef color RGB value is (236,202,239).
#eccaef hex color red value is 236, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eccaef hue: 0.82 , saturation: 0.54 and the lightness value of eccaef is 0.86.
The process color (four color CMYK) of #eccaef color hex is 0.01, 0.15, 0.00, 0.06. Web safe color of #eccaef is #ffccff. Color #eccaef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11001010 | 11101111 |
Octal | 354 | 312 | 357 |
Decimal | 236 | 202 | 239 |
Hex | EC | CA | EF |
Shades of #eccaef
Tints of #eccaef
RGB Percentages of Color #eccaef
CMYK Percentages of Color #eccaef
Complementary Color
#eccaef | #cdefca |
#eccaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eccaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#eccaef Color CSS Codes
.mybgcolor {background-color:#eccaef; } .myforecolor {color:#eccaef; } .mybordercolor {border:3px solid #eccaef; }
#eccaef Text Font Color
<p style="color:#eccaef">Text here</p>
This sample text font color is #eccaef
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.
#eccaef Background Color
<div style="background-color:#eccaef">
Div content here</div>
This div background color is #eccaef
#eccaef Border Color
<div style="border:3px solid #eccaef">
Div here</div>
This div border color is #eccaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,202,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eccaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eccaef; -webkit-box-shadow: 1px 1px 3px 2px #eccaef; box-shadow: 1px 1px 3px 2px #eccaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,202,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eccaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eccaef; -webkit-box-shadow: 1px 1px 3px 2px #eccaef; box-shadow: 1px 1px 3px 2px #eccaef;">
Div content here</div>
This div box has shadow with color #eccaef
Comments
No comments written yet.
Please login to write comment.