Color Hex Logo

#80bbea Color Hex

#80BBEA
(128,187,234)
0 Favorites   0 Comments

Color spaces of #80bbea

RGB 128187234
HSL0.570.720.71
HSV207°45°92°
CMYK 0.450.200.00   0.08
XYZ41.523746.070484.5458
Yxy46.07040.24120.2676
Hunter Lab67.8752-9.5814-26.3394
CIE-Lab73.5912-6.7760-29.3586

#80bbea color RGB value is (128,187,234).

#80bbea hex color red value is 128, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #80bbea hue: 0.57 , saturation: 0.72 and the lightness value of 80bbea is 0.71.

The process color (four color CMYK) of #80bbea color hex is 0.45, 0.20, 0.00, 0.08. Web safe color of #80bbea is #99ccff. Color #80bbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111011 11101010
Octal 200 273 352
Decimal 128 187 234
Hex 80 BB EA

RGB Percentages of Color #80bbea

%23.32
%34.06
%42.62

CMYK Percentages of Color #80bbea

%45
%20
%0
%8

Triadic Colors of #80bbea

#80bbea #ea80bb #bbea80

Analogous Colors of #80bbea

#80bbea #8086ea #80eae4

Monochromatic Colors of #80bbea

#80bbea

Complementary Color

#80bbea #eaaf80

#80bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bbea Color CSS Codes

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

#80bbea Text Font Color

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

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


#80bbea Background Color

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

This div background color is #80bbea


#80bbea Border Color

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

This div border color is #80bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bbea


Comments

No comments written yet.

Please login to write comment.