Color Hex Logo

#80afbc Color Hex

#80AFBC
(128,175,188)
0 Favorites   0 Comments

Color spaces of #80afbc

RGB 128175188
HSL0.540.310.62
HSV193°32°74°
CMYK 0.320.070.00   0.26
XYZ33.309238.880053.3260
Yxy38.88000.26540.3098
Hunter Lab62.3538-13.7651-7.0581
CIE-Lab68.6643-12.4163-11.6756

#80afbc color RGB value is (128,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101111 10111100
Octal 200 257 274
Decimal 128 175 188
Hex 80 AF BC

RGB Percentages of Color #80afbc

%26.07
%35.64
%38.29

CMYK Percentages of Color #80afbc

%32
%7
%0
%26

Triadic Colors of #80afbc

#80afbc #bc80af #afbc80

Analogous Colors of #80afbc

#80afbc #8091bc #80bcab

Monochromatic Colors of #80afbc

#80afbc

Complementary Color

#80afbc #bc8d80

#80afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80afbc Color CSS Codes

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

#80afbc Text Font Color

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

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


#80afbc Background Color

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

This div background color is #80afbc


#80afbc Border Color

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

This div border color is #80afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80afbc


Comments

No comments written yet.

Please login to write comment.