Color Hex Logo

#82bcde Color Hex

#82BCDE
(130,188,222)
0 Favorites   0 Comments

Color spaces of #82bcde

RGB 130188222
HSL0.560.580.69
HSV202°41°87°
CMYK 0.410.150.00   0.13
XYZ40.374045.986275.8555
Yxy45.98620.24890.2835
Hunter Lab67.8131-12.3992-18.8524
CIE-Lab73.5366-10.0750-22.9253

#82bcde color RGB value is (130,188,222).

#82bcde hex color red value is 130, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #82bcde hue: 0.56 , saturation: 0.58 and the lightness value of 82bcde is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111100 11011110
Octal 202 274 336
Decimal 130 188 222
Hex 82 BC DE

RGB Percentages of Color #82bcde

%24.07
%34.81
%41.11

CMYK Percentages of Color #82bcde

%41
%15
%0
%13

Triadic Colors of #82bcde

#82bcde #de82bc #bcde82

Analogous Colors of #82bcde

#82bcde #828ede #82ded2

Monochromatic Colors of #82bcde

#82bcde

Complementary Color

#82bcde #dea482

#82bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bcde Color CSS Codes

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

#82bcde Text Font Color

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

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


#82bcde Background Color

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

This div background color is #82bcde


#82bcde Border Color

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

This div border color is #82bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bcde


Comments

No comments written yet.

Please login to write comment.