Color Hex Logo

#80cfdc Color Hex

#80CFDC
(128,207,220)
0 Favorites   0 Comments

Color spaces of #80cfdc

RGB 128207220
HSL0.520.570.68
HSV188°42°86°
CMYK 0.420.060.00   0.14
XYZ44.133254.382175.8809
Yxy54.38210.25310.3118
Hunter Lab73.7442-22.2267-9.3869
CIE-Lab78.6840-20.9413-14.0702

#80cfdc color RGB value is (128,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 11011100
Octal 200 317 334
Decimal 128 207 220
Hex 80 CF DC

RGB Percentages of Color #80cfdc

%23.06
%37.30
%39.64

CMYK Percentages of Color #80cfdc

%42
%6
%0
%14

Triadic Colors of #80cfdc

#80cfdc #dc80cf #cfdc80

Analogous Colors of #80cfdc

#80cfdc #80a1dc #80dcbb

Monochromatic Colors of #80cfdc

#80cfdc

Complementary Color

#80cfdc #dc8d80

#80cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cfdc Color CSS Codes

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

#80cfdc Text Font Color

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

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


#80cfdc Background Color

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

This div background color is #80cfdc


#80cfdc Border Color

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

This div border color is #80cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cfdc


Comments

No comments written yet.

Please login to write comment.