Color Hex Logo

#80d2d8 Color Hex

#80D2D8
(128,210,216)
0 Favorites   0 Comments

Color spaces of #80d2d8

RGB 128210216
HSL0.510.530.67
HSV184°41°85°
CMYK 0.410.030.00   0.15
XYZ44.343455.640273.3682
Yxy55.64020.25580.3210
Hunter Lab74.5924-24.4226-6.1023
CIE-Lab79.4086-23.4508-10.8417

#80d2d8 color RGB value is (128,210,216).

#80d2d8 hex color red value is 128, green value is 210 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #80d2d8 hue: 0.51 , saturation: 0.53 and the lightness value of 80d2d8 is 0.67.

The process color (four color CMYK) of #80d2d8 color hex is 0.41, 0.03, 0.00, 0.15. Web safe color of #80d2d8 is #99cccc. Color #80d2d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11010010 11011000
Octal 200 322 330
Decimal 128 210 216
Hex 80 D2 D8

RGB Percentages of Color #80d2d8

%23.10
%37.91
%38.99

CMYK Percentages of Color #80d2d8

%41
%3
%0
%15

Triadic Colors of #80d2d8

#80d2d8 #d880d2 #d2d880

Analogous Colors of #80d2d8

#80d2d8 #80a6d8 #80d8b2

Monochromatic Colors of #80d2d8

#80d2d8

Complementary Color

#80d2d8 #d88680

#80d2d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80d2d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80d2d8 Color CSS Codes

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

#80d2d8 Text Font Color

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

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


#80d2d8 Background Color

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

This div background color is #80d2d8


#80d2d8 Border Color

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

This div border color is #80d2d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80d2d8


Comments

No comments written yet.

Please login to write comment.