Color spaces of #bdebd0
RGB | 189 | 235 | 208 |
---|---|---|---|
HSL | 0.40 | 0.53 | 0.83 |
HSV | 145° | 20° | 92° |
CMYK | 0.20 | 0.00 | 0.11 0.08 |
XYZ | 62.0798 | 74.7895 | 70.8384 |
Yxy | 74.7895 | 0.2989 | 0.3601 |
Hunter Lab | 86.4809 | -23.2065 | 11.9709 |
CIE-Lab | 89.2943 | -20.0370 | 8.2415 |
#bdebd0 color RGB value is (189,235,208).
#bdebd0 hex color red value is 189, green value is 235 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #bdebd0 hue: 0.40 , saturation: 0.53 and the lightness value of bdebd0 is 0.83.
The process color (four color CMYK) of #bdebd0 color hex is 0.20, 0.00, 0.11, 0.08. Web safe color of #bdebd0 is #ccffcc. Color #bdebd0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101011 | 11010000 |
Octal | 275 | 353 | 320 |
Decimal | 189 | 235 | 208 |
Hex | BD | EB | D0 |
Shades of #bdebd0
Tints of #bdebd0
RGB Percentages of Color #bdebd0
CMYK Percentages of Color #bdebd0
Complementary Color
#bdebd0 | #ebbdd8 |
#bdebd0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdebd0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdebd0 Color CSS Codes
.mybgcolor {background-color:#bdebd0; } .myforecolor {color:#bdebd0; } .mybordercolor {border:3px solid #bdebd0; }
#bdebd0 Text Font Color
<p style="color:#bdebd0">Text here</p>
This sample text font color is #bdebd0
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.
#bdebd0 Background Color
<div style="background-color:#bdebd0">
Div content here</div>
This div background color is #bdebd0
#bdebd0 Border Color
<div style="border:3px solid #bdebd0">
Div here</div>
This div border color is #bdebd0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,235,208, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdebd0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdebd0; -webkit-box-shadow: 1px 1px 3px 2px #bdebd0; box-shadow: 1px 1px 3px 2px #bdebd0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,235,208, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdebd0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdebd0; -webkit-box-shadow: 1px 1px 3px 2px #bdebd0; box-shadow: 1px 1px 3px 2px #bdebd0;">
Div content here</div>
This div box has shadow with color #bdebd0
Comments
No comments written yet.
Please login to write comment.