Color spaces of #bdf183
RGB | 189 | 241 | 131 |
---|---|---|---|
HSL | 0.25 | 0.80 | 0.73 |
HSV | 88° | 46° | 95° |
CMYK | 0.22 | 0.00 | 0.46 0.05 |
XYZ | 56.5383 | 75.3681 | 33.0403 |
Yxy | 75.3681 | 0.3428 | 0.4569 |
Hunter Lab | 86.8148 | -35.6775 | 38.2056 |
CIE-Lab | 89.5651 | -34.5169 | 47.6113 |
#bdf183 color RGB value is (189,241,131).
#bdf183 hex color red value is 189, green value is 241 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bdf183 hue: 0.25 , saturation: 0.80 and the lightness value of bdf183 is 0.73.
The process color (four color CMYK) of #bdf183 color hex is 0.22, 0.00, 0.46, 0.05. Web safe color of #bdf183 is #ccff99. Color #bdf183 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11110001 | 10000011 |
Octal | 275 | 361 | 203 |
Decimal | 189 | 241 | 131 |
Hex | BD | F1 | 83 |
Shades of #bdf183
Tints of #bdf183
RGB Percentages of Color #bdf183
CMYK Percentages of Color #bdf183
Complementary Color
#bdf183 | #b783f1 |
#bdf183 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdf183 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdf183 Color CSS Codes
.mybgcolor {background-color:#bdf183; } .myforecolor {color:#bdf183; } .mybordercolor {border:3px solid #bdf183; }
#bdf183 Text Font Color
<p style="color:#bdf183">Text here</p>
This sample text font color is #bdf183
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.
#bdf183 Background Color
<div style="background-color:#bdf183">
Div content here</div>
This div background color is #bdf183
#bdf183 Border Color
<div style="border:3px solid #bdf183">
Div here</div>
This div border color is #bdf183
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,241,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdf183; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdf183; -webkit-box-shadow: 1px 1px 3px 2px #bdf183; box-shadow: 1px 1px 3px 2px #bdf183; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,241,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdf183">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdf183; -webkit-box-shadow: 1px 1px 3px 2px #bdf183; box-shadow: 1px 1px 3px 2px #bdf183;">
Div content here</div>
This div box has shadow with color #bdf183
Comments
No comments written yet.
Please login to write comment.