Color spaces of #efa2db
RGB | 239 | 162 | 219 |
---|---|---|---|
HSL | 0.88 | 0.71 | 0.79 |
HSV | 316° | 32° | 94° |
CMYK | 0.00 | 0.32 | 0.08 0.06 |
XYZ | 61.3031 | 49.3059 | 73.3038 |
Yxy | 49.3059 | 0.3333 | 0.2681 |
Hunter Lab | 70.2182 | 32.9554 | -12.7427 |
CIE-Lab | 75.6412 | 36.9956 | -17.2858 |
#efa2db color RGB value is (239,162,219).
#efa2db hex color red value is 239, green value is 162 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #efa2db hue: 0.88 , saturation: 0.71 and the lightness value of efa2db is 0.79.
The process color (four color CMYK) of #efa2db color hex is 0.00, 0.32, 0.08, 0.06. Web safe color of #efa2db is #ff99cc. Color #efa2db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10100010 | 11011011 |
Octal | 357 | 242 | 333 |
Decimal | 239 | 162 | 219 |
Hex | EF | A2 | DB |
Shades of #efa2db
Tints of #efa2db
RGB Percentages of Color #efa2db
CMYK Percentages of Color #efa2db
Complementary Color
#efa2db | #a2efb6 |
#efa2db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efa2db Color Preview on White Background
Lorem ipsum dolor sit amet.
#efa2db Color CSS Codes
.mybgcolor {background-color:#efa2db; } .myforecolor {color:#efa2db; } .mybordercolor {border:3px solid #efa2db; }
#efa2db Text Font Color
<p style="color:#efa2db">Text here</p>
This sample text font color is #efa2db
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.
#efa2db Background Color
<div style="background-color:#efa2db">
Div content here</div>
This div background color is #efa2db
#efa2db Border Color
<div style="border:3px solid #efa2db">
Div here</div>
This div border color is #efa2db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,162,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efa2db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efa2db; -webkit-box-shadow: 1px 1px 3px 2px #efa2db; box-shadow: 1px 1px 3px 2px #efa2db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,162,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efa2db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efa2db; -webkit-box-shadow: 1px 1px 3px 2px #efa2db; box-shadow: 1px 1px 3px 2px #efa2db;">
Div content here</div>
This div box has shadow with color #efa2db
Comments
No comments written yet.
Please login to write comment.