Color Hex Logo

#82adae Color Hex

#82ADAE
(130,173,174)
0 Favorites   0 Comments

Color spaces of #82adae

RGB 130173174
HSL0.500.210.60
HSV181°25°68°
CMYK 0.250.010.00   0.32
XYZ31.789537.689045.6436
Yxy37.68900.27610.3274
Hunter Lab61.3914-15.0045-1.1073
CIE-Lab67.7908-14.0960-5.2153

#82adae color RGB value is (130,173,174).

#82adae hex color red value is 130, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #82adae hue: 0.50 , saturation: 0.21 and the lightness value of 82adae is 0.60.

The process color (four color CMYK) of #82adae color hex is 0.25, 0.01, 0.00, 0.32. Web safe color of #82adae is #999999. Color #82adae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 10101110
Octal 202 255 256
Decimal 130 173 174
Hex 82 AD AE

RGB Percentages of Color #82adae

%27.25
%36.27
%36.48

CMYK Percentages of Color #82adae

%25
%1
%0
%32

Triadic Colors of #82adae

#82adae #ae82ad #adae82

Analogous Colors of #82adae

#82adae #8297ae #82ae99

Monochromatic Colors of #82adae

#82adae

Complementary Color

#82adae #ae8382

#82adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adae Color CSS Codes

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

#82adae Text Font Color

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

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


#82adae Background Color

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

This div background color is #82adae


#82adae Border Color

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

This div border color is #82adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adae


Comments

No comments written yet.

Please login to write comment.