Color spaces of #bdefdf
RGB | 189 | 239 | 223 |
---|---|---|---|
HSL | 0.45 | 0.61 | 0.84 |
HSV | 161° | 21° | 94° |
CMYK | 0.21 | 0.00 | 0.07 0.06 |
XYZ | 65.1721 | 77.8795 | 81.4094 |
Yxy | 77.8795 | 0.2903 | 0.3470 |
Hunter Lab | 88.2494 | -22.6142 | 7.0800 |
CIE-Lab | 90.7249 | -19.1167 | 2.4841 |
#bdefdf color RGB value is (189,239,223).
#bdefdf hex color red value is 189, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bdefdf hue: 0.45 , saturation: 0.61 and the lightness value of bdefdf is 0.84.
The process color (four color CMYK) of #bdefdf color hex is 0.21, 0.00, 0.07, 0.06. Web safe color of #bdefdf is #ccffcc. Color #bdefdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101111 | 11011111 |
Octal | 275 | 357 | 337 |
Decimal | 189 | 239 | 223 |
Hex | BD | EF | DF |
Shades of #bdefdf
Tints of #bdefdf
RGB Percentages of Color #bdefdf
CMYK Percentages of Color #bdefdf
Complementary Color
#bdefdf | #efbdcd |
#bdefdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdefdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdefdf Color CSS Codes
.mybgcolor {background-color:#bdefdf; } .myforecolor {color:#bdefdf; } .mybordercolor {border:3px solid #bdefdf; }
#bdefdf Text Font Color
<p style="color:#bdefdf">Text here</p>
This sample text font color is #bdefdf
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.
#bdefdf Background Color
<div style="background-color:#bdefdf">
Div content here</div>
This div background color is #bdefdf
#bdefdf Border Color
<div style="border:3px solid #bdefdf">
Div here</div>
This div border color is #bdefdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,239,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdefdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdefdf; -webkit-box-shadow: 1px 1px 3px 2px #bdefdf; box-shadow: 1px 1px 3px 2px #bdefdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,239,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdefdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdefdf; -webkit-box-shadow: 1px 1px 3px 2px #bdefdf; box-shadow: 1px 1px 3px 2px #bdefdf;">
Div content here</div>
This div box has shadow with color #bdefdf
Comments
No comments written yet.
Please login to write comment.