Color spaces of #bcc993
RGB | 188 | 201 | 147 |
---|---|---|---|
HSL | 0.21 | 0.33 | 0.68 |
HSV | 74° | 27° | 79° |
CMYK | 0.06 | 0.00 | 0.27 0.21 |
XYZ | 46.8921 | 54.5712 | 35.6656 |
Yxy | 54.5712 | 0.3420 | 0.3980 |
Hunter Lab | 73.8723 | -15.9697 | 23.0854 |
CIE-Lab | 78.7936 | -13.5083 | 25.5705 |
#bcc993 color RGB value is (188,201,147).
#bcc993 hex color red value is 188, green value is 201 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bcc993 hue: 0.21 , saturation: 0.33 and the lightness value of bcc993 is 0.68.
The process color (four color CMYK) of #bcc993 color hex is 0.06, 0.00, 0.27, 0.21. Web safe color of #bcc993 is #cccc99. Color #bcc993 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001001 | 10010011 |
Octal | 274 | 311 | 223 |
Decimal | 188 | 201 | 147 |
Hex | BC | C9 | 93 |
Shades of #bcc993
Tints of #bcc993
RGB Percentages of Color #bcc993
CMYK Percentages of Color #bcc993
Complementary Color
#bcc993 | #a093c9 |
#bcc993 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcc993 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcc993 Color CSS Codes
.mybgcolor {background-color:#bcc993; } .myforecolor {color:#bcc993; } .mybordercolor {border:3px solid #bcc993; }
#bcc993 Text Font Color
<p style="color:#bcc993">Text here</p>
This sample text font color is #bcc993
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.
#bcc993 Background Color
<div style="background-color:#bcc993">
Div content here</div>
This div background color is #bcc993
#bcc993 Border Color
<div style="border:3px solid #bcc993">
Div here</div>
This div border color is #bcc993
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,201,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcc993; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcc993; -webkit-box-shadow: 1px 1px 3px 2px #bcc993; box-shadow: 1px 1px 3px 2px #bcc993; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,201,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcc993">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc993; -webkit-box-shadow: 1px 1px 3px 2px #bcc993; box-shadow: 1px 1px 3px 2px #bcc993;">
Div content here</div>
This div box has shadow with color #bcc993
Comments
No comments written yet.
Please login to write comment.