Color Hex Logo

#84aafb Color Hex

#84AAFB
(132,170,251)
0 Favorites   0 Comments

Color spaces of #84aafb

RGB 132170251
HSL0.610.940.75
HSV221°47°98°
CMYK 0.470.320.00   0.02
XYZ41.303040.620096.9303
Yxy40.62000.23090.2271
Hunter Lab63.73384.1436-45.5582
CIE-Lab69.90898.4227-44.2775

#84aafb color RGB value is (132,170,251).

#84aafb hex color red value is 132, green value is 170 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #84aafb hue: 0.61 , saturation: 0.94 and the lightness value of 84aafb is 0.75.

The process color (four color CMYK) of #84aafb color hex is 0.47, 0.32, 0.00, 0.02. Web safe color of #84aafb is #9999ff. Color #84aafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101010 11111011
Octal 204 252 373
Decimal 132 170 251
Hex 84 AA FB

RGB Percentages of Color #84aafb

%23.87
%30.74
%45.39

CMYK Percentages of Color #84aafb

%47
%32
%0
%2

Triadic Colors of #84aafb

#84aafb #fb84aa #aafb84

Analogous Colors of #84aafb

#84aafb #9a84fb #84e6fb

Monochromatic Colors of #84aafb

#84aafb

Complementary Color

#84aafb #fbd584

#84aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aafb Color CSS Codes

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

#84aafb Text Font Color

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

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


#84aafb Background Color

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

This div background color is #84aafb


#84aafb Border Color

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

This div border color is #84aafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aafb

Related Colors


Comments

No comments written yet.

Please login to write comment.