Color spaces of #bda253
RGB | 189 | 162 | 83 |
---|---|---|---|
HSL | 0.12 | 0.45 | 0.53 |
HSV | 45° | 56° | 74° |
CMYK | 0.00 | 0.14 | 0.56 0.26 |
XYZ | 35.4679 | 37.2840 | 13.5108 |
Yxy | 37.2840 | 0.4112 | 0.4322 |
Hunter Lab | 61.0606 | -3.1719 | 29.6234 |
CIE-Lab | 67.4896 | 0.1035 | 44.1920 |
#bda253 color RGB value is (189,162,83).
#bda253 hex color red value is 189, green value is 162 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bda253 hue: 0.12 , saturation: 0.45 and the lightness value of bda253 is 0.53.
The process color (four color CMYK) of #bda253 color hex is 0.00, 0.14, 0.56, 0.26. Web safe color of #bda253 is #cc9966. Color #bda253 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100010 | 01010011 |
Octal | 275 | 242 | 123 |
Decimal | 189 | 162 | 83 |
Hex | BD | A2 | 53 |
Shades of #bda253
Tints of #bda253
RGB Percentages of Color #bda253
CMYK Percentages of Color #bda253
Complementary Color
#bda253 | #536ebd |
#bda253 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda253 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda253 Color CSS Codes
.mybgcolor {background-color:#bda253; } .myforecolor {color:#bda253; } .mybordercolor {border:3px solid #bda253; }
#bda253 Text Font Color
<p style="color:#bda253">Text here</p>
This sample text font color is #bda253
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.
#bda253 Background Color
<div style="background-color:#bda253">
Div content here</div>
This div background color is #bda253
#bda253 Border Color
<div style="border:3px solid #bda253">
Div here</div>
This div border color is #bda253
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,162,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda253; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda253; -webkit-box-shadow: 1px 1px 3px 2px #bda253; box-shadow: 1px 1px 3px 2px #bda253; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,162,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda253">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda253; -webkit-box-shadow: 1px 1px 3px 2px #bda253; box-shadow: 1px 1px 3px 2px #bda253;">
Div content here</div>
This div box has shadow with color #bda253
Comments
No comments written yet.
Please login to write comment.