Color spaces of #efeaf5
RGB | 239 | 234 | 245 |
---|---|---|---|
HSL | 0.74 | 0.35 | 0.94 |
HSV | 267° | 4° | 96° |
CMYK | 0.02 | 0.04 | 0.00 0.04 |
XYZ | 81.5009 | 83.7889 | 98.2635 |
Yxy | 83.7889 | 0.3092 | 0.3179 |
Hunter Lab | 91.5363 | -1.2579 | 0.4280 |
CIE-Lab | 93.3587 | 3.6455 | -4.7247 |
#efeaf5 color RGB value is (239,234,245).
#efeaf5 hex color red value is 239, green value is 234 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #efeaf5 hue: 0.74 , saturation: 0.35 and the lightness value of efeaf5 is 0.94.
The process color (four color CMYK) of #efeaf5 color hex is 0.02, 0.04, 0.00, 0.04. Web safe color of #efeaf5 is #ffffff. Color #efeaf5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101010 | 11110101 |
Octal | 357 | 352 | 365 |
Decimal | 239 | 234 | 245 |
Hex | EF | EA | F5 |
Shades of #efeaf5
Tints of #efeaf5
RGB Percentages of Color #efeaf5
CMYK Percentages of Color #efeaf5
Complementary Color
#efeaf5 | #f0f5ea |
#efeaf5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efeaf5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efeaf5 Color CSS Codes
.mybgcolor {background-color:#efeaf5; } .myforecolor {color:#efeaf5; } .mybordercolor {border:3px solid #efeaf5; }
#efeaf5 Text Font Color
<p style="color:#efeaf5">Text here</p>
This sample text font color is #efeaf5
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.
#efeaf5 Background Color
<div style="background-color:#efeaf5">
Div content here</div>
This div background color is #efeaf5
#efeaf5 Border Color
<div style="border:3px solid #efeaf5">
Div here</div>
This div border color is #efeaf5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,234,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efeaf5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efeaf5; -webkit-box-shadow: 1px 1px 3px 2px #efeaf5; box-shadow: 1px 1px 3px 2px #efeaf5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,234,245, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efeaf5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efeaf5; -webkit-box-shadow: 1px 1px 3px 2px #efeaf5; box-shadow: 1px 1px 3px 2px #efeaf5;">
Div content here</div>
This div box has shadow with color #efeaf5
Comments
No comments written yet.
Please login to write comment.