Color Hex Logo

#82cbcc Color Hex

#82CBCC
(130,203,204)
0 Favorites   0 Comments

Color spaces of #82cbcc

RGB 130203204
HSL0.500.420.65
HSV181°36°80°
CMYK 0.360.000.00   0.20
XYZ41.460951.817364.9433
Yxy51.81730.26200.3275
Hunter Lab71.9842-23.1614-3.1018
CIE-Lab77.1715-22.3996-7.7128

#82cbcc color RGB value is (130,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001011 11001100
Octal 202 313 314
Decimal 130 203 204
Hex 82 CB CC

RGB Percentages of Color #82cbcc

%24.21
%37.80
%37.99

CMYK Percentages of Color #82cbcc

%36
%0
%0
%20

Triadic Colors of #82cbcc

#82cbcc #cc82cb #cbcc82

Analogous Colors of #82cbcc

#82cbcc #82a6cc #82cca8

Monochromatic Colors of #82cbcc

#82cbcc

Complementary Color

#82cbcc #cc8382

#82cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cbcc Color CSS Codes

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

#82cbcc Text Font Color

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

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


#82cbcc Background Color

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

This div background color is #82cbcc


#82cbcc Border Color

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

This div border color is #82cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cbcc


Comments

No comments written yet.

Please login to write comment.