Color Hex Logo

#84a5af Color Hex

#84A5AF
(132,165,175)
0 Favorites   0 Comments

Color spaces of #84a5af

RGB 132165175
HSL0.540.210.60
HSV194°25°69°
CMYK 0.250.060.00   0.31
XYZ30.708734.910945.6774
Yxy34.91090.27590.3137
Hunter Lab59.0854-10.6271-4.4757
CIE-Lab65.6792-8.9733-8.8928

#84a5af color RGB value is (132,165,175).

#84a5af hex color red value is 132, green value is 165 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #84a5af hue: 0.54 , saturation: 0.21 and the lightness value of 84a5af is 0.60.

The process color (four color CMYK) of #84a5af color hex is 0.25, 0.06, 0.00, 0.31. Web safe color of #84a5af is #999999. Color #84a5af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10100101 10101111
Octal 204 245 257
Decimal 132 165 175
Hex 84 A5 AF

RGB Percentages of Color #84a5af

%27.97
%34.96
%37.08

CMYK Percentages of Color #84a5af

%25
%6
%0
%31

Triadic Colors of #84a5af

#84a5af #af84a5 #a5af84

Analogous Colors of #84a5af

#84a5af #8490af #84afa4

Monochromatic Colors of #84a5af

#84a5af

Complementary Color

#84a5af #af8e84

#84a5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84a5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#84a5af Color CSS Codes

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

#84a5af Text Font Color

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

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


#84a5af Background Color

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

This div background color is #84a5af


#84a5af Border Color

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

This div border color is #84a5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84a5af


Comments

No comments written yet.

Please login to write comment.