Color Hex Logo

#80caad Color Hex

#80CAAD
(128,202,173)
0 Favorites   0 Comments

Color spaces of #80caad

RGB 128202173
HSL0.430.410.65
HSV156°37°79°
CMYK 0.370.000.14   0.21
XYZ37.565449.847447.1768
Yxy49.84740.27910.3704
Hunter Lab70.6027-28.58079.8042
CIE-Lab75.9755-29.51337.2388

#80caad color RGB value is (128,202,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001010 10101101
Octal 200 312 255
Decimal 128 202 173
Hex 80 CA AD

RGB Percentages of Color #80caad

%25.45
%40.16
%34.39

CMYK Percentages of Color #80caad

%37
%0
%14
%21

Triadic Colors of #80caad

#80caad #ad80ca #caad80

Analogous Colors of #80caad

#80caad #80c2ca #80ca88

Monochromatic Colors of #80caad

#80caad

Complementary Color

#80caad #ca809d

#80caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#80caad Color CSS Codes

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

#80caad Text Font Color

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

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


#80caad Background Color

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

This div background color is #80caad


#80caad Border Color

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

This div border color is #80caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80caad


Comments

No comments written yet.

Please login to write comment.