Color Hex Logo

#82bfdb Color Hex

#82BFDB
(130,191,219)
0 Favorites   0 Comments

Color spaces of #82bfdb

RGB 130191219
HSL0.550.550.68
HSV199°41°86°
CMYK 0.410.130.00   0.14
XYZ40.622947.121973.9722
Yxy47.12190.25120.2914
Hunter Lab68.6454-14.4969-15.8391
CIE-Lab74.2677-12.4554-20.1852

#82bfdb color RGB value is (130,191,219).

#82bfdb hex color red value is 130, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #82bfdb hue: 0.55 , saturation: 0.55 and the lightness value of 82bfdb is 0.68.

The process color (four color CMYK) of #82bfdb color hex is 0.41, 0.13, 0.00, 0.14. Web safe color of #82bfdb is #99cccc. Color #82bfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111111 11011011
Octal 202 277 333
Decimal 130 191 219
Hex 82 BF DB

RGB Percentages of Color #82bfdb

%24.07
%35.37
%40.56

CMYK Percentages of Color #82bfdb

%41
%13
%0
%14

Triadic Colors of #82bfdb

#82bfdb #db82bf #bfdb82

Analogous Colors of #82bfdb

#82bfdb #8293db #82dbcb

Monochromatic Colors of #82bfdb

#82bfdb

Complementary Color

#82bfdb #db9e82

#82bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bfdb Color CSS Codes

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

#82bfdb Text Font Color

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

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


#82bfdb Background Color

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

This div background color is #82bfdb


#82bfdb Border Color

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

This div border color is #82bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bfdb


Comments

No comments written yet.

Please login to write comment.