Color spaces of #eedbf2
RGB | 238 | 219 | 242 |
---|---|---|---|
HSL | 0.80 | 0.47 | 0.90 |
HSV | 290° | 10° | 95° |
CMYK | 0.02 | 0.10 | 0.00 0.05 |
XYZ | 76.6184 | 75.2510 | 94.4911 |
Yxy | 75.2510 | 0.3110 | 0.3055 |
Hunter Lab | 86.7473 | 5.8499 | -3.8596 |
CIE-Lab | 89.5104 | 10.5513 | -8.8541 |
#eedbf2 color RGB value is (238,219,242).
#eedbf2 hex color red value is 238, green value is 219 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #eedbf2 hue: 0.80 , saturation: 0.47 and the lightness value of eedbf2 is 0.90.
The process color (four color CMYK) of #eedbf2 color hex is 0.02, 0.10, 0.00, 0.05. Web safe color of #eedbf2 is #ffccff. Color #eedbf2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011011 | 11110010 |
Octal | 356 | 333 | 362 |
Decimal | 238 | 219 | 242 |
Hex | EE | DB | F2 |
Shades of #eedbf2
Tints of #eedbf2
RGB Percentages of Color #eedbf2
CMYK Percentages of Color #eedbf2
Complementary Color
#eedbf2 | #dff2db |
#eedbf2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedbf2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedbf2 Color CSS Codes
.mybgcolor {background-color:#eedbf2; } .myforecolor {color:#eedbf2; } .mybordercolor {border:3px solid #eedbf2; }
#eedbf2 Text Font Color
<p style="color:#eedbf2">Text here</p>
This sample text font color is #eedbf2
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.
#eedbf2 Background Color
<div style="background-color:#eedbf2">
Div content here</div>
This div background color is #eedbf2
#eedbf2 Border Color
<div style="border:3px solid #eedbf2">
Div here</div>
This div border color is #eedbf2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,219,242, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedbf2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedbf2; -webkit-box-shadow: 1px 1px 3px 2px #eedbf2; box-shadow: 1px 1px 3px 2px #eedbf2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,219,242, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eedbf2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedbf2; -webkit-box-shadow: 1px 1px 3px 2px #eedbf2; box-shadow: 1px 1px 3px 2px #eedbf2;">
Div content here</div>
This div box has shadow with color #eedbf2
Comments
No comments written yet.
Please login to write comment.