Color spaces of #eccac7
RGB | 236 | 202 | 199 |
---|---|---|---|
HSL | 0.01 | 0.49 | 0.85 |
HSV | 5° | 16° | 93° |
CMYK | 0.00 | 0.14 | 0.16 0.07 |
XYZ | 66.0214 | 64.1974 | 62.9445 |
Yxy | 64.1974 | 0.3418 | 0.3323 |
Hunter Lab | 80.1233 | 6.8679 | 9.5083 |
CIE-Lab | 84.0684 | 11.4819 | 5.9238 |
#eccac7 color RGB value is (236,202,199).
#eccac7 hex color red value is 236, green value is 202 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #eccac7 hue: 0.01 , saturation: 0.49 and the lightness value of eccac7 is 0.85.
The process color (four color CMYK) of #eccac7 color hex is 0.00, 0.14, 0.16, 0.07. Web safe color of #eccac7 is #ffcccc. Color #eccac7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11001010 | 11000111 |
Octal | 354 | 312 | 307 |
Decimal | 236 | 202 | 199 |
Hex | EC | CA | C7 |
Shades of #eccac7
Tints of #eccac7
RGB Percentages of Color #eccac7
CMYK Percentages of Color #eccac7
Complementary Color
#eccac7 | #c7e9ec |
#eccac7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eccac7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eccac7 Color CSS Codes
.mybgcolor {background-color:#eccac7; } .myforecolor {color:#eccac7; } .mybordercolor {border:3px solid #eccac7; }
#eccac7 Text Font Color
<p style="color:#eccac7">Text here</p>
This sample text font color is #eccac7
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.
#eccac7 Background Color
<div style="background-color:#eccac7">
Div content here</div>
This div background color is #eccac7
#eccac7 Border Color
<div style="border:3px solid #eccac7">
Div here</div>
This div border color is #eccac7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,202,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eccac7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eccac7; -webkit-box-shadow: 1px 1px 3px 2px #eccac7; box-shadow: 1px 1px 3px 2px #eccac7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,202,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eccac7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eccac7; -webkit-box-shadow: 1px 1px 3px 2px #eccac7; box-shadow: 1px 1px 3px 2px #eccac7;">
Div content here</div>
This div box has shadow with color #eccac7
Comments
No comments written yet.
Please login to write comment.