Color spaces of #efbee2
RGB | 239 | 190 | 226 |
---|---|---|---|
HSL | 0.88 | 0.60 | 0.84 |
HSV | 316° | 21° | 94° |
CMYK | 0.00 | 0.21 | 0.05 0.06 |
XYZ | 67.7375 | 60.6686 | 80.0916 |
Yxy | 60.6686 | 0.3249 | 0.2910 |
Hunter Lab | 77.8901 | 18.9259 | -6.4428 |
CIE-Lab | 82.2003 | 23.3383 | -11.2287 |
#efbee2 color RGB value is (239,190,226).
#efbee2 hex color red value is 239, green value is 190 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #efbee2 hue: 0.88 , saturation: 0.60 and the lightness value of efbee2 is 0.84.
The process color (four color CMYK) of #efbee2 color hex is 0.00, 0.21, 0.05, 0.06. Web safe color of #efbee2 is #ffcccc. Color #efbee2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111110 | 11100010 |
Octal | 357 | 276 | 342 |
Decimal | 239 | 190 | 226 |
Hex | EF | BE | E2 |
Shades of #efbee2
Tints of #efbee2
RGB Percentages of Color #efbee2
CMYK Percentages of Color #efbee2
Complementary Color
#efbee2 | #beefcb |
#efbee2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbee2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbee2 Color CSS Codes
.mybgcolor {background-color:#efbee2; } .myforecolor {color:#efbee2; } .mybordercolor {border:3px solid #efbee2; }
#efbee2 Text Font Color
<p style="color:#efbee2">Text here</p>
This sample text font color is #efbee2
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.
#efbee2 Background Color
<div style="background-color:#efbee2">
Div content here</div>
This div background color is #efbee2
#efbee2 Border Color
<div style="border:3px solid #efbee2">
Div here</div>
This div border color is #efbee2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,190,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbee2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbee2; -webkit-box-shadow: 1px 1px 3px 2px #efbee2; box-shadow: 1px 1px 3px 2px #efbee2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,190,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efbee2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbee2; -webkit-box-shadow: 1px 1px 3px 2px #efbee2; box-shadow: 1px 1px 3px 2px #efbee2;">
Div content here</div>
This div box has shadow with color #efbee2
#efbee2 Color Palettes
Comments
No comments written yet.
Please login to write comment.