Color spaces of #bbd248
RGB | 187 | 210 | 72 |
---|---|---|---|
HSL | 0.19 | 0.61 | 0.55 |
HSV | 70° | 66° | 82° |
CMYK | 0.11 | 0.00 | 0.66 0.18 |
XYZ | 44.7098 | 57.1259 | 14.8008 |
Yxy | 57.1259 | 0.3833 | 0.4898 |
Hunter Lab | 75.5817 | -26.6775 | 41.2967 |
CIE-Lab | 80.2504 | -26.0139 | 63.1145 |
#bbd248 color RGB value is (187,210,72).
#bbd248 hex color red value is 187, green value is 210 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bbd248 hue: 0.19 , saturation: 0.61 and the lightness value of bbd248 is 0.55.
The process color (four color CMYK) of #bbd248 color hex is 0.11, 0.00, 0.66, 0.18. Web safe color of #bbd248 is #cccc33. Color #bbd248 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11010010 | 01001000 |
Octal | 273 | 322 | 110 |
Decimal | 187 | 210 | 72 |
Hex | BB | D2 | 48 |
Shades of #bbd248
Tints of #bbd248
RGB Percentages of Color #bbd248
CMYK Percentages of Color #bbd248
Complementary Color
#bbd248 | #5f48d2 |
#bbd248 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbd248 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbd248 Color CSS Codes
.mybgcolor {background-color:#bbd248; } .myforecolor {color:#bbd248; } .mybordercolor {border:3px solid #bbd248; }
#bbd248 Text Font Color
<p style="color:#bbd248">Text here</p>
This sample text font color is #bbd248
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.
#bbd248 Background Color
<div style="background-color:#bbd248">
Div content here</div>
This div background color is #bbd248
#bbd248 Border Color
<div style="border:3px solid #bbd248">
Div here</div>
This div border color is #bbd248
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,210,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbd248; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbd248; -webkit-box-shadow: 1px 1px 3px 2px #bbd248; box-shadow: 1px 1px 3px 2px #bbd248; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,210,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbd248">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd248; -webkit-box-shadow: 1px 1px 3px 2px #bbd248; box-shadow: 1px 1px 3px 2px #bbd248;">
Div content here</div>
This div box has shadow with color #bbd248
Comments
No comments written yet.
Please login to write comment.