Color spaces of #efbdde
RGB | 239 | 189 | 222 |
---|---|---|---|
HSL | 0.89 | 0.61 | 0.84 |
HSV | 320° | 21° | 94° |
CMYK | 0.00 | 0.21 | 0.07 0.06 |
XYZ | 66.9790 | 60.0198 | 77.1621 |
Yxy | 60.0198 | 0.3281 | 0.2940 |
Hunter Lab | 77.4724 | 18.7458 | -4.8218 |
CIE-Lab | 81.8490 | 23.1793 | -9.6059 |
#efbdde color RGB value is (239,189,222).
#efbdde hex color red value is 239, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efbdde hue: 0.89 , saturation: 0.61 and the lightness value of efbdde is 0.84.
The process color (four color CMYK) of #efbdde color hex is 0.00, 0.21, 0.07, 0.06. Web safe color of #efbdde is #ffcccc. Color #efbdde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111101 | 11011110 |
Octal | 357 | 275 | 336 |
Decimal | 239 | 189 | 222 |
Hex | EF | BD | DE |
Shades of #efbdde
Tints of #efbdde
RGB Percentages of Color #efbdde
CMYK Percentages of Color #efbdde
Complementary Color
#efbdde | #bdefce |
#efbdde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbdde Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbdde Color CSS Codes
.mybgcolor {background-color:#efbdde; } .myforecolor {color:#efbdde; } .mybordercolor {border:3px solid #efbdde; }
#efbdde Text Font Color
<p style="color:#efbdde">Text here</p>
This sample text font color is #efbdde
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.
#efbdde Background Color
<div style="background-color:#efbdde">
Div content here</div>
This div background color is #efbdde
#efbdde Border Color
<div style="border:3px solid #efbdde">
Div here</div>
This div border color is #efbdde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,189,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbdde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbdde; -webkit-box-shadow: 1px 1px 3px 2px #efbdde; box-shadow: 1px 1px 3px 2px #efbdde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,189,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efbdde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbdde; -webkit-box-shadow: 1px 1px 3px 2px #efbdde; box-shadow: 1px 1px 3px 2px #efbdde;">
Div content here</div>
This div box has shadow with color #efbdde
Comments
No comments written yet.
Please login to write comment.