Color spaces of #bddc70
RGB | 189 | 220 | 112 |
---|---|---|---|
HSL | 0.21 | 0.61 | 0.65 |
HSV | 77° | 49° | 86° |
CMYK | 0.14 | 0.00 | 0.49 0.14 |
XYZ | 49.5041 | 63.1751 | 24.9141 |
Yxy | 63.1751 | 0.3598 | 0.4591 |
Hunter Lab | 79.4828 | -27.9200 | 37.0533 |
CIE-Lab | 83.5344 | -26.7392 | 49.2833 |
#bddc70 color RGB value is (189,220,112).
#bddc70 hex color red value is 189, green value is 220 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bddc70 hue: 0.21 , saturation: 0.61 and the lightness value of bddc70 is 0.65.
The process color (four color CMYK) of #bddc70 color hex is 0.14, 0.00, 0.49, 0.14. Web safe color of #bddc70 is #cccc66. Color #bddc70 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011100 | 01110000 |
Octal | 275 | 334 | 160 |
Decimal | 189 | 220 | 112 |
Hex | BD | DC | 70 |
Shades of #bddc70
Tints of #bddc70
RGB Percentages of Color #bddc70
CMYK Percentages of Color #bddc70
Complementary Color
#bddc70 | #8f70dc |
#bddc70 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddc70 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddc70 Color CSS Codes
.mybgcolor {background-color:#bddc70; } .myforecolor {color:#bddc70; } .mybordercolor {border:3px solid #bddc70; }
#bddc70 Text Font Color
<p style="color:#bddc70">Text here</p>
This sample text font color is #bddc70
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.
#bddc70 Background Color
<div style="background-color:#bddc70">
Div content here</div>
This div background color is #bddc70
#bddc70 Border Color
<div style="border:3px solid #bddc70">
Div here</div>
This div border color is #bddc70
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,220,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddc70; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddc70; -webkit-box-shadow: 1px 1px 3px 2px #bddc70; box-shadow: 1px 1px 3px 2px #bddc70; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,220,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddc70">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddc70; -webkit-box-shadow: 1px 1px 3px 2px #bddc70; box-shadow: 1px 1px 3px 2px #bddc70;">
Div content here</div>
This div box has shadow with color #bddc70
Comments
No comments written yet.
Please login to write comment.