Color spaces of #eddddf
RGB | 237 | 221 | 223 |
---|---|---|---|
HSL | 0.98 | 0.31 | 0.90 |
HSV | 353° | 7° | 93° |
CMYK | 0.00 | 0.07 | 0.06 0.07 |
XYZ | 74.1008 | 75.0451 | 80.3917 |
Yxy | 75.0451 | 0.3228 | 0.3269 |
Hunter Lab | 86.6286 | 1.0863 | 5.6186 |
CIE-Lab | 89.4141 | 5.8128 | 0.9837 |
#eddddf color RGB value is (237,221,223).
#eddddf hex color red value is 237, green value is 221 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eddddf hue: 0.98 , saturation: 0.31 and the lightness value of eddddf is 0.90.
The process color (four color CMYK) of #eddddf color hex is 0.00, 0.07, 0.06, 0.07. Web safe color of #eddddf is #ffcccc. Color #eddddf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11011101 | 11011111 |
Octal | 355 | 335 | 337 |
Decimal | 237 | 221 | 223 |
Hex | ED | DD | DF |
Shades of #eddddf
Tints of #eddddf
RGB Percentages of Color #eddddf
CMYK Percentages of Color #eddddf
Complementary Color
#eddddf | #ddedeb |
#eddddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eddddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eddddf Color CSS Codes
.mybgcolor {background-color:#eddddf; } .myforecolor {color:#eddddf; } .mybordercolor {border:3px solid #eddddf; }
#eddddf Text Font Color
<p style="color:#eddddf">Text here</p>
This sample text font color is #eddddf
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.
#eddddf Background Color
<div style="background-color:#eddddf">
Div content here</div>
This div background color is #eddddf
#eddddf Border Color
<div style="border:3px solid #eddddf">
Div here</div>
This div border color is #eddddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,221,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eddddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eddddf; -webkit-box-shadow: 1px 1px 3px 2px #eddddf; box-shadow: 1px 1px 3px 2px #eddddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,221,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eddddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eddddf; -webkit-box-shadow: 1px 1px 3px 2px #eddddf; box-shadow: 1px 1px 3px 2px #eddddf;">
Div content here</div>
This div box has shadow with color #eddddf
Comments
No comments written yet.
Please login to write comment.