Color Hex Logo

#83aeaa Color Hex

#83AEAA
(131,174,170)
0 Favorites   0 Comments

Color spaces of #83aeaa

RGB 131174170
HSL0.480.210.60
HSV174°25°68°
CMYK 0.250.000.02   0.32
XYZ31.751837.999743.6914
Yxy37.99970.27990.3350
Hunter Lab61.6439-15.93431.1277
CIE-Lab68.0204-15.2230-2.6542

#83aeaa color RGB value is (131,174,170).

#83aeaa hex color red value is 131, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #83aeaa hue: 0.48 , saturation: 0.21 and the lightness value of 83aeaa is 0.60.

The process color (four color CMYK) of #83aeaa color hex is 0.25, 0.00, 0.02, 0.32. Web safe color of #83aeaa is #999999. Color #83aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101110 10101010
Octal 203 256 252
Decimal 131 174 170
Hex 83 AE AA

RGB Percentages of Color #83aeaa

%27.58
%36.63
%35.79

CMYK Percentages of Color #83aeaa

%25
%0
%2
%32

Triadic Colors of #83aeaa

#83aeaa #aa83ae #aeaa83

Analogous Colors of #83aeaa

#83aeaa #839dae #83ae95

Monochromatic Colors of #83aeaa

#83aeaa

Complementary Color

#83aeaa #ae8387

#83aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aeaa Color CSS Codes

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

#83aeaa Text Font Color

<p style="color:#83aeaa">Text here</p>

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


#83aeaa Background Color

<div style="background-color:#83aeaa">
Div content here</div>

This div background color is #83aeaa


#83aeaa Border Color

<div style="border:3px solid #83aeaa">
Div here</div>

This div border color is #83aeaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,174,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83aeaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83aeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #83aeaa;
  box-shadow:         1px 1px 3px 2px #83aeaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aeaa


Comments

No comments written yet.

Please login to write comment.