Color spaces of #84bfea
RGB | 132 | 191 | 234 |
---|---|---|---|
HSL | 0.57 | 0.71 | 0.72 |
HSV | 205° | 44° | 92° |
CMYK | 0.44 | 0.18 | 0.00 0.08 |
XYZ | 42.9978 | 48.1076 | 84.8614 |
Yxy | 48.1076 | 0.2444 | 0.2734 |
Hunter Lab | 69.3596 | -10.7227 | -23.9895 |
CIE-Lab | 74.8927 | -7.9488 | -27.3430 |
#84bfea color RGB value is (132,191,234).
#84bfea hex color red value is 132, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #84bfea hue: 0.57 , saturation: 0.71 and the lightness value of 84bfea is 0.72.
The process color (four color CMYK) of #84bfea color hex is 0.44, 0.18, 0.00, 0.08. Web safe color of #84bfea is #99ccff. Color #84bfea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10111111 | 11101010 |
Octal | 204 | 277 | 352 |
Decimal | 132 | 191 | 234 |
Hex | 84 | BF | EA |
Shades of #84bfea
Tints of #84bfea
RGB Percentages of Color #84bfea
CMYK Percentages of Color #84bfea
Complementary Color
#84bfea | #eaaf84 |
#84bfea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84bfea Color Preview on White Background
Lorem ipsum dolor sit amet.
#84bfea Color CSS Codes
.mybgcolor {background-color:#84bfea; } .myforecolor {color:#84bfea; } .mybordercolor {border:3px solid #84bfea; }
#84bfea Text Font Color
<p style="color:#84bfea">Text here</p>
This sample text font color is #84bfea
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.
#84bfea Background Color
<div style="background-color:#84bfea">
Div content here</div>
This div background color is #84bfea
#84bfea Border Color
<div style="border:3px solid #84bfea">
Div here</div>
This div border color is #84bfea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,191,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84bfea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84bfea; -webkit-box-shadow: 1px 1px 3px 2px #84bfea; box-shadow: 1px 1px 3px 2px #84bfea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,191,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #84bfea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84bfea; -webkit-box-shadow: 1px 1px 3px 2px #84bfea; box-shadow: 1px 1px 3px 2px #84bfea;">
Div content here</div>
This div box has shadow with color #84bfea
Comments
No comments written yet.
Please login to write comment.