Color spaces of #b8eeff
RGB | 184 | 238 | 255 |
---|---|---|---|
HSL | 0.54 | 1.00 | 0.86 |
HSV | 194° | 28° | 100° |
CMYK | 0.28 | 0.07 | 0.00 0.00 |
XYZ | 68.3917 | 78.5594 | 106.1666 |
Yxy | 78.5594 | 0.2702 | 0.3104 |
Hunter Lab | 88.6337 | -17.3746 | -8.9747 |
CIE-Lab | 91.0346 | -13.3074 | -13.7804 |
#b8eeff color RGB value is (184,238,255).
#b8eeff hex color red value is 184, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b8eeff hue: 0.54 , saturation: 1.00 and the lightness value of b8eeff is 0.86.
The process color (four color CMYK) of #b8eeff color hex is 0.28, 0.07, 0.00, 0.00. Web safe color of #b8eeff is #ccffff. Color #b8eeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 11101110 | 11111111 |
Octal | 270 | 356 | 377 |
Decimal | 184 | 238 | 255 |
Hex | B8 | EE | FF |
Shades of #b8eeff
Tints of #b8eeff
RGB Percentages of Color #b8eeff
CMYK Percentages of Color #b8eeff
Complementary Color
#b8eeff | #ffc9b8 |
#b8eeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8eeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8eeff Color CSS Codes
.mybgcolor {background-color:#b8eeff; } .myforecolor {color:#b8eeff; } .mybordercolor {border:3px solid #b8eeff; }
#b8eeff Text Font Color
<p style="color:#b8eeff">Text here</p>
This sample text font color is #b8eeff
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.
#b8eeff Background Color
<div style="background-color:#b8eeff">
Div content here</div>
This div background color is #b8eeff
#b8eeff Border Color
<div style="border:3px solid #b8eeff">
Div here</div>
This div border color is #b8eeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,238,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8eeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8eeff; -webkit-box-shadow: 1px 1px 3px 2px #b8eeff; box-shadow: 1px 1px 3px 2px #b8eeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,238,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 #b8eeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8eeff; -webkit-box-shadow: 1px 1px 3px 2px #b8eeff; box-shadow: 1px 1px 3px 2px #b8eeff;">
Div content here</div>
This div box has shadow with color #b8eeff
Related Colors
#b8eeff Color Palettes
Comments
No comments written yet.
Please login to write comment.