Color spaces of #bdfecd
RGB | 189 | 254 | 205 |
---|---|---|---|
HSL | 0.37 | 0.97 | 0.87 |
HSV | 135° | 26° | 100° |
CMYK | 0.26 | 0.00 | 0.19 0.00 |
XYZ | 67.4475 | 86.1102 | 70.8237 |
Yxy | 86.1102 | 0.3006 | 0.3838 |
Hunter Lab | 92.7956 | -32.6514 | 19.7054 |
CIE-Lab | 94.3594 | -29.7103 | 16.9865 |
#bdfecd color RGB value is (189,254,205).
#bdfecd hex color red value is 189, green value is 254 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bdfecd hue: 0.37 , saturation: 0.97 and the lightness value of bdfecd is 0.87.
The process color (four color CMYK) of #bdfecd color hex is 0.26, 0.00, 0.19, 0.00. Web safe color of #bdfecd is #ccffcc. Color #bdfecd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111110 | 11001101 |
Octal | 275 | 376 | 315 |
Decimal | 189 | 254 | 205 |
Hex | BD | FE | CD |
Shades of #bdfecd
Tints of #bdfecd
RGB Percentages of Color #bdfecd
CMYK Percentages of Color #bdfecd
Complementary Color
#bdfecd | #febdee |
#bdfecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdfecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdfecd Color CSS Codes
.mybgcolor {background-color:#bdfecd; } .myforecolor {color:#bdfecd; } .mybordercolor {border:3px solid #bdfecd; }
#bdfecd Text Font Color
<p style="color:#bdfecd">Text here</p>
This sample text font color is #bdfecd
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.
#bdfecd Background Color
<div style="background-color:#bdfecd">
Div content here</div>
This div background color is #bdfecd
#bdfecd Border Color
<div style="border:3px solid #bdfecd">
Div here</div>
This div border color is #bdfecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,254,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdfecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdfecd; -webkit-box-shadow: 1px 1px 3px 2px #bdfecd; box-shadow: 1px 1px 3px 2px #bdfecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,254,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdfecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdfecd; -webkit-box-shadow: 1px 1px 3px 2px #bdfecd; box-shadow: 1px 1px 3px 2px #bdfecd;">
Div content here</div>
This div box has shadow with color #bdfecd
Comments
No comments written yet.
Please login to write comment.