Color spaces of #effccd
RGB | 239 | 252 | 205 |
---|---|---|---|
HSL | 0.21 | 0.89 | 0.90 |
HSV | 77° | 19° | 99° |
CMYK | 0.05 | 0.00 | 0.19 0.01 |
XYZ | 81.4265 | 92.3793 | 71.2970 |
Yxy | 92.3793 | 0.3322 | 0.3769 |
Hunter Lab | 96.1142 | -16.9772 | 23.2989 |
CIE-Lab | 96.9751 | -12.0870 | 21.1112 |
#effccd color RGB value is (239,252,205).
#effccd hex color red value is 239, green value is 252 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #effccd hue: 0.21 , saturation: 0.89 and the lightness value of effccd is 0.90.
The process color (four color CMYK) of #effccd color hex is 0.05, 0.00, 0.19, 0.01. Web safe color of #effccd is #ffffcc. Color #effccd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111100 | 11001101 |
Octal | 357 | 374 | 315 |
Decimal | 239 | 252 | 205 |
Hex | EF | FC | CD |
Shades of #effccd
Tints of #effccd
RGB Percentages of Color #effccd
CMYK Percentages of Color #effccd
Complementary Color
#effccd | #dacdfc |
#effccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#effccd Color CSS Codes
.mybgcolor {background-color:#effccd; } .myforecolor {color:#effccd; } .mybordercolor {border:3px solid #effccd; }
#effccd Text Font Color
<p style="color:#effccd">Text here</p>
This sample text font color is #effccd
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.
#effccd Background Color
<div style="background-color:#effccd">
Div content here</div>
This div background color is #effccd
#effccd Border Color
<div style="border:3px solid #effccd">
Div here</div>
This div border color is #effccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,252,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effccd; -webkit-box-shadow: 1px 1px 3px 2px #effccd; box-shadow: 1px 1px 3px 2px #effccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,252,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 #effccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effccd; -webkit-box-shadow: 1px 1px 3px 2px #effccd; box-shadow: 1px 1px 3px 2px #effccd;">
Div content here</div>
This div box has shadow with color #effccd
Comments
No comments written yet.
Please login to write comment.