Color Hex Logo

#80cabd Color Hex

#80CABD
(128,202,189)
0 Favorites   0 Comments

Color spaces of #80cabd

RGB 128202189
HSL0.470.410.65
HSV169°37°79°
CMYK 0.370.000.06   0.21
XYZ39.207950.504455.8260
Yxy50.50440.26940.3470
Hunter Lab71.0664-25.88653.1715
CIE-Lab76.3778-25.9757-0.8024

#80cabd color RGB value is (128,202,189).

#80cabd hex color red value is 128, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #80cabd hue: 0.47 , saturation: 0.41 and the lightness value of 80cabd is 0.65.

The process color (four color CMYK) of #80cabd color hex is 0.37, 0.00, 0.06, 0.21. Web safe color of #80cabd is #99cccc. Color #80cabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001010 10111101
Octal 200 312 275
Decimal 128 202 189
Hex 80 CA BD

RGB Percentages of Color #80cabd

%24.66
%38.92
%36.42

CMYK Percentages of Color #80cabd

%37
%0
%6
%21

Triadic Colors of #80cabd

#80cabd #bd80ca #cabd80

Analogous Colors of #80cabd

#80cabd #80b2ca #80ca98

Monochromatic Colors of #80cabd

#80cabd

Complementary Color

#80cabd #ca808d

#80cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cabd Color CSS Codes

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

#80cabd Text Font Color

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

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


#80cabd Background Color

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

This div background color is #80cabd


#80cabd Border Color

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

This div border color is #80cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cabd


Comments

No comments written yet.

Please login to write comment.