Color Hex Logo

#80acee Color Hex

#80ACEE
(128,172,238)
0 Favorites   0 Comments

Color spaces of #80acee

RGB 128172238
HSL0.600.760.72
HSV216°46°93°
CMYK 0.460.280.00   0.07
XYZ39.087240.267386.6012
Yxy40.26730.23550.2426
Hunter Lab63.4565-1.0986-36.4954
CIE-Lab69.65952.6003-37.6151

#80acee color RGB value is (128,172,238).

#80acee hex color red value is 128, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #80acee hue: 0.60 , saturation: 0.76 and the lightness value of 80acee is 0.72.

The process color (four color CMYK) of #80acee color hex is 0.46, 0.28, 0.00, 0.07. Web safe color of #80acee is #9999ff. Color #80acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101100 11101110
Octal 200 254 356
Decimal 128 172 238
Hex 80 AC EE

RGB Percentages of Color #80acee

%23.79
%31.97
%44.24

CMYK Percentages of Color #80acee

%46
%28
%0
%7

Triadic Colors of #80acee

#80acee #ee80ac #acee80

Analogous Colors of #80acee

#80acee #8b80ee #80e3ee

Monochromatic Colors of #80acee

#80acee

Complementary Color

#80acee #eec280

#80acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#80acee Color CSS Codes

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

#80acee Text Font Color

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

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


#80acee Background Color

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

This div background color is #80acee


#80acee Border Color

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

This div border color is #80acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80acee


Comments

No comments written yet.

Please login to write comment.