Color spaces of #b5ffdf
RGB | 181 | 255 | 223 |
---|---|---|---|
HSL | 0.43 | 1.00 | 0.85 |
HSV | 154° | 29° | 100° |
CMYK | 0.29 | 0.00 | 0.13 0.00 |
XYZ | 68.1353 | 86.6715 | 82.9502 |
Yxy | 86.6715 | 0.2866 | 0.3645 |
Hunter Lab | 93.0975 | -32.2819 | 12.3407 |
CIE-Lab | 94.5987 | -29.2308 | 8.0251 |
#b5ffdf color RGB value is (181,255,223).
#b5ffdf hex color red value is 181, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b5ffdf hue: 0.43 , saturation: 1.00 and the lightness value of b5ffdf is 0.85.
The process color (four color CMYK) of #b5ffdf color hex is 0.29, 0.00, 0.13, 0.00. Web safe color of #b5ffdf is #ccffcc. Color #b5ffdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 11111111 | 11011111 |
Octal | 265 | 377 | 337 |
Decimal | 181 | 255 | 223 |
Hex | B5 | FF | DF |
Shades of #b5ffdf
Tints of #b5ffdf
RGB Percentages of Color #b5ffdf
CMYK Percentages of Color #b5ffdf
Complementary Color
#b5ffdf | #ffb5d5 |
#b5ffdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5ffdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5ffdf Color CSS Codes
.mybgcolor {background-color:#b5ffdf; } .myforecolor {color:#b5ffdf; } .mybordercolor {border:3px solid #b5ffdf; }
#b5ffdf Text Font Color
<p style="color:#b5ffdf">Text here</p>
This sample text font color is #b5ffdf
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.
#b5ffdf Background Color
<div style="background-color:#b5ffdf">
Div content here</div>
This div background color is #b5ffdf
#b5ffdf Border Color
<div style="border:3px solid #b5ffdf">
Div here</div>
This div border color is #b5ffdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,255,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5ffdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5ffdf; -webkit-box-shadow: 1px 1px 3px 2px #b5ffdf; box-shadow: 1px 1px 3px 2px #b5ffdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,255,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5ffdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5ffdf; -webkit-box-shadow: 1px 1px 3px 2px #b5ffdf; box-shadow: 1px 1px 3px 2px #b5ffdf;">
Div content here</div>
This div box has shadow with color #b5ffdf
Comments
No comments written yet.
Please login to write comment.