Color Hex Logo

#82adca Color Hex

#82ADCA
(130,173,202)
0 Favorites   0 Comments

Color spaces of #82adca

RGB 130173202
HSL0.570.400.65
HSV204°36°79°
CMYK 0.360.140.00   0.21
XYZ34.810238.897261.5503
Yxy38.89720.25740.2876
Hunter Lab62.3676-9.5144-14.8557
CIE-Lab68.6767-7.2526-19.3743

#82adca color RGB value is (130,173,202).

#82adca hex color red value is 130, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #82adca hue: 0.57 , saturation: 0.40 and the lightness value of 82adca is 0.65.

The process color (four color CMYK) of #82adca color hex is 0.36, 0.14, 0.00, 0.21. Web safe color of #82adca is #9999cc. Color #82adca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 11001010
Octal 202 255 312
Decimal 130 173 202
Hex 82 AD CA

RGB Percentages of Color #82adca

%25.74
%34.26
%40.00

CMYK Percentages of Color #82adca

%36
%14
%0
%21

Triadic Colors of #82adca

#82adca #ca82ad #adca82

Analogous Colors of #82adca

#82adca #8289ca #82cac3

Monochromatic Colors of #82adca

#82adca

Complementary Color

#82adca #ca9f82

#82adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adca Color CSS Codes

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

#82adca Text Font Color

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

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


#82adca Background Color

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

This div background color is #82adca


#82adca Border Color

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

This div border color is #82adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adca


Comments

No comments written yet.

Please login to write comment.