Color spaces of #bddb55
RGB | 189 | 219 | 85 |
---|---|---|---|
HSL | 0.20 | 0.65 | 0.60 |
HSV | 73° | 61° | 86° |
CMYK | 0.14 | 0.00 | 0.61 0.14 |
XYZ | 47.9575 | 62.1377 | 18.0605 |
Yxy | 62.1377 | 0.3742 | 0.4849 |
Hunter Lab | 78.8275 | -29.3512 | 41.5950 |
CIE-Lab | 82.9866 | -28.6117 | 60.7778 |
#bddb55 color RGB value is (189,219,85).
#bddb55 hex color red value is 189, green value is 219 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bddb55 hue: 0.20 , saturation: 0.65 and the lightness value of bddb55 is 0.60.
The process color (four color CMYK) of #bddb55 color hex is 0.14, 0.00, 0.61, 0.14. Web safe color of #bddb55 is #cccc66. Color #bddb55 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011011 | 01010101 |
Octal | 275 | 333 | 125 |
Decimal | 189 | 219 | 85 |
Hex | BD | DB | 55 |
Shades of #bddb55
Tints of #bddb55
RGB Percentages of Color #bddb55
CMYK Percentages of Color #bddb55
Complementary Color
#bddb55 | #7355db |
#bddb55 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddb55 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddb55 Color CSS Codes
.mybgcolor {background-color:#bddb55; } .myforecolor {color:#bddb55; } .mybordercolor {border:3px solid #bddb55; }
#bddb55 Text Font Color
<p style="color:#bddb55">Text here</p>
This sample text font color is #bddb55
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.
#bddb55 Background Color
<div style="background-color:#bddb55">
Div content here</div>
This div background color is #bddb55
#bddb55 Border Color
<div style="border:3px solid #bddb55">
Div here</div>
This div border color is #bddb55
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,219,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddb55; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddb55; -webkit-box-shadow: 1px 1px 3px 2px #bddb55; box-shadow: 1px 1px 3px 2px #bddb55; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,219,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddb55">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddb55; -webkit-box-shadow: 1px 1px 3px 2px #bddb55; box-shadow: 1px 1px 3px 2px #bddb55;">
Div content here</div>
This div box has shadow with color #bddb55
Comments
No comments written yet.
Please login to write comment.