Color Hex Logo

#80cddf Color Hex

#80CDDF
(128,205,223)
0 Favorites   0 Comments

Color spaces of #80cddf

RGB 128205223
HSL0.530.600.69
HSV191°43°87°
CMYK 0.430.080.00   0.13
XYZ44.052753.579677.8321
Yxy53.57960.25110.3054
Hunter Lab73.1981-20.6703-11.8049
CIE-Lab78.2160-19.1593-16.3842

#80cddf color RGB value is (128,205,223).

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

The process color (four color CMYK) of #80cddf color hex is 0.43, 0.08, 0.00, 0.13. Web safe color of #80cddf is #99cccc. Color #80cddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001101 11011111
Octal 200 315 337
Decimal 128 205 223
Hex 80 CD DF

RGB Percentages of Color #80cddf

%23.02
%36.87
%40.11

CMYK Percentages of Color #80cddf

%43
%8
%0
%13

Triadic Colors of #80cddf

#80cddf #df80cd #cddf80

Analogous Colors of #80cddf

#80cddf #809edf #80dfc2

Monochromatic Colors of #80cddf

#80cddf

Complementary Color

#80cddf #df9280

#80cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cddf Color CSS Codes

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

#80cddf Text Font Color

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

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


#80cddf Background Color

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

This div background color is #80cddf


#80cddf Border Color

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

This div border color is #80cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cddf


Comments

No comments written yet.

Please login to write comment.