Color spaces of #bbd585
RGB | 187 | 213 | 133 |
---|---|---|---|
HSL | 0.22 | 0.49 | 0.68 |
HSV | 80° | 38° | 84° |
CMYK | 0.12 | 0.00 | 0.38 0.16 |
XYZ | 48.5214 | 59.8468 | 31.1845 |
Yxy | 59.8468 | 0.3477 | 0.4288 |
Hunter Lab | 77.3607 | -23.4243 | 30.2524 |
CIE-Lab | 81.7548 | -21.7484 | 36.7102 |
#bbd585 color RGB value is (187,213,133).
#bbd585 hex color red value is 187, green value is 213 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bbd585 hue: 0.22 , saturation: 0.49 and the lightness value of bbd585 is 0.68.
The process color (four color CMYK) of #bbd585 color hex is 0.12, 0.00, 0.38, 0.16. Web safe color of #bbd585 is #cccc99. Color #bbd585 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11010101 | 10000101 |
Octal | 273 | 325 | 205 |
Decimal | 187 | 213 | 133 |
Hex | BB | D5 | 85 |
Shades of #bbd585
Tints of #bbd585
RGB Percentages of Color #bbd585
CMYK Percentages of Color #bbd585
Complementary Color
#bbd585 | #9f85d5 |
#bbd585 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbd585 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbd585 Color CSS Codes
.mybgcolor {background-color:#bbd585; } .myforecolor {color:#bbd585; } .mybordercolor {border:3px solid #bbd585; }
#bbd585 Text Font Color
<p style="color:#bbd585">Text here</p>
This sample text font color is #bbd585
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.
#bbd585 Background Color
<div style="background-color:#bbd585">
Div content here</div>
This div background color is #bbd585
#bbd585 Border Color
<div style="border:3px solid #bbd585">
Div here</div>
This div border color is #bbd585
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,213,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbd585; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbd585; -webkit-box-shadow: 1px 1px 3px 2px #bbd585; box-shadow: 1px 1px 3px 2px #bbd585; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,213,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbd585">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd585; -webkit-box-shadow: 1px 1px 3px 2px #bbd585; box-shadow: 1px 1px 3px 2px #bbd585;">
Div content here</div>
This div box has shadow with color #bbd585
Comments
No comments written yet.
Please login to write comment.