Color spaces of #bdc594
RGB | 189 | 197 | 148 |
---|---|---|---|
HSL | 0.19 | 0.30 | 0.68 |
HSV | 70° | 25° | 77° |
CMYK | 0.04 | 0.00 | 0.25 0.23 |
XYZ | 46.2978 | 52.8894 | 35.7855 |
Yxy | 52.8894 | 0.3430 | 0.3919 |
Hunter Lab | 72.7251 | -13.6334 | 21.7330 |
CIE-Lab | 77.8097 | -10.9432 | 23.7196 |
#bdc594 color RGB value is (189,197,148).
#bdc594 hex color red value is 189, green value is 197 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bdc594 hue: 0.19 , saturation: 0.30 and the lightness value of bdc594 is 0.68.
The process color (four color CMYK) of #bdc594 color hex is 0.04, 0.00, 0.25, 0.23. Web safe color of #bdc594 is #cccc99. Color #bdc594 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11000101 | 10010100 |
Octal | 275 | 305 | 224 |
Decimal | 189 | 197 | 148 |
Hex | BD | C5 | 94 |
Shades of #bdc594
Tints of #bdc594
RGB Percentages of Color #bdc594
CMYK Percentages of Color #bdc594
Complementary Color
#bdc594 | #9c94c5 |
#bdc594 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc594 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc594 Color CSS Codes
.mybgcolor {background-color:#bdc594; } .myforecolor {color:#bdc594; } .mybordercolor {border:3px solid #bdc594; }
#bdc594 Text Font Color
<p style="color:#bdc594">Text here</p>
This sample text font color is #bdc594
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.
#bdc594 Background Color
<div style="background-color:#bdc594">
Div content here</div>
This div background color is #bdc594
#bdc594 Border Color
<div style="border:3px solid #bdc594">
Div here</div>
This div border color is #bdc594
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,197,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc594; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc594; -webkit-box-shadow: 1px 1px 3px 2px #bdc594; box-shadow: 1px 1px 3px 2px #bdc594; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,197,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdc594">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc594; -webkit-box-shadow: 1px 1px 3px 2px #bdc594; box-shadow: 1px 1px 3px 2px #bdc594;">
Div content here</div>
This div box has shadow with color #bdc594
Comments
No comments written yet.
Please login to write comment.