Color Hex Logo

#84bafa Color Hex

#84BAFA
(132,186,250)
0 Favorites   0 Comments

Color spaces of #84bafa

RGB 132186250
HSL0.590.920.75
HSV213°47°98°
CMYK 0.470.260.00   0.02
XYZ44.329946.925597.1636
Yxy46.92550.23530.2490
Hunter Lab68.5022-4.3659-36.1455
CIE-Lab74.1421-0.7896-37.1330

#84bafa color RGB value is (132,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111010 11111010
Octal 204 272 372
Decimal 132 186 250
Hex 84 BA FA

RGB Percentages of Color #84bafa

%23.24
%32.75
%44.01

CMYK Percentages of Color #84bafa

%47
%26
%0
%2

Triadic Colors of #84bafa

#84bafa #fa84ba #bafa84

Analogous Colors of #84bafa

#84bafa #8984fa #84f5fa

Monochromatic Colors of #84bafa

#84bafa

Complementary Color

#84bafa #fac484

#84bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bafa Color CSS Codes

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

#84bafa Text Font Color

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

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


#84bafa Background Color

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

This div background color is #84bafa


#84bafa Border Color

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

This div border color is #84bafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,186,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 #84bafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bafa


Comments

No comments written yet.

Please login to write comment.