Color Hex Logo

#80ddc4 Color Hex

#80DDC4
(128,221,196)
0 Favorites   0 Comments

Color spaces of #80ddc4

RGB 128221196
HSL0.460.580.68
HSV164°42°87°
CMYK 0.420.000.11   0.13
XYZ44.722360.287661.5041
Yxy60.28760.26860.3621
Hunter Lab77.6451-33.06587.3869
CIE-Lab81.9943-33.49453.6283

#80ddc4 color RGB value is (128,221,196).

#80ddc4 hex color red value is 128, green value is 221 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #80ddc4 hue: 0.46 , saturation: 0.58 and the lightness value of 80ddc4 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 11000100
Octal 200 335 304
Decimal 128 221 196
Hex 80 DD C4

RGB Percentages of Color #80ddc4

%23.49
%40.55
%35.96

CMYK Percentages of Color #80ddc4

%42
%0
%11
%13

Triadic Colors of #80ddc4

#80ddc4 #c480dd #ddc480

Analogous Colors of #80ddc4

#80ddc4 #80c8dd #80dd96

Monochromatic Colors of #80ddc4

#80ddc4

Complementary Color

#80ddc4 #dd8099

#80ddc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddc4 Color CSS Codes

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

#80ddc4 Text Font Color

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

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


#80ddc4 Background Color

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

This div background color is #80ddc4


#80ddc4 Border Color

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

This div border color is #80ddc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddc4


Comments

No comments written yet.

Please login to write comment.