Color spaces of #efeeee
RGB | 239 | 238 | 238 |
---|---|---|---|
HSL | 0.00 | 0.03 | 0.94 |
HSV | 0° | 0° | 94° |
CMYK | 0.00 | 0.00 | 0.00 0.06 |
XYZ | 81.6038 | 85.6728 | 93.1245 |
Yxy | 85.6728 | 0.3134 | 0.3290 |
Hunter Lab | 92.5596 | -4.6074 | 5.1399 |
CIE-Lab | 94.1723 | 0.3387 | 0.1077 |
#efeeee color RGB value is (239,238,238).
#efeeee hex color red value is 239, green value is 238 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #efeeee hue: 0.00 , saturation: 0.03 and the lightness value of efeeee is 0.94.
The process color (four color CMYK) of #efeeee color hex is 0.00, 0.00, 0.00, 0.06. Web safe color of #efeeee is #ffffff. Color #efeeee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101110 | 11101110 |
Octal | 357 | 356 | 356 |
Decimal | 239 | 238 | 238 |
Hex | EF | EE | EE |
Shades of #efeeee
Tints of #efeeee
RGB Percentages of Color #efeeee
CMYK Percentages of Color #efeeee
Complementary Color
#efeeee | #eeefef |
#efeeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efeeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#efeeee Color CSS Codes
.mybgcolor {background-color:#efeeee; } .myforecolor {color:#efeeee; } .mybordercolor {border:3px solid #efeeee; }
#efeeee Text Font Color
<p style="color:#efeeee">Text here</p>
This sample text font color is #efeeee
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.
#efeeee Background Color
<div style="background-color:#efeeee">
Div content here</div>
This div background color is #efeeee
#efeeee Border Color
<div style="border:3px solid #efeeee">
Div here</div>
This div border color is #efeeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,238,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efeeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efeeee; -webkit-box-shadow: 1px 1px 3px 2px #efeeee; box-shadow: 1px 1px 3px 2px #efeeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,238,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efeeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efeeee; -webkit-box-shadow: 1px 1px 3px 2px #efeeee; box-shadow: 1px 1px 3px 2px #efeeee;">
Div content here</div>
This div box has shadow with color #efeeee
#efeeee Color Palettes
Comments
No comments written yet.
Please login to write comment.