Color spaces of #efabca
RGB | 239 | 171 | 202 |
---|---|---|---|
HSL | 0.92 | 0.68 | 0.80 |
HSV | 333° | 28° | 94° |
CMYK | 0.00 | 0.28 | 0.15 0.06 |
XYZ | 60.8202 | 51.7408 | 62.6585 |
Yxy | 51.7408 | 0.3471 | 0.2953 |
Hunter Lab | 71.9311 | 25.0485 | -1.2952 |
CIE-Lab | 77.1256 | 29.4602 | -5.7939 |
#efabca color RGB value is (239,171,202).
#efabca hex color red value is 239, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #efabca hue: 0.92 , saturation: 0.68 and the lightness value of efabca is 0.80.
The process color (four color CMYK) of #efabca color hex is 0.00, 0.28, 0.15, 0.06. Web safe color of #efabca is #ff99cc. Color #efabca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101011 | 11001010 |
Octal | 357 | 253 | 312 |
Decimal | 239 | 171 | 202 |
Hex | EF | AB | CA |
Shades of #efabca
Tints of #efabca
RGB Percentages of Color #efabca
CMYK Percentages of Color #efabca
Complementary Color
#efabca | #abefd0 |
#efabca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efabca Color Preview on White Background
Lorem ipsum dolor sit amet.
#efabca Color CSS Codes
.mybgcolor {background-color:#efabca; } .myforecolor {color:#efabca; } .mybordercolor {border:3px solid #efabca; }
#efabca Text Font Color
<p style="color:#efabca">Text here</p>
This sample text font color is #efabca
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.
#efabca Background Color
<div style="background-color:#efabca">
Div content here</div>
This div background color is #efabca
#efabca Border Color
<div style="border:3px solid #efabca">
Div here</div>
This div border color is #efabca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,171,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efabca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efabca; -webkit-box-shadow: 1px 1px 3px 2px #efabca; box-shadow: 1px 1px 3px 2px #efabca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,171,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efabca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efabca; -webkit-box-shadow: 1px 1px 3px 2px #efabca; box-shadow: 1px 1px 3px 2px #efabca;">
Div content here</div>
This div box has shadow with color #efabca
Comments
No comments written yet.
Please login to write comment.