Color Hex Logo

#80bcce Color Hex

#80BCCE
(128,188,206)
0 Favorites   0 Comments

Color spaces of #80bcce

RGB 128188206
HSL0.540.440.65
HSV194°38°81°
CMYK 0.380.090.00   0.19
XYZ38.025945.011965.0765
Yxy45.01190.25670.3039
Hunter Lab67.0909-16.2386-10.5462
CIE-Lab72.8997-14.7624-15.1928

#80bcce color RGB value is (128,188,206).

#80bcce hex color red value is 128, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #80bcce hue: 0.54 , saturation: 0.44 and the lightness value of 80bcce is 0.65.

The process color (four color CMYK) of #80bcce color hex is 0.38, 0.09, 0.00, 0.19. Web safe color of #80bcce is #99cccc. Color #80bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111100 11001110
Octal 200 274 316
Decimal 128 188 206
Hex 80 BC CE

RGB Percentages of Color #80bcce

%24.52
%36.02
%39.46

CMYK Percentages of Color #80bcce

%38
%9
%0
%19

Triadic Colors of #80bcce

#80bcce #ce80bc #bcce80

Analogous Colors of #80bcce

#80bcce #8095ce #80ceb9

Monochromatic Colors of #80bcce

#80bcce

Complementary Color

#80bcce #ce9280

#80bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bcce Color CSS Codes

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

#80bcce Text Font Color

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

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


#80bcce Background Color

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

This div background color is #80bcce


#80bcce Border Color

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

This div border color is #80bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bcce


Comments

No comments written yet.

Please login to write comment.