Color Hex Logo

#82c0cd Color Hex

#82C0CD
(130,192,205)
0 Favorites   0 Comments

Color spaces of #82c0cd

RGB 130192205
HSL0.530.430.66
HSV190°37°80°
CMYK 0.370.060.00   0.20
XYZ39.075046.852964.7416
Yxy46.85290.25930.3110
Hunter Lab68.4492-17.8873-8.1641
CIE-Lab74.0956-16.5594-12.8415

#82c0cd color RGB value is (130,192,205).

#82c0cd hex color red value is 130, green value is 192 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #82c0cd hue: 0.53 , saturation: 0.43 and the lightness value of 82c0cd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11000000 11001101
Octal 202 300 315
Decimal 130 192 205
Hex 82 C0 CD

RGB Percentages of Color #82c0cd

%24.67
%36.43
%38.90

CMYK Percentages of Color #82c0cd

%37
%6
%0
%20

Triadic Colors of #82c0cd

#82c0cd #cd82c0 #c0cd82

Analogous Colors of #82c0cd

#82c0cd #829bcd #82cdb5

Monochromatic Colors of #82c0cd

#82c0cd

Complementary Color

#82c0cd #cd8f82

#82c0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82c0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82c0cd Color CSS Codes

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

#82c0cd Text Font Color

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

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


#82c0cd Background Color

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

This div background color is #82c0cd


#82c0cd Border Color

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

This div border color is #82c0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82c0cd


Comments

No comments written yet.

Please login to write comment.