Color spaces of #b8dfba
RGB | 184 | 223 | 186 |
---|---|---|---|
HSL | 0.34 | 0.38 | 0.80 |
HSV | 123° | 17° | 87° |
CMYK | 0.17 | 0.00 | 0.17 0.13 |
XYZ | 55.0178 | 66.5109 | 56.3925 |
Yxy | 66.5109 | 0.3092 | 0.3738 |
Hunter Lab | 81.5542 | -22.3009 | 16.0905 |
CIE-Lab | 85.2563 | -19.7484 | 13.9658 |
#b8dfba color RGB value is (184,223,186).
#b8dfba hex color red value is 184, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b8dfba hue: 0.34 , saturation: 0.38 and the lightness value of b8dfba is 0.80.
The process color (four color CMYK) of #b8dfba color hex is 0.17, 0.00, 0.17, 0.13. Web safe color of #b8dfba is #cccccc. Color #b8dfba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 11011111 | 10111010 |
Octal | 270 | 337 | 272 |
Decimal | 184 | 223 | 186 |
Hex | B8 | DF | BA |
Shades of #b8dfba
Tints of #b8dfba
RGB Percentages of Color #b8dfba
CMYK Percentages of Color #b8dfba
Complementary Color
#b8dfba | #dfb8dd |
#b8dfba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8dfba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8dfba Color CSS Codes
.mybgcolor {background-color:#b8dfba; } .myforecolor {color:#b8dfba; } .mybordercolor {border:3px solid #b8dfba; }
#b8dfba Text Font Color
<p style="color:#b8dfba">Text here</p>
This sample text font color is #b8dfba
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.
#b8dfba Background Color
<div style="background-color:#b8dfba">
Div content here</div>
This div background color is #b8dfba
#b8dfba Border Color
<div style="border:3px solid #b8dfba">
Div here</div>
This div border color is #b8dfba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,223,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8dfba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8dfba; -webkit-box-shadow: 1px 1px 3px 2px #b8dfba; box-shadow: 1px 1px 3px 2px #b8dfba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,223,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8dfba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8dfba; -webkit-box-shadow: 1px 1px 3px 2px #b8dfba; box-shadow: 1px 1px 3px 2px #b8dfba;">
Div content here</div>
This div box has shadow with color #b8dfba
Comments
No comments written yet.
Please login to write comment.