Color spaces of #baddcc
RGB | 186 | 221 | 204 |
---|---|---|---|
HSL | 0.42 | 0.34 | 0.80 |
HSV | 151° | 16° | 87° |
CMYK | 0.16 | 0.00 | 0.08 0.13 |
XYZ | 57.0052 | 66.5116 | 66.9603 |
Yxy | 66.5116 | 0.2993 | 0.3492 |
Hunter Lab | 81.5546 | -17.9524 | 8.4083 |
CIE-Lab | 85.2567 | -14.7917 | 4.5021 |
#baddcc color RGB value is (186,221,204).
#baddcc hex color red value is 186, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #baddcc hue: 0.42 , saturation: 0.34 and the lightness value of baddcc is 0.80.
The process color (four color CMYK) of #baddcc color hex is 0.16, 0.00, 0.08, 0.13. Web safe color of #baddcc is #cccccc. Color #baddcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011101 | 11001100 |
Octal | 272 | 335 | 314 |
Decimal | 186 | 221 | 204 |
Hex | BA | DD | CC |
Shades of #baddcc
Tints of #baddcc
RGB Percentages of Color #baddcc
CMYK Percentages of Color #baddcc
Complementary Color
#baddcc | #ddbacb |
#baddcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baddcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#baddcc Color CSS Codes
.mybgcolor {background-color:#baddcc; } .myforecolor {color:#baddcc; } .mybordercolor {border:3px solid #baddcc; }
#baddcc Text Font Color
<p style="color:#baddcc">Text here</p>
This sample text font color is #baddcc
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.
#baddcc Background Color
<div style="background-color:#baddcc">
Div content here</div>
This div background color is #baddcc
#baddcc Border Color
<div style="border:3px solid #baddcc">
Div here</div>
This div border color is #baddcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,221,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baddcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baddcc; -webkit-box-shadow: 1px 1px 3px 2px #baddcc; box-shadow: 1px 1px 3px 2px #baddcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,221,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baddcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baddcc; -webkit-box-shadow: 1px 1px 3px 2px #baddcc; box-shadow: 1px 1px 3px 2px #baddcc;">
Div content here</div>
This div box has shadow with color #baddcc
Comments
No comments written yet.
Please login to write comment.