Color Hex Logo

#80bcea Color Hex

#80BCEA
(128,188,234)
0 Favorites   0 Comments

Color spaces of #80bcea

RGB 128188234
HSL0.570.720.71
HSV206°45°92°
CMYK 0.450.200.00   0.08
XYZ41.736646.496184.6168
Yxy46.49610.24150.2690
Hunter Lab68.1880-10.0727-25.8433
CIE-Lab73.8663-7.3145-28.9357

#80bcea color RGB value is (128,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111100 11101010
Octal 200 274 352
Decimal 128 188 234
Hex 80 BC EA

RGB Percentages of Color #80bcea

%23.27
%34.18
%42.55

CMYK Percentages of Color #80bcea

%45
%20
%0
%8

Triadic Colors of #80bcea

#80bcea #ea80bc #bcea80

Analogous Colors of #80bcea

#80bcea #8087ea #80eae3

Monochromatic Colors of #80bcea

#80bcea

Complementary Color

#80bcea #eaae80

#80bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bcea Color CSS Codes

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

#80bcea Text Font Color

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

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


#80bcea Background Color

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

This div background color is #80bcea


#80bcea Border Color

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

This div border color is #80bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bcea


Comments

No comments written yet.

Please login to write comment.