Color Hex Logo

#80bcef Color Hex

#80BCEF
(128,188,239)
0 Favorites   0 Comments

Color spaces of #80bcef

RGB 128188239
HSL0.580.780.72
HSV208°46°94°
CMYK 0.460.210.00   0.06
XYZ42.465346.787688.4541
Yxy46.78760.23900.2633
Hunter Lab68.4015-8.8854-28.7905
CIE-Lab74.0537-5.9233-31.3512

#80bcef color RGB value is (128,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111100 11101111
Octal 200 274 357
Decimal 128 188 239
Hex 80 BC EF

RGB Percentages of Color #80bcef

%23.06
%33.87
%43.06

CMYK Percentages of Color #80bcef

%46
%21
%0
%6

Triadic Colors of #80bcef

#80bcef #ef80bc #bcef80

Analogous Colors of #80bcef

#80bcef #8085ef #80efeb

Monochromatic Colors of #80bcef

#80bcef

Complementary Color

#80bcef #efb380

#80bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bcef Color CSS Codes

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

#80bcef Text Font Color

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

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


#80bcef Background Color

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

This div background color is #80bcef


#80bcef Border Color

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

This div border color is #80bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bcef


Comments

No comments written yet.

Please login to write comment.