Color spaces of #b2ebea
RGB | 178 | 235 | 234 |
---|---|---|---|
HSL | 0.50 | 0.59 | 0.81 |
HSV | 179° | 24° | 92° |
CMYK | 0.24 | 0.00 | 0.00 0.08 |
XYZ | 62.9197 | 74.8222 | 88.9678 |
Yxy | 74.8222 | 0.2775 | 0.3300 |
Hunter Lab | 86.4998 | -21.5344 | -0.4318 |
CIE-Lab | 89.3096 | -18.1555 | -5.4084 |
#b2ebea color RGB value is (178,235,234).
#b2ebea hex color red value is 178, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b2ebea hue: 0.50 , saturation: 0.59 and the lightness value of b2ebea is 0.81.
The process color (four color CMYK) of #b2ebea color hex is 0.24, 0.00, 0.00, 0.08. Web safe color of #b2ebea is #99ffff. Color #b2ebea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11101011 | 11101010 |
Octal | 262 | 353 | 352 |
Decimal | 178 | 235 | 234 |
Hex | B2 | EB | EA |
Shades of #b2ebea
Tints of #b2ebea
RGB Percentages of Color #b2ebea
CMYK Percentages of Color #b2ebea
Complementary Color
#b2ebea | #ebb2b3 |
#b2ebea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2ebea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2ebea Color CSS Codes
.mybgcolor {background-color:#b2ebea; } .myforecolor {color:#b2ebea; } .mybordercolor {border:3px solid #b2ebea; }
#b2ebea Text Font Color
<p style="color:#b2ebea">Text here</p>
This sample text font color is #b2ebea
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.
#b2ebea Background Color
<div style="background-color:#b2ebea">
Div content here</div>
This div background color is #b2ebea
#b2ebea Border Color
<div style="border:3px solid #b2ebea">
Div here</div>
This div border color is #b2ebea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,235,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2ebea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2ebea; -webkit-box-shadow: 1px 1px 3px 2px #b2ebea; box-shadow: 1px 1px 3px 2px #b2ebea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,235,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2ebea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2ebea; -webkit-box-shadow: 1px 1px 3px 2px #b2ebea; box-shadow: 1px 1px 3px 2px #b2ebea;">
Div content here</div>
This div box has shadow with color #b2ebea
Comments
No comments written yet.
Please login to write comment.