Color Hex Logo

#84bdfa Color Hex

#84BDFA
(132,189,250)
0 Favorites   0 Comments

Color spaces of #84bdfa

RGB 132189250
HSL0.590.920.75
HSV211°47°98°
CMYK 0.470.240.00   0.02
XYZ44.968648.202997.3765
Yxy48.20290.23600.2530
Hunter Lab69.4283-5.8854-34.5572
CIE-Lab74.9527-2.4304-35.8759

#84bdfa color RGB value is (132,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111101 11111010
Octal 204 275 372
Decimal 132 189 250
Hex 84 BD FA

RGB Percentages of Color #84bdfa

%23.12
%33.10
%43.78

CMYK Percentages of Color #84bdfa

%47
%24
%0
%2

Triadic Colors of #84bdfa

#84bdfa #fa84bd #bdfa84

Analogous Colors of #84bdfa

#84bdfa #8684fa #84f8fa

Monochromatic Colors of #84bdfa

#84bdfa

Complementary Color

#84bdfa #fac184

#84bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bdfa Color CSS Codes

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

#84bdfa Text Font Color

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

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


#84bdfa Background Color

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

This div background color is #84bdfa


#84bdfa Border Color

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

This div border color is #84bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bdfa


Comments

No comments written yet.

Please login to write comment.