Color Hex Logo

#84bffa Color Hex

#84BFFA
(132,191,250)
0 Favorites   0 Comments

Color spaces of #84bffa

RGB 132191250
HSL0.580.920.75
HSV210°47°98°
CMYK 0.470.240.00   0.02
XYZ45.401849.069397.5209
Yxy49.06930.23650.2556
Hunter Lab70.0495-6.8938-33.5072
CIE-Lab75.4944-3.5182-35.0372

#84bffa color RGB value is (132,191,250).

#84bffa hex color red value is 132, green value is 191 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #84bffa hue: 0.58 , saturation: 0.92 and the lightness value of 84bffa is 0.75.

The process color (four color CMYK) of #84bffa color hex is 0.47, 0.24, 0.00, 0.02. Web safe color of #84bffa is #99ccff. Color #84bffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111111 11111010
Octal 204 277 372
Decimal 132 191 250
Hex 84 BF FA

RGB Percentages of Color #84bffa

%23.04
%33.33
%43.63

CMYK Percentages of Color #84bffa

%47
%24
%0
%2

Triadic Colors of #84bffa

#84bffa #fa84bf #bffa84

Analogous Colors of #84bffa

#84bffa #8484fa #84fafa

Monochromatic Colors of #84bffa

#84bffa

Complementary Color

#84bffa #fabf84

#84bffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bffa Color CSS Codes

.mybgcolor {background-color:#84bffa; } 
.myforecolor {color:#84bffa; }
.mybordercolor {border:3px solid #84bffa; }

#84bffa Text Font Color

<p style="color:#84bffa">Text here</p>

This sample text font color is #84bffa
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.


#84bffa Background Color

<div style="background-color:#84bffa">
Div content here</div>

This div background color is #84bffa


#84bffa Border Color

<div style="border:3px solid #84bffa">
Div here</div>

This div border color is #84bffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,191,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84bffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84bffa;
  -webkit-box-shadow: 1px 1px 3px 2px #84bffa;
  box-shadow:         1px 1px 3px 2px #84bffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,191,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #84bffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #84bffa;
  -webkit-box-shadow: 1px 1px 3px 2px #84bffa;
  box-shadow:         1px 1px 3px 2px #84bffa;">
Div content here</div>

This div box has shadow with color #84bffa


Comments

No comments written yet.

Please login to write comment.