Color spaces of #bfdcc0
RGB | 191 | 220 | 192 |
---|---|---|---|
HSL | 0.34 | 0.29 | 0.81 |
HSV | 122° | 13° | 86° |
CMYK | 0.13 | 0.00 | 0.13 0.14 |
XYZ | 56.5935 | 66.0685 | 59.6389 |
Yxy | 66.0685 | 0.3104 | 0.3624 |
Hunter Lab | 81.2825 | -17.9626 | 13.3953 |
CIE-Lab | 85.0313 | -14.8379 | 10.5531 |
#bfdcc0 color RGB value is (191,220,192).
#bfdcc0 hex color red value is 191, green value is 220 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bfdcc0 hue: 0.34 , saturation: 0.29 and the lightness value of bfdcc0 is 0.81.
The process color (four color CMYK) of #bfdcc0 color hex is 0.13, 0.00, 0.13, 0.14. Web safe color of #bfdcc0 is #cccccc. Color #bfdcc0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011100 | 11000000 |
Octal | 277 | 334 | 300 |
Decimal | 191 | 220 | 192 |
Hex | BF | DC | C0 |
Shades of #bfdcc0
Tints of #bfdcc0
RGB Percentages of Color #bfdcc0
CMYK Percentages of Color #bfdcc0
Complementary Color
#bfdcc0 | #dcbfdb |
#bfdcc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdcc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdcc0 Color CSS Codes
.mybgcolor {background-color:#bfdcc0; } .myforecolor {color:#bfdcc0; } .mybordercolor {border:3px solid #bfdcc0; }
#bfdcc0 Text Font Color
<p style="color:#bfdcc0">Text here</p>
This sample text font color is #bfdcc0
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.
#bfdcc0 Background Color
<div style="background-color:#bfdcc0">
Div content here</div>
This div background color is #bfdcc0
#bfdcc0 Border Color
<div style="border:3px solid #bfdcc0">
Div here</div>
This div border color is #bfdcc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,220,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdcc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdcc0; -webkit-box-shadow: 1px 1px 3px 2px #bfdcc0; box-shadow: 1px 1px 3px 2px #bfdcc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,220,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdcc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdcc0; -webkit-box-shadow: 1px 1px 3px 2px #bfdcc0; box-shadow: 1px 1px 3px 2px #bfdcc0;">
Div content here</div>
This div box has shadow with color #bfdcc0
Comments
No comments written yet.
Please login to write comment.