Color Hex Logo

#82aeba Color Hex

#82AEBA
(130,174,186)
0 Favorites   0 Comments

Color spaces of #82aeba

RGB 130174186
HSL0.540.290.62
HSV193°30°73°
CMYK 0.300.060.00   0.27
XYZ33.204938.563152.1477
Yxy38.56310.26800.3112
Hunter Lab62.0992-13.2283-6.3192
CIE-Lab68.4336-11.7904-10.9035

#82aeba color RGB value is (130,174,186).

#82aeba hex color red value is 130, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #82aeba hue: 0.54 , saturation: 0.29 and the lightness value of 82aeba is 0.62.

The process color (four color CMYK) of #82aeba color hex is 0.30, 0.06, 0.00, 0.27. Web safe color of #82aeba is #9999cc. Color #82aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101110 10111010
Octal 202 256 272
Decimal 130 174 186
Hex 82 AE BA

RGB Percentages of Color #82aeba

%26.53
%35.51
%37.96

CMYK Percentages of Color #82aeba

%30
%6
%0
%27

Triadic Colors of #82aeba

#82aeba #ba82ae #aeba82

Analogous Colors of #82aeba

#82aeba #8292ba #82baaa

Monochromatic Colors of #82aeba

#82aeba

Complementary Color

#82aeba #ba8e82

#82aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aeba Color CSS Codes

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

#82aeba Text Font Color

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

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


#82aeba Background Color

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

This div background color is #82aeba


#82aeba Border Color

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

This div border color is #82aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aeba


Comments

No comments written yet.

Please login to write comment.