Color Hex Logo

#80cddc Color Hex

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

Color spaces of #80cddc

RGB 128205220
HSL0.530.570.68
HSV190°42°86°
CMYK 0.420.070.00   0.14
XYZ43.651753.419175.7204
Yxy53.41910.25260.3092
Hunter Lab73.0884-21.2963-10.2633
CIE-Lab78.1218-19.9311-14.9145

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

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

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

Base Numbers

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

RGB Percentages of Color #80cddc

%23.15
%37.07
%39.78

CMYK Percentages of Color #80cddc

%42
%7
%0
%14

Triadic Colors of #80cddc

#80cddc #dc80cd #cddc80

Analogous Colors of #80cddc

#80cddc #809fdc #80dcbd

Monochromatic Colors of #80cddc

#80cddc

Complementary Color

#80cddc #dc8f80

#80cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cddc Color CSS Codes

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

#80cddc Text Font Color

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

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


#80cddc Background Color

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

This div background color is #80cddc


#80cddc Border Color

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

This div border color is #80cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cddc


Comments

No comments written yet.

Please login to write comment.