Color Hex Logo

#80dfca Color Hex

#80DFCA
(128,223,202)
0 Favorites   0 Comments

Color spaces of #80dfca

RGB 128223202
HSL0.460.600.69
HSV167°43°87°
CMYK 0.430.000.09   0.13
XYZ45.950461.628865.3508
Yxy61.62880.26570.3564
Hunter Lab78.5040-32.90145.5967
CIE-Lab82.7156-33.07611.4947

#80dfca color RGB value is (128,223,202).

#80dfca hex color red value is 128, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #80dfca hue: 0.46 , saturation: 0.60 and the lightness value of 80dfca is 0.69.

The process color (four color CMYK) of #80dfca color hex is 0.43, 0.00, 0.09, 0.13. Web safe color of #80dfca is #99cccc. Color #80dfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11001010
Octal 200 337 312
Decimal 128 223 202
Hex 80 DF CA

RGB Percentages of Color #80dfca

%23.15
%40.33
%36.53

CMYK Percentages of Color #80dfca

%43
%0
%9
%13

Triadic Colors of #80dfca

#80dfca #ca80df #dfca80

Analogous Colors of #80dfca

#80dfca #80c5df #80df9b

Monochromatic Colors of #80dfca

#80dfca

Complementary Color

#80dfca #df8095

#80dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfca Color CSS Codes

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

#80dfca Text Font Color

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

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


#80dfca Background Color

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

This div background color is #80dfca


#80dfca Border Color

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

This div border color is #80dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfca


Comments

No comments written yet.

Please login to write comment.