Color spaces of #bdb258
RGB | 189 | 178 | 88 |
---|---|---|---|
HSL | 0.15 | 0.43 | 0.54 |
HSV | 53° | 53° | 74° |
CMYK | 0.00 | 0.06 | 0.53 0.26 |
XYZ | 38.6681 | 43.3642 | 15.5646 |
Yxy | 43.3642 | 0.3962 | 0.4443 |
Hunter Lab | 65.8515 | -10.4247 | 32.0823 |
CIE-Lab | 71.8015 | -7.9660 | 46.8081 |
#bdb258 color RGB value is (189,178,88).
#bdb258 hex color red value is 189, green value is 178 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bdb258 hue: 0.15 , saturation: 0.43 and the lightness value of bdb258 is 0.54.
The process color (four color CMYK) of #bdb258 color hex is 0.00, 0.06, 0.53, 0.26. Web safe color of #bdb258 is #cc9966. Color #bdb258 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10110010 | 01011000 |
Octal | 275 | 262 | 130 |
Decimal | 189 | 178 | 88 |
Hex | BD | B2 | 58 |
Shades of #bdb258
Tints of #bdb258
RGB Percentages of Color #bdb258
CMYK Percentages of Color #bdb258
Complementary Color
#bdb258 | #5863bd |
#bdb258 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb258 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb258 Color CSS Codes
.mybgcolor {background-color:#bdb258; } .myforecolor {color:#bdb258; } .mybordercolor {border:3px solid #bdb258; }
#bdb258 Text Font Color
<p style="color:#bdb258">Text here</p>
This sample text font color is #bdb258
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.
#bdb258 Background Color
<div style="background-color:#bdb258">
Div content here</div>
This div background color is #bdb258
#bdb258 Border Color
<div style="border:3px solid #bdb258">
Div here</div>
This div border color is #bdb258
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,178,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb258; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb258; -webkit-box-shadow: 1px 1px 3px 2px #bdb258; box-shadow: 1px 1px 3px 2px #bdb258; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,178,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb258">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb258; -webkit-box-shadow: 1px 1px 3px 2px #bdb258; box-shadow: 1px 1px 3px 2px #bdb258;">
Div content here</div>
This div box has shadow with color #bdb258
Comments
No comments written yet.
Please login to write comment.