Color Hex Logo

#80dccd Color Hex

#80DCCD
(128,220,205)
0 Favorites   0 Comments

Color spaces of #80dccd

RGB 128220205
HSL0.470.570.68
HSV170°42°86°
CMYK 0.420.000.07   0.14
XYZ45.514760.183466.9753
Yxy60.18340.26360.3485
Hunter Lab77.5780-31.03613.1178
CIE-Lab81.9378-30.9676-1.2328

#80dccd color RGB value is (128,220,205).

#80dccd hex color red value is 128, green value is 220 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #80dccd hue: 0.47 , saturation: 0.57 and the lightness value of 80dccd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011100 11001101
Octal 200 334 315
Decimal 128 220 205
Hex 80 DC CD

RGB Percentages of Color #80dccd

%23.15
%39.78
%37.07

CMYK Percentages of Color #80dccd

%42
%0
%7
%14

Triadic Colors of #80dccd

#80dccd #cd80dc #dccd80

Analogous Colors of #80dccd

#80dccd #80bddc #80dc9f

Monochromatic Colors of #80dccd

#80dccd

Complementary Color

#80dccd #dc808f

#80dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dccd Color CSS Codes

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

#80dccd Text Font Color

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

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


#80dccd Background Color

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

This div background color is #80dccd


#80dccd Border Color

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

This div border color is #80dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dccd


Comments

No comments written yet.

Please login to write comment.