Color Hex Logo

#80d7ca Color Hex

#80D7CA
(128,215,202)
0 Favorites   0 Comments

Color spaces of #80d7ca

RGB 128215202
HSL0.480.520.67
HSV171°40°84°
CMYK 0.400.000.06   0.16
XYZ43.863257.454364.6551
Yxy57.45430.26430.3462
Hunter Lab75.7986-29.35312.4855
CIE-Lab80.4344-29.2774-1.8375

#80d7ca color RGB value is (128,215,202).

#80d7ca hex color red value is 128, green value is 215 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #80d7ca hue: 0.48 , saturation: 0.52 and the lightness value of 80d7ca is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11010111 11001010
Octal 200 327 312
Decimal 128 215 202
Hex 80 D7 CA

RGB Percentages of Color #80d7ca

%23.49
%39.45
%37.06

CMYK Percentages of Color #80d7ca

%40
%0
%6
%16

Triadic Colors of #80d7ca

#80d7ca #ca80d7 #d7ca80

Analogous Colors of #80d7ca

#80d7ca #80b9d7 #80d79f

Monochromatic Colors of #80d7ca

#80d7ca

Complementary Color

#80d7ca #d7808d

#80d7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80d7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#80d7ca Color CSS Codes

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

#80d7ca Text Font Color

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

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


#80d7ca Background Color

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

This div background color is #80d7ca


#80d7ca Border Color

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

This div border color is #80d7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80d7ca


Comments

No comments written yet.

Please login to write comment.