Color spaces of #84befb
RGB | 132 | 190 | 251 |
---|---|---|---|
HSL | 0.59 | 0.94 | 0.75 |
HSV | 211° | 47° | 98° |
CMYK | 0.47 | 0.24 | 0.00 0.02 |
XYZ | 45.3418 | 48.6975 | 98.2766 |
Yxy | 48.6975 | 0.2358 | 0.2532 |
Hunter Lab | 69.7836 | -6.1411 | -34.6499 |
CIE-Lab | 75.2627 | -2.6919 | -35.9333 |
#84befb color RGB value is (132,190,251).
#84befb hex color red value is 132, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #84befb hue: 0.59 , saturation: 0.94 and the lightness value of 84befb is 0.75.
The process color (four color CMYK) of #84befb color hex is 0.47, 0.24, 0.00, 0.02. Web safe color of #84befb is #99ccff. Color #84befb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10111110 | 11111011 |
Octal | 204 | 276 | 373 |
Decimal | 132 | 190 | 251 |
Hex | 84 | BE | FB |
Shades of #84befb
Tints of #84befb
RGB Percentages of Color #84befb
CMYK Percentages of Color #84befb
Complementary Color
#84befb | #fbc184 |
#84befb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84befb Color Preview on White Background
Lorem ipsum dolor sit amet.
#84befb Color CSS Codes
.mybgcolor {background-color:#84befb; } .myforecolor {color:#84befb; } .mybordercolor {border:3px solid #84befb; }
#84befb Text Font Color
<p style="color:#84befb">Text here</p>
This sample text font color is #84befb
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.
#84befb Background Color
<div style="background-color:#84befb">
Div content here</div>
This div background color is #84befb
#84befb Border Color
<div style="border:3px solid #84befb">
Div here</div>
This div border color is #84befb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,190,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84befb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84befb; -webkit-box-shadow: 1px 1px 3px 2px #84befb; box-shadow: 1px 1px 3px 2px #84befb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,190,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 #84befb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84befb; -webkit-box-shadow: 1px 1px 3px 2px #84befb; box-shadow: 1px 1px 3px 2px #84befb;">
Div content here</div>
This div box has shadow with color #84befb
Comments
No comments written yet.
Please login to write comment.