HEX: #84B2EA
RGB: (132,178,234)
#84B2EA contains mainly green and blue colors. Web safe color of #84B2EA is #9999FF (or #99F).
#84B2EA color RGB value is (132,178,234).
RGB: (132,178,234)
(52%, 70%, 92%)
R 132 of 255 = 52%
G 178 of 255 = 70%
B 234 of 255 = 92%
R + G + B ~ 71%. #84B2EA is quite light color.
R + G + B = 132 + 178 + 234 = 544 (100%)
R 132 of 544 ~ 24.26%
G 178 of 544 ~ 32.72%
B 234 of 544 ~ 43.01'%
#84B2EA color CMYK value is (44,24,0,8).
CMYK: (44,24,0,8) C44M24Y0K8 (44%,24%,0%,8%) (0.44/0.24/0.00/0.08)
Color #84B2EA in popluar color models
84 | B2 | EA | |
---|---|---|---|
RGB | 132 | 178 | 234 |
HSL | 213° | 70.83% | 71.76% |
HSB/HSV | 213° | 43.59% | 91.76% |
CMYK | 43.59% | 23.93% | 0.00% |
8.24% |
Color #84B2EA in popluar number systems.
HEX | 84 | B2 | EA |
Decimal | 132 | 178 | 234 |
Binary | 10000100 | 10110010 | 11101010 |
Octal | 204 | 262 | 352 |
Shades of #84B2EA
Tints of #84B2EA
Examples of css and html codes for elements with #84B2EA color. Also use rgb(132,178,234) instead hex code.
.myTextColor { color: #84B2EA; }
<p style="color:#84B2EA">This sample text font color is #84B2EA.</p>
This text font color is #84B2EA.
.myBgColor { background-color: #84B2EA; }
<div style="background-color:#84B2EA">Inner text</div>
This div background color is #84B2EA.
.myBorderColor { border: 1px solid #84B2EA; }
<div style="border:3px solid #84B2EA">Div</div>
This div border color is #84B2EA.
.myOpacity80 { color: #84B2EA; opacity: 0.8; }
<p style="color:#84B2EA;opacity:0.8;">80%</p>
Text with #84B2EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84B2EA;}
<p style="text-shadow: 3px 3px 1px #84B2EA">Text here.</p>
This text has shadow with #84B2EA color.
.textShadow {text-shadow: 3px 3px 1px #84B2EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84B2EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #84B2EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84B2EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84B2EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #84B2EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84B2EA;
-webkit-box-shadow: 1px 1px 3px 2px #84B2EA;
box-shadow: 1px 1px 3px 2px #84B2EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84B2EA; -webkit-box-shadow: 1px 1px 3px 2px #84B2EA; box-shadow:1px 1px 3px 2px #84B2EA;">
Div content here
</div>
This text has color #84B2EA on black background.
This text has color #84B2EA on white background.
This text has black color on #84B2EA background.
This text has white color on #84B2EA background.
Complementary color for #hex is #7B4D15.