Color Hex Logo

#82c9cc Color Hex

#82C9CC
(130,201,204)
0 Favorites   0 Comments

Color spaces of #82c9cc

RGB 130201204
HSL0.510.420.65
HSV182°36°80°
CMYK 0.360.010.00   0.20
XYZ40.991650.878764.7868
Yxy50.87870.26170.3248
Hunter Lab71.3293-22.2457-3.9213
CIE-Lab76.6055-21.3961-8.5533

#82c9cc color RGB value is (130,201,204).

#82c9cc hex color red value is 130, green value is 201 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #82c9cc hue: 0.51 , saturation: 0.42 and the lightness value of 82c9cc is 0.65.

The process color (four color CMYK) of #82c9cc color hex is 0.36, 0.01, 0.00, 0.20. Web safe color of #82c9cc is #99cccc. Color #82c9cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001001 11001100
Octal 202 311 314
Decimal 130 201 204
Hex 82 C9 CC

RGB Percentages of Color #82c9cc

%24.30
%37.57
%38.13

CMYK Percentages of Color #82c9cc

%36
%1
%0
%20

Triadic Colors of #82c9cc

#82c9cc #cc82c9 #c9cc82

Analogous Colors of #82c9cc

#82c9cc #82a4cc #82ccaa

Monochromatic Colors of #82c9cc

#82c9cc

Complementary Color

#82c9cc #cc8582

#82c9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82c9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82c9cc Color CSS Codes

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

#82c9cc Text Font Color

<p style="color:#82c9cc">Text here</p>

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


#82c9cc Background Color

<div style="background-color:#82c9cc">
Div content here</div>

This div background color is #82c9cc


#82c9cc Border Color

<div style="border:3px solid #82c9cc">
Div here</div>

This div border color is #82c9cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,201,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82c9cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82c9cc;
  -webkit-box-shadow: 1px 1px 3px 2px #82c9cc;
  box-shadow:         1px 1px 3px 2px #82c9cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,201,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 #82c9cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82c9cc


Comments

No comments written yet.

Please login to write comment.