Color Hex Logo

#84aabe Color Hex

#84AABE
(132,170,190)
0 Favorites   0 Comments

Color spaces of #84aabe

RGB 132170190
HSL0.560.310.63
HSV201°31°75°
CMYK 0.310.110.00   0.25
XYZ33.184737.372754.1798
Yxy37.37270.26600.2996
Hunter Lab61.1332-10.0887-9.7530
CIE-Lab67.5557-8.0779-14.4238

#84aabe color RGB value is (132,170,190).

#84aabe hex color red value is 132, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #84aabe hue: 0.56 , saturation: 0.31 and the lightness value of 84aabe is 0.63.

The process color (four color CMYK) of #84aabe color hex is 0.31, 0.11, 0.00, 0.25. Web safe color of #84aabe is #9999cc. Color #84aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101010 10111110
Octal 204 252 276
Decimal 132 170 190
Hex 84 AA BE

RGB Percentages of Color #84aabe

%26.83
%34.55
%38.62

CMYK Percentages of Color #84aabe

%31
%11
%0
%25

Triadic Colors of #84aabe

#84aabe #be84aa #aabe84

Analogous Colors of #84aabe

#84aabe #848dbe #84beb5

Monochromatic Colors of #84aabe

#84aabe

Complementary Color

#84aabe #be9884

#84aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aabe Color CSS Codes

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

#84aabe Text Font Color

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

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


#84aabe Background Color

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

This div background color is #84aabe


#84aabe Border Color

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

This div border color is #84aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aabe


Comments

No comments written yet.

Please login to write comment.