Color Hex Logo

#80ccec Color Hex

#80CCEC
(128,204,236)
0 Favorites   0 Comments

Color spaces of #80ccec

RGB 128204236
HSL0.550.740.71
HSV198°46°93°
CMYK 0.460.140.00   0.07
XYZ45.635353.831187.3421
Yxy53.83110.24430.2882
Hunter Lab73.3697-17.3715-19.2223
CIE-Lab78.3631-15.2145-23.1358

#80ccec color RGB value is (128,204,236).

#80ccec hex color red value is 128, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #80ccec hue: 0.55 , saturation: 0.74 and the lightness value of 80ccec is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001100 11101100
Octal 200 314 354
Decimal 128 204 236
Hex 80 CC EC

RGB Percentages of Color #80ccec

%22.54
%35.92
%41.55

CMYK Percentages of Color #80ccec

%46
%14
%0
%7

Triadic Colors of #80ccec

#80ccec #ec80cc #ccec80

Analogous Colors of #80ccec

#80ccec #8096ec #80ecd6

Monochromatic Colors of #80ccec

#80ccec

Complementary Color

#80ccec #eca080

#80ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ccec Color CSS Codes

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

#80ccec Text Font Color

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

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


#80ccec Background Color

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

This div background color is #80ccec


#80ccec Border Color

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

This div border color is #80ccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ccec


Comments

No comments written yet.

Please login to write comment.