Color Hex Logo

#80afc3 Color Hex

#80AFC3
(128,175,195)
0 Favorites   0 Comments

Color spaces of #80afc3

RGB 128175195
HSL0.550.360.63
HSV198°34°76°
CMYK 0.340.100.00   0.24
XYZ34.082439.189357.3977
Yxy39.18930.26080.2999
Hunter Lab62.6014-12.3706-10.5406
CIE-Lab68.8882-10.6747-15.2039

#80afc3 color RGB value is (128,175,195).

#80afc3 hex color red value is 128, green value is 175 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #80afc3 hue: 0.55 , saturation: 0.36 and the lightness value of 80afc3 is 0.63.

The process color (four color CMYK) of #80afc3 color hex is 0.34, 0.10, 0.00, 0.24. Web safe color of #80afc3 is #9999cc. Color #80afc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101111 11000011
Octal 200 257 303
Decimal 128 175 195
Hex 80 AF C3

RGB Percentages of Color #80afc3

%25.70
%35.14
%39.16

CMYK Percentages of Color #80afc3

%34
%10
%0
%24

Triadic Colors of #80afc3

#80afc3 #c380af #afc380

Analogous Colors of #80afc3

#80afc3 #808ec3 #80c3b6

Monochromatic Colors of #80afc3

#80afc3

Complementary Color

#80afc3 #c39480

#80afc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80afc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80afc3 Color CSS Codes

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

#80afc3 Text Font Color

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

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


#80afc3 Background Color

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

This div background color is #80afc3


#80afc3 Border Color

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

This div border color is #80afc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80afc3


Comments

No comments written yet.

Please login to write comment.