Color Hex Logo

#82cdcc Color Hex

#82CDCC
(130,205,204)
0 Favorites   0 Comments

Color spaces of #82cdcc

RGB 130205204
HSL0.500.430.66
HSV179°37°80°
CMYK 0.370.000.00   0.20
XYZ41.936352.768165.1017
Yxy52.76810.26240.3302
Hunter Lab72.6417-24.0742-2.2867
CIE-Lab77.7379-23.3972-6.8729

#82cdcc color RGB value is (130,205,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001101 11001100
Octal 202 315 314
Decimal 130 205 204
Hex 82 CD CC

RGB Percentages of Color #82cdcc

%24.12
%38.03
%37.85

CMYK Percentages of Color #82cdcc

%37
%0
%0
%20

Triadic Colors of #82cdcc

#82cdcc #cc82cd #cdcc82

Analogous Colors of #82cdcc

#82cdcc #82a9cd #82cda7

Monochromatic Colors of #82cdcc

#82cdcc

Complementary Color

#82cdcc #cd8283

#82cdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cdcc Color CSS Codes

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

#82cdcc Text Font Color

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

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


#82cdcc Background Color

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

This div background color is #82cdcc


#82cdcc Border Color

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

This div border color is #82cdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cdcc


Comments

No comments written yet.

Please login to write comment.