Color Hex Logo

#80c6fd Color Hex

#80C6FD
(128,198,253)
0 Favorites   0 Comments

Color spaces of #80c6fd

RGB 128198253
HSL0.570.970.75
HSV206°49°99°
CMYK 0.490.220.00   0.01
XYZ46.825852.0692100.5109
Yxy52.06920.23480.2611
Hunter Lab72.1590-10.4451-32.0743
CIE-Lab77.3222-7.3522-33.8363

#80c6fd color RGB value is (128,198,253).

#80c6fd hex color red value is 128, green value is 198 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #80c6fd hue: 0.57 , saturation: 0.97 and the lightness value of 80c6fd is 0.75.

The process color (four color CMYK) of #80c6fd color hex is 0.49, 0.22, 0.00, 0.01. Web safe color of #80c6fd is #99ccff. Color #80c6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11000110 11111101
Octal 200 306 375
Decimal 128 198 253
Hex 80 C6 FD

RGB Percentages of Color #80c6fd

%22.11
%34.20
%43.70

CMYK Percentages of Color #80c6fd

%49
%22
%0
%1

Triadic Colors of #80c6fd

#80c6fd #fd80c6 #c6fd80

Analogous Colors of #80c6fd

#80c6fd #8088fd #80fdf6

Monochromatic Colors of #80c6fd

#80c6fd

Complementary Color

#80c6fd #fdb780

#80c6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80c6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80c6fd Color CSS Codes

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

#80c6fd Text Font Color

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

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


#80c6fd Background Color

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

This div background color is #80c6fd


#80c6fd Border Color

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

This div border color is #80c6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80c6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.