Color spaces of #b7fefe
RGB | 183 | 254 | 254 |
---|---|---|---|
HSL | 0.50 | 0.97 | 0.86 |
HSV | 180° | 28° | 100° |
CMYK | 0.28 | 0.00 | 0.00 0.00 |
XYZ | 72.8596 | 88.1067 | 106.9321 |
Yxy | 88.1067 | 0.2720 | 0.3289 |
Hunter Lab | 93.8652 | -25.7096 | -1.8381 |
CIE-Lab | 95.2059 | -21.7354 | -7.0641 |
#b7fefe color RGB value is (183,254,254).
#b7fefe hex color red value is 183, green value is 254 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b7fefe hue: 0.50 , saturation: 0.97 and the lightness value of b7fefe is 0.86.
The process color (four color CMYK) of #b7fefe color hex is 0.28, 0.00, 0.00, 0.00. Web safe color of #b7fefe is #ccffff. Color #b7fefe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 11111110 | 11111110 |
Octal | 267 | 376 | 376 |
Decimal | 183 | 254 | 254 |
Hex | B7 | FE | FE |
Shades of #b7fefe
Tints of #b7fefe
RGB Percentages of Color #b7fefe
CMYK Percentages of Color #b7fefe
Complementary Color
#b7fefe | #feb7b7 |
#b7fefe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b7fefe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b7fefe Color CSS Codes
.mybgcolor {background-color:#b7fefe; } .myforecolor {color:#b7fefe; } .mybordercolor {border:3px solid #b7fefe; }
#b7fefe Text Font Color
<p style="color:#b7fefe">Text here</p>
This sample text font color is #b7fefe
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.
#b7fefe Background Color
<div style="background-color:#b7fefe">
Div content here</div>
This div background color is #b7fefe
#b7fefe Border Color
<div style="border:3px solid #b7fefe">
Div here</div>
This div border color is #b7fefe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,254,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b7fefe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b7fefe; -webkit-box-shadow: 1px 1px 3px 2px #b7fefe; box-shadow: 1px 1px 3px 2px #b7fefe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,254,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b7fefe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b7fefe; -webkit-box-shadow: 1px 1px 3px 2px #b7fefe; box-shadow: 1px 1px 3px 2px #b7fefe;">
Div content here</div>
This div box has shadow with color #b7fefe
Comments
No comments written yet.
Please login to write comment.