Color Hex Logo

#84b4fa Color Hex

#84B4FA
(132,180,250)
0 Favorites   0 Comments

Color spaces of #84b4fa

RGB 132180250
HSL0.600.920.75
HSV216°47°98°
CMYK 0.470.280.00   0.02
XYZ43.092344.450296.7510
Yxy44.45020.23380.2412
Hunter Lab66.6710-1.3021-39.3702
CIE-Lab72.52842.5234-39.6423

#84b4fa color RGB value is (132,180,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10110100 11111010
Octal 204 264 372
Decimal 132 180 250
Hex 84 B4 FA

RGB Percentages of Color #84b4fa

%23.49
%32.03
%44.48

CMYK Percentages of Color #84b4fa

%47
%28
%0
%2

Triadic Colors of #84b4fa

#84b4fa #fa84b4 #b4fa84

Analogous Colors of #84b4fa

#84b4fa #8f84fa #84effa

Monochromatic Colors of #84b4fa

#84b4fa

Complementary Color

#84b4fa #faca84

#84b4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b4fa Color CSS Codes

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

#84b4fa Text Font Color

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

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


#84b4fa Background Color

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

This div background color is #84b4fa


#84b4fa Border Color

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

This div border color is #84b4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b4fa


Comments

No comments written yet.

Please login to write comment.