Color Hex Logo

#80acba Color Hex

#80ACBA
(128,172,186)
0 Favorites   0 Comments

Color spaces of #80acba

RGB 128172186
HSL0.540.300.62
HSV194°31°73°
CMYK 0.310.080.00   0.27
XYZ32.517537.639452.0057
Yxy37.63940.26620.3081
Hunter Lab61.3510-12.7548-7.3130
CIE-Lab67.7540-11.3081-11.9330

#80acba color RGB value is (128,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101100 10111010
Octal 200 254 272
Decimal 128 172 186
Hex 80 AC BA

RGB Percentages of Color #80acba

%26.34
%35.39
%38.27

CMYK Percentages of Color #80acba

%31
%8
%0
%27

Triadic Colors of #80acba

#80acba #ba80ac #acba80

Analogous Colors of #80acba

#80acba #808fba #80baab

Monochromatic Colors of #80acba

#80acba

Complementary Color

#80acba #ba8e80

#80acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#80acba Color CSS Codes

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

#80acba Text Font Color

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

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


#80acba Background Color

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

This div background color is #80acba


#80acba Border Color

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

This div border color is #80acba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,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 #80acba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80acba


Comments

No comments written yet.

Please login to write comment.