Color spaces of #bdd626
RGB | 189 | 214 | 38 |
---|---|---|---|
HSL | 0.19 | 0.70 | 0.49 |
HSV | 69° | 82° | 84° |
CMYK | 0.12 | 0.00 | 0.82 0.16 |
XYZ | 45.3827 | 59.0519 | 10.8400 |
Yxy | 59.0519 | 0.3937 | 0.5123 |
Hunter Lab | 76.8452 | -29.0619 | 45.4281 |
CIE-Lab | 81.3201 | -28.6838 | 75.0990 |
#bdd626 color RGB value is (189,214,38).
#bdd626 hex color red value is 189, green value is 214 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bdd626 hue: 0.19 , saturation: 0.70 and the lightness value of bdd626 is 0.49.
The process color (four color CMYK) of #bdd626 color hex is 0.12, 0.00, 0.82, 0.16. Web safe color of #bdd626 is #cccc33. Color #bdd626 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11010110 | 00100110 |
Octal | 275 | 326 | 46 |
Decimal | 189 | 214 | 38 |
Hex | BD | D6 | 26 |
Shades of #bdd626
Tints of #bdd626
RGB Percentages of Color #bdd626
CMYK Percentages of Color #bdd626
Complementary Color
#bdd626 | #3f26d6 |
#bdd626 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdd626 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdd626 Color CSS Codes
.mybgcolor {background-color:#bdd626; } .myforecolor {color:#bdd626; } .mybordercolor {border:3px solid #bdd626; }
#bdd626 Text Font Color
<p style="color:#bdd626">Text here</p>
This sample text font color is #bdd626
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.
#bdd626 Background Color
<div style="background-color:#bdd626">
Div content here</div>
This div background color is #bdd626
#bdd626 Border Color
<div style="border:3px solid #bdd626">
Div here</div>
This div border color is #bdd626
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,214,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdd626; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdd626; -webkit-box-shadow: 1px 1px 3px 2px #bdd626; box-shadow: 1px 1px 3px 2px #bdd626; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,214,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdd626">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdd626; -webkit-box-shadow: 1px 1px 3px 2px #bdd626; box-shadow: 1px 1px 3px 2px #bdd626;">
Div content here</div>
This div box has shadow with color #bdd626
Comments
No comments written yet.
Please login to write comment.