Color spaces of #b5edfb
RGB | 181 | 237 | 251 |
---|---|---|---|
HSL | 0.53 | 0.90 | 0.85 |
HSV | 192° | 28° | 98° |
CMYK | 0.28 | 0.06 | 0.00 0.02 |
XYZ | 66.7528 | 77.3572 | 102.6800 |
Yxy | 77.3572 | 0.2705 | 0.3135 |
Hunter Lab | 87.9529 | -18.4432 | -7.6506 |
CIE-Lab | 90.4858 | -14.5498 | -12.5314 |
#b5edfb color RGB value is (181,237,251).
#b5edfb hex color red value is 181, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b5edfb hue: 0.53 , saturation: 0.90 and the lightness value of b5edfb is 0.85.
The process color (four color CMYK) of #b5edfb color hex is 0.28, 0.06, 0.00, 0.02. Web safe color of #b5edfb is #ccffff. Color #b5edfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 11101101 | 11111011 |
Octal | 265 | 355 | 373 |
Decimal | 181 | 237 | 251 |
Hex | B5 | ED | FB |
Shades of #b5edfb
Tints of #b5edfb
RGB Percentages of Color #b5edfb
CMYK Percentages of Color #b5edfb
Complementary Color
#b5edfb | #fbc3b5 |
#b5edfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5edfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5edfb Color CSS Codes
.mybgcolor {background-color:#b5edfb; } .myforecolor {color:#b5edfb; } .mybordercolor {border:3px solid #b5edfb; }
#b5edfb Text Font Color
<p style="color:#b5edfb">Text here</p>
This sample text font color is #b5edfb
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.
#b5edfb Background Color
<div style="background-color:#b5edfb">
Div content here</div>
This div background color is #b5edfb
#b5edfb Border Color
<div style="border:3px solid #b5edfb">
Div here</div>
This div border color is #b5edfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,237,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5edfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5edfb; -webkit-box-shadow: 1px 1px 3px 2px #b5edfb; box-shadow: 1px 1px 3px 2px #b5edfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,237,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5edfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5edfb; -webkit-box-shadow: 1px 1px 3px 2px #b5edfb; box-shadow: 1px 1px 3px 2px #b5edfb;">
Div content here</div>
This div box has shadow with color #b5edfb
Comments
No comments written yet.
Please login to write comment.