Color spaces of #bdfcef
RGB | 189 | 252 | 239 |
---|---|---|---|
HSL | 0.47 | 0.91 | 0.86 |
HSV | 168° | 25° | 99° |
CMYK | 0.25 | 0.00 | 0.05 0.01 |
XYZ | 71.3767 | 86.6716 | 94.6287 |
Yxy | 86.6716 | 0.2825 | 0.3430 |
Hunter Lab | 93.0976 | -26.0672 | 4.9032 |
CIE-Lab | 94.5988 | -22.2445 | -0.1737 |
#bdfcef color RGB value is (189,252,239).
#bdfcef hex color red value is 189, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bdfcef hue: 0.47 , saturation: 0.91 and the lightness value of bdfcef is 0.86.
The process color (four color CMYK) of #bdfcef color hex is 0.25, 0.00, 0.05, 0.01. Web safe color of #bdfcef is #ccffff. Color #bdfcef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111100 | 11101111 |
Octal | 275 | 374 | 357 |
Decimal | 189 | 252 | 239 |
Hex | BD | FC | EF |
Shades of #bdfcef
Tints of #bdfcef
RGB Percentages of Color #bdfcef
CMYK Percentages of Color #bdfcef
Complementary Color
#bdfcef | #fcbdca |
#bdfcef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdfcef Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdfcef Color CSS Codes
.mybgcolor {background-color:#bdfcef; } .myforecolor {color:#bdfcef; } .mybordercolor {border:3px solid #bdfcef; }
#bdfcef Text Font Color
<p style="color:#bdfcef">Text here</p>
This sample text font color is #bdfcef
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.
#bdfcef Background Color
<div style="background-color:#bdfcef">
Div content here</div>
This div background color is #bdfcef
#bdfcef Border Color
<div style="border:3px solid #bdfcef">
Div here</div>
This div border color is #bdfcef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,252,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdfcef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdfcef; -webkit-box-shadow: 1px 1px 3px 2px #bdfcef; box-shadow: 1px 1px 3px 2px #bdfcef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,252,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdfcef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdfcef; -webkit-box-shadow: 1px 1px 3px 2px #bdfcef; box-shadow: 1px 1px 3px 2px #bdfcef;">
Div content here</div>
This div box has shadow with color #bdfcef
Comments
No comments written yet.
Please login to write comment.