Color spaces of #efcaef
RGB | 239 | 202 | 239 |
---|---|---|---|
HSL | 0.83 | 0.54 | 0.86 |
HSV | 300° | 15° | 94° |
CMYK | 0.00 | 0.15 | 0.00 0.06 |
XYZ | 72.2971 | 66.8238 | 90.7492 |
Yxy | 66.8238 | 0.3145 | 0.2907 |
Hunter Lab | 81.7458 | 14.8126 | -8.5980 |
CIE-Lab | 85.4149 | 19.2863 | -13.3632 |
#efcaef color RGB value is (239,202,239).
#efcaef hex color red value is 239, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #efcaef hue: 0.83 , saturation: 0.54 and the lightness value of efcaef is 0.86.
The process color (four color CMYK) of #efcaef color hex is 0.00, 0.15, 0.00, 0.06. Web safe color of #efcaef is #ffccff. Color #efcaef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001010 | 11101111 |
Octal | 357 | 312 | 357 |
Decimal | 239 | 202 | 239 |
Hex | EF | CA | EF |
Shades of #efcaef
Tints of #efcaef
RGB Percentages of Color #efcaef
CMYK Percentages of Color #efcaef
Complementary Color
#efcaef | #caefca |
#efcaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efcaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#efcaef Color CSS Codes
.mybgcolor {background-color:#efcaef; } .myforecolor {color:#efcaef; } .mybordercolor {border:3px solid #efcaef; }
#efcaef Text Font Color
<p style="color:#efcaef">Text here</p>
This sample text font color is #efcaef
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.
#efcaef Background Color
<div style="background-color:#efcaef">
Div content here</div>
This div background color is #efcaef
#efcaef Border Color
<div style="border:3px solid #efcaef">
Div here</div>
This div border color is #efcaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,202,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efcaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efcaef; -webkit-box-shadow: 1px 1px 3px 2px #efcaef; box-shadow: 1px 1px 3px 2px #efcaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,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 #efcaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efcaef; -webkit-box-shadow: 1px 1px 3px 2px #efcaef; box-shadow: 1px 1px 3px 2px #efcaef;">
Div content here</div>
This div box has shadow with color #efcaef
Comments
No comments written yet.
Please login to write comment.