Color spaces of #efeaeb
RGB | 239 | 234 | 235 |
---|---|---|---|
HSL | 0.97 | 0.14 | 0.93 |
HSV | 348° | 2° | 94° |
CMYK | 0.00 | 0.02 | 0.02 0.06 |
XYZ | 80.0148 | 83.1945 | 90.4382 |
Yxy | 83.1945 | 0.3155 | 0.3280 |
Hunter Lab | 91.2110 | -3.0303 | 5.0601 |
CIE-Lab | 93.0995 | 1.8579 | 0.1014 |
#efeaeb color RGB value is (239,234,235).
#efeaeb hex color red value is 239, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #efeaeb hue: 0.97 , saturation: 0.14 and the lightness value of efeaeb is 0.93.
The process color (four color CMYK) of #efeaeb color hex is 0.00, 0.02, 0.02, 0.06. Web safe color of #efeaeb is #ffffff. Color #efeaeb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101010 | 11101011 |
Octal | 357 | 352 | 353 |
Decimal | 239 | 234 | 235 |
Hex | EF | EA | EB |
Shades of #efeaeb
Tints of #efeaeb
RGB Percentages of Color #efeaeb
CMYK Percentages of Color #efeaeb
Complementary Color
#efeaeb | #eaefee |
#efeaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efeaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#efeaeb Color CSS Codes
.mybgcolor {background-color:#efeaeb; } .myforecolor {color:#efeaeb; } .mybordercolor {border:3px solid #efeaeb; }
#efeaeb Text Font Color
<p style="color:#efeaeb">Text here</p>
This sample text font color is #efeaeb
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.
#efeaeb Background Color
<div style="background-color:#efeaeb">
Div content here</div>
This div background color is #efeaeb
#efeaeb Border Color
<div style="border:3px solid #efeaeb">
Div here</div>
This div border color is #efeaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,234,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efeaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efeaeb; -webkit-box-shadow: 1px 1px 3px 2px #efeaeb; box-shadow: 1px 1px 3px 2px #efeaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,234,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efeaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efeaeb; -webkit-box-shadow: 1px 1px 3px 2px #efeaeb; box-shadow: 1px 1px 3px 2px #efeaeb;">
Div content here</div>
This div box has shadow with color #efeaeb
Comments
No comments written yet.
Please login to write comment.