Color Hex Logo

#80aebc Color Hex

#80AEBC
(128,174,188)
0 Favorites   0 Comments

Color spaces of #80aebc

RGB 128174188
HSL0.540.310.62
HSV194°32°74°
CMYK 0.320.070.00   0.26
XYZ33.115238.492153.2613
Yxy38.49210.26520.3083
Hunter Lab62.0420-13.2983-7.4694
CIE-Lab68.3817-11.8843-12.0989

#80aebc color RGB value is (128,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 10111100
Octal 200 256 274
Decimal 128 174 188
Hex 80 AE BC

RGB Percentages of Color #80aebc

%26.12
%35.51
%38.37

CMYK Percentages of Color #80aebc

%32
%7
%0
%26

Triadic Colors of #80aebc

#80aebc #bc80ae #aebc80

Analogous Colors of #80aebc

#80aebc #8090bc #80bcac

Monochromatic Colors of #80aebc

#80aebc

Complementary Color

#80aebc #bc8e80

#80aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aebc Color CSS Codes

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

#80aebc Text Font Color

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

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


#80aebc Background Color

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

This div background color is #80aebc


#80aebc Border Color

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

This div border color is #80aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aebc


Comments

No comments written yet.

Please login to write comment.