Color Hex Logo

#80bdfd Color Hex

#80BDFD
(128,189,253)
0 Favorites   0 Comments

Color spaces of #80bdfd

RGB 128189253
HSL0.590.970.75
HSV211°49°99°
CMYK 0.490.250.00   0.01
XYZ44.829348.076299.8454
Yxy48.07620.23260.2494
Hunter Lab69.3370-5.9320-36.8418
CIE-Lab74.8730-2.4893-37.6284

#80bdfd color RGB value is (128,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111101 11111101
Octal 200 275 375
Decimal 128 189 253
Hex 80 BD FD

RGB Percentages of Color #80bdfd

%22.46
%33.16
%44.39

CMYK Percentages of Color #80bdfd

%49
%25
%0
%1

Triadic Colors of #80bdfd

#80bdfd #fd80bd #bdfd80

Analogous Colors of #80bdfd

#80bdfd #8280fd #80fcfd

Monochromatic Colors of #80bdfd

#80bdfd

Complementary Color

#80bdfd #fdc080

#80bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bdfd Color CSS Codes

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

#80bdfd Text Font Color

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

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


#80bdfd Background Color

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

This div background color is #80bdfd


#80bdfd Border Color

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

This div border color is #80bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bdfd


Comments

No comments written yet.

Please login to write comment.