Color Hex Logo

#80acbd Color Hex

#80ACBD
(128,172,189)
0 Favorites   0 Comments

Color spaces of #80acbd

RGB 128172189
HSL0.550.320.62
HSV197°32°74°
CMYK 0.320.090.00   0.26
XYZ32.839937.768453.7033
Yxy37.76840.26420.3038
Hunter Lab61.4560-12.1640-8.7913
CIE-Lab67.8496-10.5682-13.4511

#80acbd color RGB value is (128,172,189).

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

The process color (four color CMYK) of #80acbd color hex is 0.32, 0.09, 0.00, 0.26. Web safe color of #80acbd is #9999cc. Color #80acbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101100 10111101
Octal 200 254 275
Decimal 128 172 189
Hex 80 AC BD

RGB Percentages of Color #80acbd

%26.18
%35.17
%38.65

CMYK Percentages of Color #80acbd

%32
%9
%0
%26

Triadic Colors of #80acbd

#80acbd #bd80ac #acbd80

Analogous Colors of #80acbd

#80acbd #808ebd #80bdb0

Monochromatic Colors of #80acbd

#80acbd

Complementary Color

#80acbd #bd9180

#80acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80acbd Color CSS Codes

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

#80acbd Text Font Color

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

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


#80acbd Background Color

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

This div background color is #80acbd


#80acbd Border Color

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

This div border color is #80acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80acbd


Comments

No comments written yet.

Please login to write comment.