Color spaces of #b5eaff
RGB | 181 | 234 | 255 |
---|---|---|---|
HSL | 0.55 | 1.00 | 0.85 |
HSV | 197° | 29° | 100° |
CMYK | 0.29 | 0.08 | 0.00 0.00 |
XYZ | 66.5289 | 75.8894 | 105.7494 |
Yxy | 75.8894 | 0.2681 | 0.3058 |
Hunter Lab | 87.1145 | -16.1309 | -10.9927 |
CIE-Lab | 89.8080 | -12.1257 | -15.6351 |
#b5eaff color RGB value is (181,234,255).
#b5eaff hex color red value is 181, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b5eaff hue: 0.55 , saturation: 1.00 and the lightness value of b5eaff is 0.85.
The process color (four color CMYK) of #b5eaff color hex is 0.29, 0.08, 0.00, 0.00. Web safe color of #b5eaff is #ccffff. Color #b5eaff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 11101010 | 11111111 |
Octal | 265 | 352 | 377 |
Decimal | 181 | 234 | 255 |
Hex | B5 | EA | FF |
Shades of #b5eaff
Tints of #b5eaff
RGB Percentages of Color #b5eaff
CMYK Percentages of Color #b5eaff
Complementary Color
#b5eaff | #ffcab5 |
#b5eaff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5eaff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5eaff Color CSS Codes
.mybgcolor {background-color:#b5eaff; } .myforecolor {color:#b5eaff; } .mybordercolor {border:3px solid #b5eaff; }
#b5eaff Text Font Color
<p style="color:#b5eaff">Text here</p>
This sample text font color is #b5eaff
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.
#b5eaff Background Color
<div style="background-color:#b5eaff">
Div content here</div>
This div background color is #b5eaff
#b5eaff Border Color
<div style="border:3px solid #b5eaff">
Div here</div>
This div border color is #b5eaff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,234,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5eaff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5eaff; -webkit-box-shadow: 1px 1px 3px 2px #b5eaff; box-shadow: 1px 1px 3px 2px #b5eaff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,234,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5eaff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5eaff; -webkit-box-shadow: 1px 1px 3px 2px #b5eaff; box-shadow: 1px 1px 3px 2px #b5eaff;">
Div content here</div>
This div box has shadow with color #b5eaff
#b5eaff Color Palettes
Comments
No comments written yet.
Please login to write comment.