Color spaces of #bbd628
RGB | 187 | 214 | 40 |
---|---|---|---|
HSL | 0.19 | 0.69 | 0.50 |
HSV | 69° | 81° | 84° |
CMYK | 0.13 | 0.00 | 0.81 0.16 |
XYZ | 44.9231 | 58.8111 | 10.9915 |
Yxy | 58.8111 | 0.3916 | 0.5126 |
Hunter Lab | 76.6884 | -29.6416 | 45.1840 |
CIE-Lab | 81.1877 | -29.4365 | 74.4408 |
#bbd628 color RGB value is (187,214,40).
#bbd628 hex color red value is 187, green value is 214 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bbd628 hue: 0.19 , saturation: 0.69 and the lightness value of bbd628 is 0.50.
The process color (four color CMYK) of #bbd628 color hex is 0.13, 0.00, 0.81, 0.16. Web safe color of #bbd628 is #cccc33. Color #bbd628 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11010110 | 00101000 |
Octal | 273 | 326 | 50 |
Decimal | 187 | 214 | 40 |
Hex | BB | D6 | 28 |
Shades of #bbd628
Tints of #bbd628
RGB Percentages of Color #bbd628
CMYK Percentages of Color #bbd628
Complementary Color
#bbd628 | #4328d6 |
#bbd628 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbd628 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbd628 Color CSS Codes
.mybgcolor {background-color:#bbd628; } .myforecolor {color:#bbd628; } .mybordercolor {border:3px solid #bbd628; }
#bbd628 Text Font Color
<p style="color:#bbd628">Text here</p>
This sample text font color is #bbd628
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.
#bbd628 Background Color
<div style="background-color:#bbd628">
Div content here</div>
This div background color is #bbd628
#bbd628 Border Color
<div style="border:3px solid #bbd628">
Div here</div>
This div border color is #bbd628
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,214,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbd628; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbd628; -webkit-box-shadow: 1px 1px 3px 2px #bbd628; box-shadow: 1px 1px 3px 2px #bbd628; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,214,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbd628">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd628; -webkit-box-shadow: 1px 1px 3px 2px #bbd628; box-shadow: 1px 1px 3px 2px #bbd628;">
Div content here</div>
This div box has shadow with color #bbd628
Comments
No comments written yet.
Please login to write comment.