Color Hex Logo

#80afec Color Hex

#80AFEC
(128,175,236)
0 Favorites   0 Comments

Color spaces of #80afec

RGB 128175236
HSL0.590.740.71
HSV214°46°93°
CMYK 0.460.260.00   0.07
XYZ39.372441.305385.2544
Yxy41.30530.23730.2489
Hunter Lab64.2692-3.1190-33.6610
CIE-Lab70.38930.3568-35.3912

#80afec color RGB value is (128,175,236).

#80afec hex color red value is 128, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #80afec hue: 0.59 , saturation: 0.74 and the lightness value of 80afec is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101111 11101100
Octal 200 257 354
Decimal 128 175 236
Hex 80 AF EC

RGB Percentages of Color #80afec

%23.75
%32.47
%43.78

CMYK Percentages of Color #80afec

%46
%26
%0
%7

Triadic Colors of #80afec

#80afec #ec80af #afec80

Analogous Colors of #80afec

#80afec #8780ec #80e5ec

Monochromatic Colors of #80afec

#80afec

Complementary Color

#80afec #ecbd80

#80afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#80afec Color CSS Codes

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

#80afec Text Font Color

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

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


#80afec Background Color

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

This div background color is #80afec


#80afec Border Color

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

This div border color is #80afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80afec


Comments

No comments written yet.

Please login to write comment.