Color spaces of #edc2cd
RGB | 237 | 194 | 205 |
---|---|---|---|
HSL | 0.96 | 0.54 | 0.85 |
HSV | 345° | 18° | 93° |
CMYK | 0.00 | 0.18 | 0.14 0.07 |
XYZ | 65.2363 | 60.9959 | 66.0927 |
Yxy | 60.9959 | 0.3392 | 0.3172 |
Hunter Lab | 78.0999 | 12.4251 | 4.4952 |
CIE-Lab | 82.3765 | 17.0123 | 0.2741 |
#edc2cd color RGB value is (237,194,205).
#edc2cd hex color red value is 237, green value is 194 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #edc2cd hue: 0.96 , saturation: 0.54 and the lightness value of edc2cd is 0.85.
The process color (four color CMYK) of #edc2cd color hex is 0.00, 0.18, 0.14, 0.07. Web safe color of #edc2cd is #ffcccc. Color #edc2cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11000010 | 11001101 |
Octal | 355 | 302 | 315 |
Decimal | 237 | 194 | 205 |
Hex | ED | C2 | CD |
Shades of #edc2cd
Tints of #edc2cd
RGB Percentages of Color #edc2cd
CMYK Percentages of Color #edc2cd
Complementary Color
#edc2cd | #c2ede2 |
#edc2cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc2cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc2cd Color CSS Codes
.mybgcolor {background-color:#edc2cd; } .myforecolor {color:#edc2cd; } .mybordercolor {border:3px solid #edc2cd; }
#edc2cd Text Font Color
<p style="color:#edc2cd">Text here</p>
This sample text font color is #edc2cd
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.
#edc2cd Background Color
<div style="background-color:#edc2cd">
Div content here</div>
This div background color is #edc2cd
#edc2cd Border Color
<div style="border:3px solid #edc2cd">
Div here</div>
This div border color is #edc2cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,194,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc2cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc2cd; -webkit-box-shadow: 1px 1px 3px 2px #edc2cd; box-shadow: 1px 1px 3px 2px #edc2cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,194,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc2cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc2cd; -webkit-box-shadow: 1px 1px 3px 2px #edc2cd; box-shadow: 1px 1px 3px 2px #edc2cd;">
Div content here</div>
This div box has shadow with color #edc2cd
Comments
No comments written yet.
Please login to write comment.