Color spaces of #bdfda2
RGB | 189 | 253 | 162 |
---|---|---|---|
HSL | 0.28 | 0.96 | 0.81 |
HSV | 102° | 36° | 99° |
CMYK | 0.25 | 0.00 | 0.36 0.01 |
XYZ | 62.6331 | 83.6780 | 47.0328 |
Yxy | 83.6780 | 0.3239 | 0.4328 |
Hunter Lab | 91.4757 | -37.8641 | 33.5486 |
CIE-Lab | 93.3105 | -36.0631 | 37.2808 |
#bdfda2 color RGB value is (189,253,162).
#bdfda2 hex color red value is 189, green value is 253 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bdfda2 hue: 0.28 , saturation: 0.96 and the lightness value of bdfda2 is 0.81.
The process color (four color CMYK) of #bdfda2 color hex is 0.25, 0.00, 0.36, 0.01. Web safe color of #bdfda2 is #ccff99. Color #bdfda2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111101 | 10100010 |
Octal | 275 | 375 | 242 |
Decimal | 189 | 253 | 162 |
Hex | BD | FD | A2 |
Shades of #bdfda2
Tints of #bdfda2
RGB Percentages of Color #bdfda2
CMYK Percentages of Color #bdfda2
Complementary Color
#bdfda2 | #e2a2fd |
#bdfda2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdfda2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdfda2 Color CSS Codes
.mybgcolor {background-color:#bdfda2; } .myforecolor {color:#bdfda2; } .mybordercolor {border:3px solid #bdfda2; }
#bdfda2 Text Font Color
<p style="color:#bdfda2">Text here</p>
This sample text font color is #bdfda2
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.
#bdfda2 Background Color
<div style="background-color:#bdfda2">
Div content here</div>
This div background color is #bdfda2
#bdfda2 Border Color
<div style="border:3px solid #bdfda2">
Div here</div>
This div border color is #bdfda2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,253,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdfda2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdfda2; -webkit-box-shadow: 1px 1px 3px 2px #bdfda2; box-shadow: 1px 1px 3px 2px #bdfda2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,253,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdfda2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdfda2; -webkit-box-shadow: 1px 1px 3px 2px #bdfda2; box-shadow: 1px 1px 3px 2px #bdfda2;">
Div content here</div>
This div box has shadow with color #bdfda2
Comments
No comments written yet.
Please login to write comment.