Color spaces of #bbedcf
RGB | 187 | 237 | 207 |
---|---|---|---|
HSL | 0.40 | 0.58 | 0.83 |
HSV | 144° | 21° | 93° |
CMYK | 0.21 | 0.00 | 0.13 0.07 |
XYZ | 62.0402 | 75.6382 | 70.3612 |
Yxy | 75.6382 | 0.2982 | 0.3636 |
Hunter Lab | 86.9702 | -24.8649 | 12.9120 |
CIE-Lab | 89.6911 | -21.8396 | 9.3156 |
#bbedcf color RGB value is (187,237,207).
#bbedcf hex color red value is 187, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bbedcf hue: 0.40 , saturation: 0.58 and the lightness value of bbedcf is 0.83.
The process color (four color CMYK) of #bbedcf color hex is 0.21, 0.00, 0.13, 0.07. Web safe color of #bbedcf is #ccffcc. Color #bbedcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101101 | 11001111 |
Octal | 273 | 355 | 317 |
Decimal | 187 | 237 | 207 |
Hex | BB | ED | CF |
Shades of #bbedcf
Tints of #bbedcf
RGB Percentages of Color #bbedcf
CMYK Percentages of Color #bbedcf
Complementary Color
#bbedcf | #edbbd9 |
#bbedcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbedcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbedcf Color CSS Codes
.mybgcolor {background-color:#bbedcf; } .myforecolor {color:#bbedcf; } .mybordercolor {border:3px solid #bbedcf; }
#bbedcf Text Font Color
<p style="color:#bbedcf">Text here</p>
This sample text font color is #bbedcf
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.
#bbedcf Background Color
<div style="background-color:#bbedcf">
Div content here</div>
This div background color is #bbedcf
#bbedcf Border Color
<div style="border:3px solid #bbedcf">
Div here</div>
This div border color is #bbedcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,237,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbedcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbedcf; -webkit-box-shadow: 1px 1px 3px 2px #bbedcf; box-shadow: 1px 1px 3px 2px #bbedcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,237,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbedcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbedcf; -webkit-box-shadow: 1px 1px 3px 2px #bbedcf; box-shadow: 1px 1px 3px 2px #bbedcf;">
Div content here</div>
This div box has shadow with color #bbedcf
Comments
No comments written yet.
Please login to write comment.