Color spaces of #b2faec
RGB | 178 | 250 | 236 |
---|---|---|---|
HSL | 0.47 | 0.88 | 0.84 |
HSV | 168° | 29° | 98° |
CMYK | 0.29 | 0.00 | 0.06 0.02 |
XYZ | 67.6860 | 83.8923 | 91.9823 |
Yxy | 83.8923 | 0.2779 | 0.3444 |
Hunter Lab | 91.5927 | -28.3778 | 4.5727 |
CIE-Lab | 93.4037 | -25.0656 | -0.4380 |
#b2faec color RGB value is (178,250,236).
#b2faec hex color red value is 178, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b2faec hue: 0.47 , saturation: 0.88 and the lightness value of b2faec is 0.84.
The process color (four color CMYK) of #b2faec color hex is 0.29, 0.00, 0.06, 0.02. Web safe color of #b2faec is #99ffff. Color #b2faec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11111010 | 11101100 |
Octal | 262 | 372 | 354 |
Decimal | 178 | 250 | 236 |
Hex | B2 | FA | EC |
Shades of #b2faec
Tints of #b2faec
RGB Percentages of Color #b2faec
CMYK Percentages of Color #b2faec
Complementary Color
#b2faec | #fab2c0 |
#b2faec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2faec Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2faec Color CSS Codes
.mybgcolor {background-color:#b2faec; } .myforecolor {color:#b2faec; } .mybordercolor {border:3px solid #b2faec; }
#b2faec Text Font Color
<p style="color:#b2faec">Text here</p>
This sample text font color is #b2faec
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.
#b2faec Background Color
<div style="background-color:#b2faec">
Div content here</div>
This div background color is #b2faec
#b2faec Border Color
<div style="border:3px solid #b2faec">
Div here</div>
This div border color is #b2faec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,250,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2faec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2faec; -webkit-box-shadow: 1px 1px 3px 2px #b2faec; box-shadow: 1px 1px 3px 2px #b2faec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,250,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2faec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2faec; -webkit-box-shadow: 1px 1px 3px 2px #b2faec; box-shadow: 1px 1px 3px 2px #b2faec;">
Div content here</div>
This div box has shadow with color #b2faec
Comments
No comments written yet.
Please login to write comment.