Color Hex Logo

#80bdef Color Hex

#80BDEF
(128,189,239)
0 Favorites   0 Comments

Color spaces of #80bdef

RGB 128189239
HSL0.580.780.72
HSV207°46°94°
CMYK 0.460.210.00   0.06
XYZ42.679747.216488.5256
Yxy47.21640.23920.2646
Hunter Lab68.7142-9.3801-28.2843
CIE-Lab74.3280-6.4633-30.9286

#80bdef color RGB value is (128,189,239).

#80bdef hex color red value is 128, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #80bdef hue: 0.58 , saturation: 0.78 and the lightness value of 80bdef is 0.72.

The process color (four color CMYK) of #80bdef color hex is 0.46, 0.21, 0.00, 0.06. Web safe color of #80bdef is #99ccff. Color #80bdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111101 11101111
Octal 200 275 357
Decimal 128 189 239
Hex 80 BD EF

RGB Percentages of Color #80bdef

%23.02
%33.99
%42.99

CMYK Percentages of Color #80bdef

%46
%21
%0
%6

Triadic Colors of #80bdef

#80bdef #ef80bd #bdef80

Analogous Colors of #80bdef

#80bdef #8086ef #80efea

Monochromatic Colors of #80bdef

#80bdef

Complementary Color

#80bdef #efb280

#80bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bdef Color CSS Codes

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

#80bdef Text Font Color

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

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


#80bdef Background Color

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

This div background color is #80bdef


#80bdef Border Color

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

This div border color is #80bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bdef


Comments

No comments written yet.

Please login to write comment.