Color spaces of #bdef92
RGB | 189 | 239 | 146 |
---|---|---|---|
HSL | 0.26 | 0.74 | 0.75 |
HSV | 92° | 39° | 94° |
CMYK | 0.21 | 0.00 | 0.39 0.06 |
XYZ | 57.0411 | 74.6271 | 38.5922 |
Yxy | 74.6271 | 0.3350 | 0.4383 |
Hunter Lab | 86.3870 | -33.3141 | 33.9839 |
CIE-Lab | 89.2180 | -31.7779 | 39.8713 |
#bdef92 color RGB value is (189,239,146).
#bdef92 hex color red value is 189, green value is 239 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bdef92 hue: 0.26 , saturation: 0.74 and the lightness value of bdef92 is 0.75.
The process color (four color CMYK) of #bdef92 color hex is 0.21, 0.00, 0.39, 0.06. Web safe color of #bdef92 is #ccff99. Color #bdef92 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101111 | 10010010 |
Octal | 275 | 357 | 222 |
Decimal | 189 | 239 | 146 |
Hex | BD | EF | 92 |
Shades of #bdef92
Tints of #bdef92
RGB Percentages of Color #bdef92
CMYK Percentages of Color #bdef92
Complementary Color
#bdef92 | #c492ef |
#bdef92 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdef92 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdef92 Color CSS Codes
.mybgcolor {background-color:#bdef92; } .myforecolor {color:#bdef92; } .mybordercolor {border:3px solid #bdef92; }
#bdef92 Text Font Color
<p style="color:#bdef92">Text here</p>
This sample text font color is #bdef92
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.
#bdef92 Background Color
<div style="background-color:#bdef92">
Div content here</div>
This div background color is #bdef92
#bdef92 Border Color
<div style="border:3px solid #bdef92">
Div here</div>
This div border color is #bdef92
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,239,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdef92; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdef92; -webkit-box-shadow: 1px 1px 3px 2px #bdef92; box-shadow: 1px 1px 3px 2px #bdef92; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,239,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdef92">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdef92; -webkit-box-shadow: 1px 1px 3px 2px #bdef92; box-shadow: 1px 1px 3px 2px #bdef92;">
Div content here</div>
This div box has shadow with color #bdef92
Comments
No comments written yet.
Please login to write comment.