Color Hex Logo

#82bedb Color Hex

#82BEDB
(130,190,219)
0 Favorites   0 Comments

Color spaces of #82bedb

RGB 130190219
HSL0.550.550.68
HSV200°41°86°
CMYK 0.410.130.00   0.14
XYZ40.405646.687273.8998
Yxy46.68720.25100.2900
Hunter Lab68.3280-14.0186-16.2951
CIE-Lab73.9892-11.9281-20.6079

#82bedb color RGB value is (130,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111110 11011011
Octal 202 276 333
Decimal 130 190 219
Hex 82 BE DB

RGB Percentages of Color #82bedb

%24.12
%35.25
%40.63

CMYK Percentages of Color #82bedb

%41
%13
%0
%14

Triadic Colors of #82bedb

#82bedb #db82be #bedb82

Analogous Colors of #82bedb

#82bedb #8292db #82dbcc

Monochromatic Colors of #82bedb

#82bedb

Complementary Color

#82bedb #db9f82

#82bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bedb Color CSS Codes

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

#82bedb Text Font Color

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

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


#82bedb Background Color

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

This div background color is #82bedb


#82bedb Border Color

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

This div border color is #82bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bedb


Comments

No comments written yet.

Please login to write comment.