Color spaces of #bbd058
RGB | 187 | 208 | 88 |
---|---|---|---|
HSL | 0.20 | 0.56 | 0.58 |
HSV | 71° | 58° | 82° |
CMYK | 0.10 | 0.00 | 0.58 0.18 |
XYZ | 44.8108 | 56.3811 | 17.7534 |
Yxy | 56.3811 | 0.3767 | 0.4740 |
Hunter Lab | 75.0873 | -24.8772 | 38.5428 |
CIE-Lab | 79.8302 | -23.9104 | 55.9622 |
#bbd058 color RGB value is (187,208,88).
#bbd058 hex color red value is 187, green value is 208 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bbd058 hue: 0.20 , saturation: 0.56 and the lightness value of bbd058 is 0.58.
The process color (four color CMYK) of #bbd058 color hex is 0.10, 0.00, 0.58, 0.18. Web safe color of #bbd058 is #cccc66. Color #bbd058 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11010000 | 01011000 |
Octal | 273 | 320 | 130 |
Decimal | 187 | 208 | 88 |
Hex | BB | D0 | 58 |
Shades of #bbd058
Tints of #bbd058
RGB Percentages of Color #bbd058
CMYK Percentages of Color #bbd058
Complementary Color
#bbd058 | #6d58d0 |
#bbd058 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbd058 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbd058 Color CSS Codes
.mybgcolor {background-color:#bbd058; } .myforecolor {color:#bbd058; } .mybordercolor {border:3px solid #bbd058; }
#bbd058 Text Font Color
<p style="color:#bbd058">Text here</p>
This sample text font color is #bbd058
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.
#bbd058 Background Color
<div style="background-color:#bbd058">
Div content here</div>
This div background color is #bbd058
#bbd058 Border Color
<div style="border:3px solid #bbd058">
Div here</div>
This div border color is #bbd058
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,208,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbd058; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbd058; -webkit-box-shadow: 1px 1px 3px 2px #bbd058; box-shadow: 1px 1px 3px 2px #bbd058; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,208,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 #bbd058">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd058; -webkit-box-shadow: 1px 1px 3px 2px #bbd058; box-shadow: 1px 1px 3px 2px #bbd058;">
Div content here</div>
This div box has shadow with color #bbd058
Comments
No comments written yet.
Please login to write comment.