Color spaces of #eebdd4
RGB | 238 | 189 | 212 |
---|---|---|---|
HSL | 0.92 | 0.59 | 0.84 |
HSV | 332° | 21° | 93° |
CMYK | 0.00 | 0.21 | 0.11 0.07 |
XYZ | 65.3412 | 59.3258 | 70.2945 |
Yxy | 59.3258 | 0.3351 | 0.3043 |
Hunter Lab | 77.0232 | 16.6364 | -0.1942 |
CIE-Lab | 81.4703 | 21.1546 | -4.8034 |
#eebdd4 color RGB value is (238,189,212).
#eebdd4 hex color red value is 238, green value is 189 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #eebdd4 hue: 0.92 , saturation: 0.59 and the lightness value of eebdd4 is 0.84.
The process color (four color CMYK) of #eebdd4 color hex is 0.00, 0.21, 0.11, 0.07. Web safe color of #eebdd4 is #ffcccc. Color #eebdd4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10111101 | 11010100 |
Octal | 356 | 275 | 324 |
Decimal | 238 | 189 | 212 |
Hex | EE | BD | D4 |
Shades of #eebdd4
Tints of #eebdd4
RGB Percentages of Color #eebdd4
CMYK Percentages of Color #eebdd4
Complementary Color
#eebdd4 | #bdeed7 |
#eebdd4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eebdd4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eebdd4 Color CSS Codes
.mybgcolor {background-color:#eebdd4; } .myforecolor {color:#eebdd4; } .mybordercolor {border:3px solid #eebdd4; }
#eebdd4 Text Font Color
<p style="color:#eebdd4">Text here</p>
This sample text font color is #eebdd4
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.
#eebdd4 Background Color
<div style="background-color:#eebdd4">
Div content here</div>
This div background color is #eebdd4
#eebdd4 Border Color
<div style="border:3px solid #eebdd4">
Div here</div>
This div border color is #eebdd4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,189,212, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eebdd4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eebdd4; -webkit-box-shadow: 1px 1px 3px 2px #eebdd4; box-shadow: 1px 1px 3px 2px #eebdd4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,189,212, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eebdd4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eebdd4; -webkit-box-shadow: 1px 1px 3px 2px #eebdd4; box-shadow: 1px 1px 3px 2px #eebdd4;">
Div content here</div>
This div box has shadow with color #eebdd4
Comments
No comments written yet.
Please login to write comment.