Color spaces of #efbeed
RGB | 239 | 190 | 237 |
---|---|---|---|
HSL | 0.84 | 0.60 | 0.84 |
HSV | 302° | 21° | 94° |
CMYK | 0.00 | 0.21 | 0.01 0.06 |
XYZ | 69.2961 | 61.2921 | 88.2990 |
Yxy | 61.2921 | 0.3166 | 0.2800 |
Hunter Lab | 78.2893 | 20.9893 | -12.0681 |
CIE-Lab | 82.5355 | 25.2927 | -16.6182 |
#efbeed color RGB value is (239,190,237).
#efbeed hex color red value is 239, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #efbeed hue: 0.84 , saturation: 0.60 and the lightness value of efbeed is 0.84.
The process color (four color CMYK) of #efbeed color hex is 0.00, 0.21, 0.01, 0.06. Web safe color of #efbeed is #ffccff. Color #efbeed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111110 | 11101101 |
Octal | 357 | 276 | 355 |
Decimal | 239 | 190 | 237 |
Hex | EF | BE | ED |
Shades of #efbeed
Tints of #efbeed
RGB Percentages of Color #efbeed
CMYK Percentages of Color #efbeed
Complementary Color
#efbeed | #beefc0 |
#efbeed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbeed Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbeed Color CSS Codes
.mybgcolor {background-color:#efbeed; } .myforecolor {color:#efbeed; } .mybordercolor {border:3px solid #efbeed; }
#efbeed Text Font Color
<p style="color:#efbeed">Text here</p>
This sample text font color is #efbeed
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.
#efbeed Background Color
<div style="background-color:#efbeed">
Div content here</div>
This div background color is #efbeed
#efbeed Border Color
<div style="border:3px solid #efbeed">
Div here</div>
This div border color is #efbeed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,190,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbeed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbeed; -webkit-box-shadow: 1px 1px 3px 2px #efbeed; box-shadow: 1px 1px 3px 2px #efbeed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,190,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efbeed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbeed; -webkit-box-shadow: 1px 1px 3px 2px #efbeed; box-shadow: 1px 1px 3px 2px #efbeed;">
Div content here</div>
This div box has shadow with color #efbeed
Comments
No comments written yet.
Please login to write comment.