Color spaces of #b2efca
RGB | 178 | 239 | 202 |
---|---|---|---|
HSL | 0.40 | 0.66 | 0.82 |
HSV | 144° | 26° | 94° |
CMYK | 0.26 | 0.00 | 0.15 0.06 |
XYZ | 59.8873 | 75.4622 | 67.2864 |
Yxy | 75.4622 | 0.2955 | 0.3724 |
Hunter Lab | 86.8690 | -28.9632 | 14.8838 |
CIE-Lab | 89.6091 | -26.5621 | 11.7305 |
#b2efca color RGB value is (178,239,202).
#b2efca hex color red value is 178, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b2efca hue: 0.40 , saturation: 0.66 and the lightness value of b2efca is 0.82.
The process color (four color CMYK) of #b2efca color hex is 0.26, 0.00, 0.15, 0.06. Web safe color of #b2efca is #99ffcc. Color #b2efca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11101111 | 11001010 |
Octal | 262 | 357 | 312 |
Decimal | 178 | 239 | 202 |
Hex | B2 | EF | CA |
Shades of #b2efca
Tints of #b2efca
RGB Percentages of Color #b2efca
CMYK Percentages of Color #b2efca
Complementary Color
#b2efca | #efb2d7 |
#b2efca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2efca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2efca Color CSS Codes
.mybgcolor {background-color:#b2efca; } .myforecolor {color:#b2efca; } .mybordercolor {border:3px solid #b2efca; }
#b2efca Text Font Color
<p style="color:#b2efca">Text here</p>
This sample text font color is #b2efca
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.
#b2efca Background Color
<div style="background-color:#b2efca">
Div content here</div>
This div background color is #b2efca
#b2efca Border Color
<div style="border:3px solid #b2efca">
Div here</div>
This div border color is #b2efca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,239,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2efca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2efca; -webkit-box-shadow: 1px 1px 3px 2px #b2efca; box-shadow: 1px 1px 3px 2px #b2efca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,239,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2efca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2efca; -webkit-box-shadow: 1px 1px 3px 2px #b2efca; box-shadow: 1px 1px 3px 2px #b2efca;">
Div content here</div>
This div box has shadow with color #b2efca
Comments
No comments written yet.
Please login to write comment.