Color Hex Logo

#84acba Color Hex

#84ACBA
(132,172,186)
0 Favorites   0 Comments

Color spaces of #84acba

RGB 132172186
HSL0.540.280.62
HSV196°29°73°
CMYK 0.290.080.00   0.27
XYZ33.131237.955852.0344
Yxy37.95580.26910.3083
Hunter Lab61.6083-11.8222-6.9506
CIE-Lab67.9880-10.1306-11.5583

#84acba color RGB value is (132,172,186).

#84acba hex color red value is 132, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #84acba hue: 0.54 , saturation: 0.28 and the lightness value of 84acba is 0.62.

The process color (four color CMYK) of #84acba color hex is 0.29, 0.08, 0.00, 0.27. Web safe color of #84acba is #9999cc. Color #84acba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 10111010
Octal 204 254 272
Decimal 132 172 186
Hex 84 AC BA

RGB Percentages of Color #84acba

%26.94
%35.10
%37.96

CMYK Percentages of Color #84acba

%29
%8
%0
%27

Triadic Colors of #84acba

#84acba #ba84ac #acba84

Analogous Colors of #84acba

#84acba #8491ba #84baad

Monochromatic Colors of #84acba

#84acba

Complementary Color

#84acba #ba9284

#84acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#84acba Color CSS Codes

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

#84acba Text Font Color

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

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


#84acba Background Color

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

This div background color is #84acba


#84acba Border Color

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

This div border color is #84acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84acba


Comments

No comments written yet.

Please login to write comment.