Color spaces of #ef93ab
RGB | 239 | 147 | 171 |
---|---|---|---|
HSL | 0.96 | 0.74 | 0.76 |
HSV | 344° | 38° | 94° |
CMYK | 0.00 | 0.38 | 0.28 0.06 |
XYZ | 53.3810 | 42.1584 | 43.8520 |
Yxy | 42.1584 | 0.3830 | 0.3024 |
Hunter Lab | 64.9295 | 33.1250 | 5.4074 |
CIE-Lab | 70.9800 | 37.6136 | 2.2680 |
#ef93ab color RGB value is (239,147,171).
#ef93ab hex color red value is 239, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ef93ab hue: 0.96 , saturation: 0.74 and the lightness value of ef93ab is 0.76.
The process color (four color CMYK) of #ef93ab color hex is 0.00, 0.38, 0.28, 0.06. Web safe color of #ef93ab is #ff9999. Color #ef93ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10010011 | 10101011 |
Octal | 357 | 223 | 253 |
Decimal | 239 | 147 | 171 |
Hex | EF | 93 | AB |
Shades of #ef93ab
Tints of #ef93ab
RGB Percentages of Color #ef93ab
CMYK Percentages of Color #ef93ab
Complementary Color
#ef93ab | #93efd7 |
#ef93ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef93ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef93ab Color CSS Codes
.mybgcolor {background-color:#ef93ab; } .myforecolor {color:#ef93ab; } .mybordercolor {border:3px solid #ef93ab; }
#ef93ab Text Font Color
<p style="color:#ef93ab">Text here</p>
This sample text font color is #ef93ab
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.
#ef93ab Background Color
<div style="background-color:#ef93ab">
Div content here</div>
This div background color is #ef93ab
#ef93ab Border Color
<div style="border:3px solid #ef93ab">
Div here</div>
This div border color is #ef93ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,147,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef93ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef93ab; -webkit-box-shadow: 1px 1px 3px 2px #ef93ab; box-shadow: 1px 1px 3px 2px #ef93ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,147,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef93ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef93ab; -webkit-box-shadow: 1px 1px 3px 2px #ef93ab; box-shadow: 1px 1px 3px 2px #ef93ab;">
Div content here</div>
This div box has shadow with color #ef93ab
Comments
No comments written yet.
Please login to write comment.