Color spaces of #84bbed
RGB | 132 | 187 | 237 |
---|---|---|---|
HSL | 0.58 | 0.74 | 0.72 |
HSV | 209° | 44° | 93° |
CMYK | 0.44 | 0.21 | 0.00 0.07 |
XYZ | 42.5721 | 46.5606 | 86.8641 |
Yxy | 46.5606 | 0.2419 | 0.2646 |
Hunter Lab | 68.2353 | -8.0455 | -27.7119 |
CIE-Lab | 73.9078 | -4.9743 | -30.4777 |
#84bbed color RGB value is (132,187,237).
#84bbed hex color red value is 132, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #84bbed hue: 0.58 , saturation: 0.74 and the lightness value of 84bbed is 0.72.
The process color (four color CMYK) of #84bbed color hex is 0.44, 0.21, 0.00, 0.07. Web safe color of #84bbed is #99ccff. Color #84bbed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10111011 | 11101101 |
Octal | 204 | 273 | 355 |
Decimal | 132 | 187 | 237 |
Hex | 84 | BB | ED |
Shades of #84bbed
Tints of #84bbed
RGB Percentages of Color #84bbed
CMYK Percentages of Color #84bbed
Complementary Color
#84bbed | #edb684 |
#84bbed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84bbed Color Preview on White Background
Lorem ipsum dolor sit amet.
#84bbed Color CSS Codes
.mybgcolor {background-color:#84bbed; } .myforecolor {color:#84bbed; } .mybordercolor {border:3px solid #84bbed; }
#84bbed Text Font Color
<p style="color:#84bbed">Text here</p>
This sample text font color is #84bbed
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.
#84bbed Background Color
<div style="background-color:#84bbed">
Div content here</div>
This div background color is #84bbed
#84bbed Border Color
<div style="border:3px solid #84bbed">
Div here</div>
This div border color is #84bbed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,187,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84bbed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84bbed; -webkit-box-shadow: 1px 1px 3px 2px #84bbed; box-shadow: 1px 1px 3px 2px #84bbed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,187,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #84bbed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84bbed; -webkit-box-shadow: 1px 1px 3px 2px #84bbed; box-shadow: 1px 1px 3px 2px #84bbed;">
Div content here</div>
This div box has shadow with color #84bbed
Comments
No comments written yet.
Please login to write comment.