Color spaces of #efaebd
RGB | 239 | 174 | 189 |
---|---|---|---|
HSL | 0.96 | 0.67 | 0.81 |
HSV | 346° | 27° | 94° |
CMYK | 0.00 | 0.27 | 0.21 0.06 |
XYZ | 59.9180 | 52.2969 | 55.0804 |
Yxy | 52.2969 | 0.3582 | 0.3126 |
Hunter Lab | 72.3166 | 21.3423 | 5.4630 |
CIE-Lab | 77.4580 | 25.8862 | 1.7759 |
#efaebd color RGB value is (239,174,189).
#efaebd hex color red value is 239, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #efaebd hue: 0.96 , saturation: 0.67 and the lightness value of efaebd is 0.81.
The process color (four color CMYK) of #efaebd color hex is 0.00, 0.27, 0.21, 0.06. Web safe color of #efaebd is #ff99cc. Color #efaebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101110 | 10111101 |
Octal | 357 | 256 | 275 |
Decimal | 239 | 174 | 189 |
Hex | EF | AE | BD |
Shades of #efaebd
Tints of #efaebd
RGB Percentages of Color #efaebd
CMYK Percentages of Color #efaebd
Complementary Color
#efaebd | #aeefe0 |
#efaebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efaebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#efaebd Color CSS Codes
.mybgcolor {background-color:#efaebd; } .myforecolor {color:#efaebd; } .mybordercolor {border:3px solid #efaebd; }
#efaebd Text Font Color
<p style="color:#efaebd">Text here</p>
This sample text font color is #efaebd
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.
#efaebd Background Color
<div style="background-color:#efaebd">
Div content here</div>
This div background color is #efaebd
#efaebd Border Color
<div style="border:3px solid #efaebd">
Div here</div>
This div border color is #efaebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,174,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efaebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efaebd; -webkit-box-shadow: 1px 1px 3px 2px #efaebd; box-shadow: 1px 1px 3px 2px #efaebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,174,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efaebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efaebd; -webkit-box-shadow: 1px 1px 3px 2px #efaebd; box-shadow: 1px 1px 3px 2px #efaebd;">
Div content here</div>
This div box has shadow with color #efaebd
Comments
No comments written yet.
Please login to write comment.