Color spaces of #badcc7
RGB | 186 | 220 | 199 |
---|---|---|---|
HSL | 0.40 | 0.33 | 0.80 |
HSV | 143° | 15° | 86° |
CMYK | 0.15 | 0.00 | 0.10 0.14 |
XYZ | 56.1517 | 65.7490 | 63.7642 |
Yxy | 65.7490 | 0.3024 | 0.3541 |
Hunter Lab | 81.0858 | -18.2892 | 10.1356 |
CIE-Lab | 84.8682 | -15.2322 | 6.5826 |
#badcc7 color RGB value is (186,220,199).
#badcc7 hex color red value is 186, green value is 220 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #badcc7 hue: 0.40 , saturation: 0.33 and the lightness value of badcc7 is 0.80.
The process color (four color CMYK) of #badcc7 color hex is 0.15, 0.00, 0.10, 0.14. Web safe color of #badcc7 is #cccccc. Color #badcc7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011100 | 11000111 |
Octal | 272 | 334 | 307 |
Decimal | 186 | 220 | 199 |
Hex | BA | DC | C7 |
Shades of #badcc7
Tints of #badcc7
RGB Percentages of Color #badcc7
CMYK Percentages of Color #badcc7
Complementary Color
#badcc7 | #dcbacf |
#badcc7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#badcc7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#badcc7 Color CSS Codes
.mybgcolor {background-color:#badcc7; } .myforecolor {color:#badcc7; } .mybordercolor {border:3px solid #badcc7; }
#badcc7 Text Font Color
<p style="color:#badcc7">Text here</p>
This sample text font color is #badcc7
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.
#badcc7 Background Color
<div style="background-color:#badcc7">
Div content here</div>
This div background color is #badcc7
#badcc7 Border Color
<div style="border:3px solid #badcc7">
Div here</div>
This div border color is #badcc7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,220,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #badcc7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #badcc7; -webkit-box-shadow: 1px 1px 3px 2px #badcc7; box-shadow: 1px 1px 3px 2px #badcc7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,220,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 #badcc7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #badcc7; -webkit-box-shadow: 1px 1px 3px 2px #badcc7; box-shadow: 1px 1px 3px 2px #badcc7;">
Div content here</div>
This div box has shadow with color #badcc7
Comments
No comments written yet.
Please login to write comment.