Color spaces of #bdeb66
RGB | 189 | 235 | 102 |
---|---|---|---|
HSL | 0.22 | 0.77 | 0.66 |
HSV | 81° | 57° | 92° |
CMYK | 0.20 | 0.00 | 0.57 0.08 |
XYZ | 53.0929 | 71.1948 | 23.5141 |
Yxy | 71.1948 | 0.3592 | 0.4817 |
Hunter Lab | 84.3770 | -35.3415 | 42.5410 |
CIE-Lab | 87.5796 | -34.6798 | 58.5933 |
#bdeb66 color RGB value is (189,235,102).
#bdeb66 hex color red value is 189, green value is 235 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bdeb66 hue: 0.22 , saturation: 0.77 and the lightness value of bdeb66 is 0.66.
The process color (four color CMYK) of #bdeb66 color hex is 0.20, 0.00, 0.57, 0.08. Web safe color of #bdeb66 is #ccff66. Color #bdeb66 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101011 | 01100110 |
Octal | 275 | 353 | 146 |
Decimal | 189 | 235 | 102 |
Hex | BD | EB | 66 |
Shades of #bdeb66
Tints of #bdeb66
RGB Percentages of Color #bdeb66
CMYK Percentages of Color #bdeb66
Complementary Color
#bdeb66 | #9466eb |
#bdeb66 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdeb66 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdeb66 Color CSS Codes
.mybgcolor {background-color:#bdeb66; } .myforecolor {color:#bdeb66; } .mybordercolor {border:3px solid #bdeb66; }
#bdeb66 Text Font Color
<p style="color:#bdeb66">Text here</p>
This sample text font color is #bdeb66
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.
#bdeb66 Background Color
<div style="background-color:#bdeb66">
Div content here</div>
This div background color is #bdeb66
#bdeb66 Border Color
<div style="border:3px solid #bdeb66">
Div here</div>
This div border color is #bdeb66
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,235,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdeb66; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdeb66; -webkit-box-shadow: 1px 1px 3px 2px #bdeb66; box-shadow: 1px 1px 3px 2px #bdeb66; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,235,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdeb66">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdeb66; -webkit-box-shadow: 1px 1px 3px 2px #bdeb66; box-shadow: 1px 1px 3px 2px #bdeb66;">
Div content here</div>
This div box has shadow with color #bdeb66
Comments
No comments written yet.
Please login to write comment.