Color spaces of #bbeadc
RGB | 187 | 234 | 220 |
---|---|---|---|
HSL | 0.45 | 0.53 | 0.83 |
HSV | 162° | 20° | 92° |
CMYK | 0.20 | 0.00 | 0.06 0.08 |
XYZ | 62.8346 | 74.5777 | 78.7934 |
Yxy | 74.5777 | 0.2906 | 0.3449 |
Hunter Lab | 86.3584 | -21.2501 | 6.3547 |
CIE-Lab | 89.1948 | -17.8571 | 1.8116 |
#bbeadc color RGB value is (187,234,220).
#bbeadc hex color red value is 187, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbeadc hue: 0.45 , saturation: 0.53 and the lightness value of bbeadc is 0.83.
The process color (four color CMYK) of #bbeadc color hex is 0.20, 0.00, 0.06, 0.08. Web safe color of #bbeadc is #ccffcc. Color #bbeadc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101010 | 11011100 |
Octal | 273 | 352 | 334 |
Decimal | 187 | 234 | 220 |
Hex | BB | EA | DC |
Shades of #bbeadc
Tints of #bbeadc
RGB Percentages of Color #bbeadc
CMYK Percentages of Color #bbeadc
Complementary Color
#bbeadc | #eabbc9 |
#bbeadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbeadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbeadc Color CSS Codes
.mybgcolor {background-color:#bbeadc; } .myforecolor {color:#bbeadc; } .mybordercolor {border:3px solid #bbeadc; }
#bbeadc Text Font Color
<p style="color:#bbeadc">Text here</p>
This sample text font color is #bbeadc
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.
#bbeadc Background Color
<div style="background-color:#bbeadc">
Div content here</div>
This div background color is #bbeadc
#bbeadc Border Color
<div style="border:3px solid #bbeadc">
Div here</div>
This div border color is #bbeadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,234,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbeadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbeadc; -webkit-box-shadow: 1px 1px 3px 2px #bbeadc; box-shadow: 1px 1px 3px 2px #bbeadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,234,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbeadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbeadc; -webkit-box-shadow: 1px 1px 3px 2px #bbeadc; box-shadow: 1px 1px 3px 2px #bbeadc;">
Div content here</div>
This div box has shadow with color #bbeadc
Comments
No comments written yet.
Please login to write comment.