Color spaces of #bdcf73
RGB | 189 | 207 | 115 |
---|---|---|---|
HSL | 0.20 | 0.49 | 0.63 |
HSV | 72° | 44° | 81° |
CMYK | 0.09 | 0.00 | 0.44 0.19 |
XYZ | 46.3936 | 56.6823 | 24.7152 |
Yxy | 56.6823 | 0.3630 | 0.4436 |
Hunter Lab | 75.2876 | -21.7585 | 33.2378 |
CIE-Lab | 80.0006 | -20.1157 | 43.5169 |
#bdcf73 color RGB value is (189,207,115).
#bdcf73 hex color red value is 189, green value is 207 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bdcf73 hue: 0.20 , saturation: 0.49 and the lightness value of bdcf73 is 0.63.
The process color (four color CMYK) of #bdcf73 color hex is 0.09, 0.00, 0.44, 0.19. Web safe color of #bdcf73 is #cccc66. Color #bdcf73 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001111 | 01110011 |
Octal | 275 | 317 | 163 |
Decimal | 189 | 207 | 115 |
Hex | BD | CF | 73 |
Shades of #bdcf73
Tints of #bdcf73
RGB Percentages of Color #bdcf73
CMYK Percentages of Color #bdcf73
Complementary Color
#bdcf73 | #8573cf |
#bdcf73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcf73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcf73 Color CSS Codes
.mybgcolor {background-color:#bdcf73; } .myforecolor {color:#bdcf73; } .mybordercolor {border:3px solid #bdcf73; }
#bdcf73 Text Font Color
<p style="color:#bdcf73">Text here</p>
This sample text font color is #bdcf73
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.
#bdcf73 Background Color
<div style="background-color:#bdcf73">
Div content here</div>
This div background color is #bdcf73
#bdcf73 Border Color
<div style="border:3px solid #bdcf73">
Div here</div>
This div border color is #bdcf73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,207,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcf73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcf73; -webkit-box-shadow: 1px 1px 3px 2px #bdcf73; box-shadow: 1px 1px 3px 2px #bdcf73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,207,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcf73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcf73; -webkit-box-shadow: 1px 1px 3px 2px #bdcf73; box-shadow: 1px 1px 3px 2px #bdcf73;">
Div content here</div>
This div box has shadow with color #bdcf73
Comments
No comments written yet.
Please login to write comment.