Color Hex Logo

#80cfce Color Hex

#80CFCE
(128,207,206)
0 Favorites   0 Comments

Color spaces of #80cfce

RGB 128207206
HSL0.500.450.66
HSV179°38°81°
CMYK 0.380.000.00   0.19
XYZ42.355553.671166.5197
Yxy53.67110.26060.3302
Hunter Lab73.2606-25.0064-2.5522
CIE-Lab78.2696-24.4248-7.1708

#80cfce color RGB value is (128,207,206).

#80cfce hex color red value is 128, green value is 207 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #80cfce hue: 0.50 , saturation: 0.45 and the lightness value of 80cfce is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 11001110
Octal 200 317 316
Decimal 128 207 206
Hex 80 CF CE

RGB Percentages of Color #80cfce

%23.66
%38.26
%38.08

CMYK Percentages of Color #80cfce

%38
%0
%0
%19

Triadic Colors of #80cfce

#80cfce #ce80cf #cfce80

Analogous Colors of #80cfce

#80cfce #80a9cf #80cfa7

Monochromatic Colors of #80cfce

#80cfce

Complementary Color

#80cfce #cf8081

#80cfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cfce Color CSS Codes

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

#80cfce Text Font Color

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

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


#80cfce Background Color

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

This div background color is #80cfce


#80cfce Border Color

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

This div border color is #80cfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cfce


Comments

No comments written yet.

Please login to write comment.