Color Hex Logo

#80cbcc Color Hex

#80CBCC
(128,203,204)
0 Favorites   0 Comments

Color spaces of #80cbcc

RGB 128203204
HSL0.500.430.65
HSV181°37°80°
CMYK 0.370.000.00   0.20
XYZ41.157151.660764.9290
Yxy51.66070.26090.3275
Hunter Lab71.8754-23.5697-3.2472
CIE-Lab77.0775-22.9231-7.8624

#80cbcc color RGB value is (128,203,204).

#80cbcc hex color red value is 128, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #80cbcc hue: 0.50 , saturation: 0.43 and the lightness value of 80cbcc is 0.65.

The process color (four color CMYK) of #80cbcc color hex is 0.37, 0.00, 0.00, 0.20. Web safe color of #80cbcc is #99cccc. Color #80cbcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001011 11001100
Octal 200 313 314
Decimal 128 203 204
Hex 80 CB CC

RGB Percentages of Color #80cbcc

%23.93
%37.94
%38.13

CMYK Percentages of Color #80cbcc

%37
%0
%0
%20

Triadic Colors of #80cbcc

#80cbcc #cc80cb #cbcc80

Analogous Colors of #80cbcc

#80cbcc #80a5cc #80cca7

Monochromatic Colors of #80cbcc

#80cbcc

Complementary Color

#80cbcc #cc8180

#80cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cbcc Color CSS Codes

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

#80cbcc Text Font Color

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

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


#80cbcc Background Color

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

This div background color is #80cbcc


#80cbcc Border Color

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

This div border color is #80cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cbcc


Comments

No comments written yet.

Please login to write comment.