Color spaces of #bcc235
RGB | 188 | 194 | 53 |
---|---|---|---|
HSL | 0.17 | 0.57 | 0.48 |
HSV | 63° | 73° | 76° |
CMYK | 0.03 | 0.00 | 0.73 0.24 |
XYZ | 40.6734 | 49.5320 | 10.7851 |
Yxy | 49.5320 | 0.4027 | 0.4905 |
Hunter Lab | 70.3790 | -20.0045 | 40.1795 |
CIE-Lab | 75.7811 | -18.8228 | 65.7057 |
#bcc235 color RGB value is (188,194,53).
#bcc235 hex color red value is 188, green value is 194 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bcc235 hue: 0.17 , saturation: 0.57 and the lightness value of bcc235 is 0.48.
The process color (four color CMYK) of #bcc235 color hex is 0.03, 0.00, 0.73, 0.24. Web safe color of #bcc235 is #cccc33. Color #bcc235 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11000010 | 00110101 |
Octal | 274 | 302 | 65 |
Decimal | 188 | 194 | 53 |
Hex | BC | C2 | 35 |
Shades of #bcc235
Tints of #bcc235
RGB Percentages of Color #bcc235
CMYK Percentages of Color #bcc235
Complementary Color
#bcc235 | #3b35c2 |
#bcc235 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcc235 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcc235 Color CSS Codes
.mybgcolor {background-color:#bcc235; } .myforecolor {color:#bcc235; } .mybordercolor {border:3px solid #bcc235; }
#bcc235 Text Font Color
<p style="color:#bcc235">Text here</p>
This sample text font color is #bcc235
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.
#bcc235 Background Color
<div style="background-color:#bcc235">
Div content here</div>
This div background color is #bcc235
#bcc235 Border Color
<div style="border:3px solid #bcc235">
Div here</div>
This div border color is #bcc235
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,194,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcc235; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcc235; -webkit-box-shadow: 1px 1px 3px 2px #bcc235; box-shadow: 1px 1px 3px 2px #bcc235; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,194,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcc235">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc235; -webkit-box-shadow: 1px 1px 3px 2px #bcc235; box-shadow: 1px 1px 3px 2px #bcc235;">
Div content here</div>
This div box has shadow with color #bcc235
Comments
No comments written yet.
Please login to write comment.