Color Hex Logo

#80accf Color Hex

#80ACCF
(128,172,207)
0 Favorites   0 Comments

Color spaces of #80accf

RGB 128172207
HSL0.570.450.66
HSV207°38°81°
CMYK 0.380.170.00   0.19
XYZ34.917138.599264.6416
Yxy38.59920.25270.2794
Hunter Lab62.1283-8.4045-18.1987
CIE-Lab68.4599-5.9523-22.4715

#80accf color RGB value is (128,172,207).

#80accf hex color red value is 128, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #80accf hue: 0.57 , saturation: 0.45 and the lightness value of 80accf is 0.66.

The process color (four color CMYK) of #80accf color hex is 0.38, 0.17, 0.00, 0.19. Web safe color of #80accf is #9999cc. Color #80accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101100 11001111
Octal 200 254 317
Decimal 128 172 207
Hex 80 AC CF

RGB Percentages of Color #80accf

%25.25
%33.93
%40.83

CMYK Percentages of Color #80accf

%38
%17
%0
%19

Triadic Colors of #80accf

#80accf #cf80ac #accf80

Analogous Colors of #80accf

#80accf #8085cf #80cfcb

Monochromatic Colors of #80accf

#80accf

Complementary Color

#80accf #cfa380

#80accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80accf Color CSS Codes

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

#80accf Text Font Color

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

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


#80accf Background Color

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

This div background color is #80accf


#80accf Border Color

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

This div border color is #80accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80accf


Comments

No comments written yet.

Please login to write comment.