Color Hex Logo

#80befd Color Hex

#80BEFD
(128,190,253)
0 Favorites   0 Comments

Color spaces of #80befd

RGB 128190253
HSL0.580.970.75
HSV210°49°99°
CMYK 0.490.250.00   0.01
XYZ45.045248.508099.9173
Yxy48.50800.23280.2507
Hunter Lab69.6477-6.4371-36.3047
CIE-Lab75.1442-3.0347-37.2073

#80befd color RGB value is (128,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111110 11111101
Octal 200 276 375
Decimal 128 190 253
Hex 80 BE FD

RGB Percentages of Color #80befd

%22.42
%33.27
%44.31

CMYK Percentages of Color #80befd

%49
%25
%0
%1

Triadic Colors of #80befd

#80befd #fd80be #befd80

Analogous Colors of #80befd

#80befd #8180fd #80fdfd

Monochromatic Colors of #80befd

#80befd

Complementary Color

#80befd #fdbf80

#80befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80befd Color CSS Codes

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

#80befd Text Font Color

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

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


#80befd Background Color

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

This div background color is #80befd


#80befd Border Color

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

This div border color is #80befd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,190,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 #80befd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80befd


Comments

No comments written yet.

Please login to write comment.