Color Hex Logo

#83aea3 Color Hex

#83AEA3
(131,174,163)
0 Favorites   0 Comments

Color spaces of #83aea3

RGB 131174163
HSL0.460.210.60
HSV165°25°68°
CMYK 0.250.000.06   0.32
XYZ31.107037.741740.2957
Yxy37.74170.28500.3458
Hunter Lab61.4343-17.12724.1148
CIE-Lab67.8298-16.76610.9424

#83aea3 color RGB value is (131,174,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101110 10100011
Octal 203 256 243
Decimal 131 174 163
Hex 83 AE A3

RGB Percentages of Color #83aea3

%27.99
%37.18
%34.83

CMYK Percentages of Color #83aea3

%25
%0
%6
%32

Triadic Colors of #83aea3

#83aea3 #a383ae #aea383

Analogous Colors of #83aea3

#83aea3 #83a4ae #83ae8e

Monochromatic Colors of #83aea3

#83aea3

Complementary Color

#83aea3 #ae838e

#83aea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aea3 Color CSS Codes

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

#83aea3 Text Font Color

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

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


#83aea3 Background Color

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

This div background color is #83aea3


#83aea3 Border Color

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

This div border color is #83aea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aea3


Comments

No comments written yet.

Please login to write comment.