Color Hex Logo

#84aabd Color Hex

#84AABD
(132,170,189)
0 Favorites   0 Comments

Color spaces of #84aabd

RGB 132170189
HSL0.560.300.63
HSV200°30°74°
CMYK 0.300.100.00   0.26
XYZ33.075837.329153.6061
Yxy37.32910.26670.3010
Hunter Lab61.0975-10.2878-9.2519
CIE-Lab67.5232-8.3233-13.9184

#84aabd color RGB value is (132,170,189).

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

The process color (four color CMYK) of #84aabd color hex is 0.30, 0.10, 0.00, 0.26. Web safe color of #84aabd is #9999cc. Color #84aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101010 10111101
Octal 204 252 275
Decimal 132 170 189
Hex 84 AA BD

RGB Percentages of Color #84aabd

%26.88
%34.62
%38.49

CMYK Percentages of Color #84aabd

%30
%10
%0
%26

Triadic Colors of #84aabd

#84aabd #bd84aa #aabd84

Analogous Colors of #84aabd

#84aabd #848ebd #84bdb4

Monochromatic Colors of #84aabd

#84aabd

Complementary Color

#84aabd #bd9784

#84aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aabd Color CSS Codes

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

#84aabd Text Font Color

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

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


#84aabd Background Color

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

This div background color is #84aabd


#84aabd Border Color

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

This div border color is #84aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aabd


Comments

No comments written yet.

Please login to write comment.