Color spaces of #bdedbd
RGB | 189 | 237 | 189 |
---|---|---|---|
HSL | 0.33 | 0.57 | 0.84 |
HSV | 120° | 20° | 93° |
CMYK | 0.20 | 0.00 | 0.20 0.07 |
XYZ | 60.4558 | 75.0613 | 59.4460 |
Yxy | 75.0613 | 0.3101 | 0.3850 |
Hunter Lab | 86.6379 | -27.0594 | 19.9651 |
CIE-Lab | 89.4217 | -24.4025 | 18.2993 |
#bdedbd color RGB value is (189,237,189).
#bdedbd hex color red value is 189, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bdedbd hue: 0.33 , saturation: 0.57 and the lightness value of bdedbd is 0.84.
The process color (four color CMYK) of #bdedbd color hex is 0.20, 0.00, 0.20, 0.07. Web safe color of #bdedbd is #ccffcc. Color #bdedbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101101 | 10111101 |
Octal | 275 | 355 | 275 |
Decimal | 189 | 237 | 189 |
Hex | BD | ED | BD |
Shades of #bdedbd
Tints of #bdedbd
RGB Percentages of Color #bdedbd
CMYK Percentages of Color #bdedbd
Complementary Color
#bdedbd | #edbded |
#bdedbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdedbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdedbd Color CSS Codes
.mybgcolor {background-color:#bdedbd; } .myforecolor {color:#bdedbd; } .mybordercolor {border:3px solid #bdedbd; }
#bdedbd Text Font Color
<p style="color:#bdedbd">Text here</p>
This sample text font color is #bdedbd
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.
#bdedbd Background Color
<div style="background-color:#bdedbd">
Div content here</div>
This div background color is #bdedbd
#bdedbd Border Color
<div style="border:3px solid #bdedbd">
Div here</div>
This div border color is #bdedbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,237,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdedbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdedbd; -webkit-box-shadow: 1px 1px 3px 2px #bdedbd; box-shadow: 1px 1px 3px 2px #bdedbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,237,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdedbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdedbd; -webkit-box-shadow: 1px 1px 3px 2px #bdedbd; box-shadow: 1px 1px 3px 2px #bdedbd;">
Div content here</div>
This div box has shadow with color #bdedbd
Comments
No comments written yet.
Please login to write comment.