Color Hex Logo

#80abbd Color Hex

#80ABBD
(128,171,189)
0 Favorites   0 Comments

Color spaces of #80abbd

RGB 128171189
HSL0.550.320.62
HSV198°32°74°
CMYK 0.320.100.00   0.26
XYZ32.650337.389153.6401
Yxy37.38910.26400.3023
Hunter Lab61.1466-11.6934-9.2088
CIE-Lab67.5679-10.0307-13.8747

#80abbd color RGB value is (128,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101011 10111101
Octal 200 253 275
Decimal 128 171 189
Hex 80 AB BD

RGB Percentages of Color #80abbd

%26.23
%35.04
%38.73

CMYK Percentages of Color #80abbd

%32
%10
%0
%26

Triadic Colors of #80abbd

#80abbd #bd80ab #abbd80

Analogous Colors of #80abbd

#80abbd #808dbd #80bdb1

Monochromatic Colors of #80abbd

#80abbd

Complementary Color

#80abbd #bd9280

#80abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80abbd Color CSS Codes

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

#80abbd Text Font Color

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

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


#80abbd Background Color

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

This div background color is #80abbd


#80abbd Border Color

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

This div border color is #80abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80abbd


Comments

No comments written yet.

Please login to write comment.