Color spaces of #cecfa6
RGB | 206 | 207 | 166 |
---|---|---|---|
HSL | 0.17 | 0.30 | 0.73 |
HSV | 61° | 20° | 81° |
CMYK | 0.00 | 0.00 | 0.20 0.19 |
XYZ | 54.6494 | 60.5006 | 44.8739 |
Yxy | 60.5006 | 0.3415 | 0.3781 |
Hunter Lab | 77.7821 | -10.7054 | 20.2420 |
CIE-Lab | 82.1095 | -7.1167 | 20.3184 |
#cecfa6 color RGB value is (206,207,166).
#cecfa6 hex color red value is 206, green value is 207 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #cecfa6 hue: 0.17 , saturation: 0.30 and the lightness value of cecfa6 is 0.73.
The process color (four color CMYK) of #cecfa6 color hex is 0.00, 0.00, 0.20, 0.19. Web safe color of #cecfa6 is #cccc99. Color #cecfa6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001111 | 10100110 |
Octal | 316 | 317 | 246 |
Decimal | 206 | 207 | 166 |
Hex | CE | CF | A6 |
Shades of #cecfa6
Tints of #cecfa6
RGB Percentages of Color #cecfa6
CMYK Percentages of Color #cecfa6
Complementary Color
#cecfa6 | #a7a6cf |
#cecfa6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecfa6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecfa6 Color CSS Codes
.mybgcolor {background-color:#cecfa6; } .myforecolor {color:#cecfa6; } .mybordercolor {border:3px solid #cecfa6; }
#cecfa6 Text Font Color
<p style="color:#cecfa6">Text here</p>
This sample text font color is #cecfa6
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.
#cecfa6 Background Color
<div style="background-color:#cecfa6">
Div content here</div>
This div background color is #cecfa6
#cecfa6 Border Color
<div style="border:3px solid #cecfa6">
Div here</div>
This div border color is #cecfa6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,207,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecfa6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecfa6; -webkit-box-shadow: 1px 1px 3px 2px #cecfa6; box-shadow: 1px 1px 3px 2px #cecfa6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,207,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cecfa6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecfa6; -webkit-box-shadow: 1px 1px 3px 2px #cecfa6; box-shadow: 1px 1px 3px 2px #cecfa6;">
Div content here</div>
This div box has shadow with color #cecfa6
Comments
No comments written yet.
Please login to write comment.