Color Hex Logo

#80afce Color Hex

#80AFCE
(128,175,206)
0 Favorites   0 Comments

Color spaces of #80afce

RGB 128175206
HSL0.570.440.65
HSV204°38°81°
CMYK 0.380.150.00   0.19
XYZ35.372639.705464.1921
Yxy39.70540.25400.2851
Hunter Lab63.0122-10.0685-16.2916
CIE-Lab69.2592-7.8469-20.7030

#80afce color RGB value is (128,175,206).

#80afce hex color red value is 128, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #80afce hue: 0.57 , saturation: 0.44 and the lightness value of 80afce is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101111 11001110
Octal 200 257 316
Decimal 128 175 206
Hex 80 AF CE

RGB Percentages of Color #80afce

%25.15
%34.38
%40.47

CMYK Percentages of Color #80afce

%38
%15
%0
%19

Triadic Colors of #80afce

#80afce #ce80af #afce80

Analogous Colors of #80afce

#80afce #8088ce #80cec6

Monochromatic Colors of #80afce

#80afce

Complementary Color

#80afce #ce9f80

#80afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#80afce Color CSS Codes

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

#80afce Text Font Color

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

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


#80afce Background Color

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

This div background color is #80afce


#80afce Border Color

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

This div border color is #80afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80afce


Comments

No comments written yet.

Please login to write comment.