Color Hex Logo

#80aefc Color Hex

#80AEFC
(128,174,252)
0 Favorites   0 Comments

Color spaces of #80aefc

RGB 128174252
HSL0.600.950.75
HSV218°49°99°
CMYK 0.490.310.00   0.01
XYZ41.608841.889697.9879
Yxy41.88960.22930.2308
Hunter Lab64.72221.4908-44.4582
CIE-Lab70.79475.5367-43.4473

#80aefc color RGB value is (128,174,252).

#80aefc hex color red value is 128, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #80aefc hue: 0.60 , saturation: 0.95 and the lightness value of 80aefc is 0.75.

The process color (four color CMYK) of #80aefc color hex is 0.49, 0.31, 0.00, 0.01. Web safe color of #80aefc is #9999ff. Color #80aefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 11111100
Octal 200 256 374
Decimal 128 174 252
Hex 80 AE FC

RGB Percentages of Color #80aefc

%23.10
%31.41
%45.49

CMYK Percentages of Color #80aefc

%49
%31
%0
%1

Triadic Colors of #80aefc

#80aefc #fc80ae #aefc80

Analogous Colors of #80aefc

#80aefc #9080fc #80ecfc

Monochromatic Colors of #80aefc

#80aefc

Complementary Color

#80aefc #fcce80

#80aefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aefc Color CSS Codes

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

#80aefc Text Font Color

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

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


#80aefc Background Color

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

This div background color is #80aefc


#80aefc Border Color

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

This div border color is #80aefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aefc

Related Colors


Comments

No comments written yet.

Please login to write comment.