Color spaces of #bdebde
RGB | 189 | 235 | 222 |
---|---|---|---|
HSL | 0.45 | 0.53 | 0.83 |
HSV | 163° | 20° | 92° |
CMYK | 0.20 | 0.00 | 0.06 0.08 |
XYZ | 63.8794 | 75.5094 | 80.3152 |
Yxy | 75.5094 | 0.2908 | 0.3437 |
Hunter Lab | 86.8961 | -20.8487 | 6.0275 |
CIE-Lab | 89.6311 | -17.3365 | 1.4151 |
#bdebde color RGB value is (189,235,222).
#bdebde hex color red value is 189, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bdebde hue: 0.45 , saturation: 0.53 and the lightness value of bdebde is 0.83.
The process color (four color CMYK) of #bdebde color hex is 0.20, 0.00, 0.06, 0.08. Web safe color of #bdebde is #ccffcc. Color #bdebde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101011 | 11011110 |
Octal | 275 | 353 | 336 |
Decimal | 189 | 235 | 222 |
Hex | BD | EB | DE |
Shades of #bdebde
Tints of #bdebde
RGB Percentages of Color #bdebde
CMYK Percentages of Color #bdebde
Complementary Color
#bdebde | #ebbdca |
#bdebde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdebde Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdebde Color CSS Codes
.mybgcolor {background-color:#bdebde; } .myforecolor {color:#bdebde; } .mybordercolor {border:3px solid #bdebde; }
#bdebde Text Font Color
<p style="color:#bdebde">Text here</p>
This sample text font color is #bdebde
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.
#bdebde Background Color
<div style="background-color:#bdebde">
Div content here</div>
This div background color is #bdebde
#bdebde Border Color
<div style="border:3px solid #bdebde">
Div here</div>
This div border color is #bdebde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,235,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdebde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdebde; -webkit-box-shadow: 1px 1px 3px 2px #bdebde; box-shadow: 1px 1px 3px 2px #bdebde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,235,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdebde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdebde; -webkit-box-shadow: 1px 1px 3px 2px #bdebde; box-shadow: 1px 1px 3px 2px #bdebde;">
Div content here</div>
This div box has shadow with color #bdebde
Comments
No comments written yet.
Please login to write comment.