Color Hex Logo

#82bfcf Color Hex

#82BFCF
(130,191,207)
0 Favorites   0 Comments

Color spaces of #82bfcf

RGB 130191207
HSL0.530.450.66
HSV192°37°81°
CMYK 0.370.080.00   0.19
XYZ39.099246.512465.9485
Yxy46.51240.25800.3069
Hunter Lab68.2000-17.0156-9.5926
CIE-Lab73.8768-15.5397-14.2574

#82bfcf color RGB value is (130,191,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111111 11001111
Octal 202 277 317
Decimal 130 191 207
Hex 82 BF CF

RGB Percentages of Color #82bfcf

%24.62
%36.17
%39.20

CMYK Percentages of Color #82bfcf

%37
%8
%0
%19

Triadic Colors of #82bfcf

#82bfcf #cf82bf #bfcf82

Analogous Colors of #82bfcf

#82bfcf #8299cf #82cfb9

Monochromatic Colors of #82bfcf

#82bfcf

Complementary Color

#82bfcf #cf9282

#82bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bfcf Color CSS Codes

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

#82bfcf Text Font Color

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

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


#82bfcf Background Color

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

This div background color is #82bfcf


#82bfcf Border Color

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

This div border color is #82bfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bfcf


Comments

No comments written yet.

Please login to write comment.