Color Hex Logo

#82abcd Color Hex

#82ABCD
(130,171,205)
0 Favorites   0 Comments

Color spaces of #82abcd

RGB 130171205
HSL0.580.430.66
HSV207°37°80°
CMYK 0.370.170.00   0.20
XYZ34.788338.279463.3127
Yxy38.27940.25510.2807
Hunter Lab61.8703-7.9066-17.3630
CIE-Lab68.2260-5.3850-21.7149

#82abcd color RGB value is (130,171,205).

#82abcd hex color red value is 130, green value is 171 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #82abcd hue: 0.58 , saturation: 0.43 and the lightness value of 82abcd is 0.66.

The process color (four color CMYK) of #82abcd color hex is 0.37, 0.17, 0.00, 0.20. Web safe color of #82abcd is #9999cc. Color #82abcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101011 11001101
Octal 202 253 315
Decimal 130 171 205
Hex 82 AB CD

RGB Percentages of Color #82abcd

%25.69
%33.79
%40.51

CMYK Percentages of Color #82abcd

%37
%17
%0
%20

Triadic Colors of #82abcd

#82abcd #cd82ab #abcd82

Analogous Colors of #82abcd

#82abcd #8286cd #82cdca

Monochromatic Colors of #82abcd

#82abcd

Complementary Color

#82abcd #cda482

#82abcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82abcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82abcd Color CSS Codes

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

#82abcd Text Font Color

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

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


#82abcd Background Color

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

This div background color is #82abcd


#82abcd Border Color

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

This div border color is #82abcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82abcd


Comments

No comments written yet.

Please login to write comment.