Color Hex Logo

#80ccd5 Color Hex

#80CCD5
(128,204,213)
0 Favorites   0 Comments

Color spaces of #80ccd5

RGB 128204213
HSL0.520.500.67
HSV186°40°84°
CMYK 0.400.040.00   0.16
XYZ42.505252.579070.8593
Yxy52.57900.25610.3168
Hunter Lab72.5114-22.2606-7.1812
CIE-Lab77.6258-21.2005-11.8937

#80ccd5 color RGB value is (128,204,213).

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

The process color (four color CMYK) of #80ccd5 color hex is 0.40, 0.04, 0.00, 0.16. Web safe color of #80ccd5 is #99cccc. Color #80ccd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001100 11010101
Octal 200 314 325
Decimal 128 204 213
Hex 80 CC D5

RGB Percentages of Color #80ccd5

%23.49
%37.43
%39.08

CMYK Percentages of Color #80ccd5

%40
%4
%0
%16

Triadic Colors of #80ccd5

#80ccd5 #d580cc #ccd580

Analogous Colors of #80ccd5

#80ccd5 #80a2d5 #80d5b4

Monochromatic Colors of #80ccd5

#80ccd5

Complementary Color

#80ccd5 #d58980

#80ccd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ccd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ccd5 Color CSS Codes

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

#80ccd5 Text Font Color

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

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


#80ccd5 Background Color

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

This div background color is #80ccd5


#80ccd5 Border Color

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

This div border color is #80ccd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ccd5


Comments

No comments written yet.

Please login to write comment.