Color Hex Logo

#80cedc Color Hex

#80CEDC
(128,206,220)
0 Favorites   0 Comments

Color spaces of #80cedc

RGB 128206220
HSL0.530.570.68
HSV189°42°86°
CMYK 0.420.060.00   0.14
XYZ43.891753.899175.8004
Yxy53.89910.25280.3105
Hunter Lab73.4160-21.7619-9.8244
CIE-Lab78.4029-20.4369-14.4923

#80cedc color RGB value is (128,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001110 11011100
Octal 200 316 334
Decimal 128 206 220
Hex 80 CE DC

RGB Percentages of Color #80cedc

%23.10
%37.18
%39.71

CMYK Percentages of Color #80cedc

%42
%6
%0
%14

Triadic Colors of #80cedc

#80cedc #dc80ce #cedc80

Analogous Colors of #80cedc

#80cedc #80a0dc #80dcbc

Monochromatic Colors of #80cedc

#80cedc

Complementary Color

#80cedc #dc8e80

#80cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cedc Color CSS Codes

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

#80cedc Text Font Color

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

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


#80cedc Background Color

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

This div background color is #80cedc


#80cedc Border Color

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

This div border color is #80cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cedc


Comments

No comments written yet.

Please login to write comment.