Color Hex Logo

#83ae8a Color Hex

#83AE8A
(131,174,138)
0 Favorites   0 Comments

Color spaces of #83ae8a

RGB 131174138
HSL0.360.210.60
HSV130°25°68°
CMYK 0.250.000.21   0.32
XYZ29.083636.932429.6406
Yxy36.93240.30400.3861
Hunter Lab60.7720-20.926513.6227
CIE-Lab67.2263-21.803813.8735

#83ae8a color RGB value is (131,174,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101110 10001010
Octal 203 256 212
Decimal 131 174 138
Hex 83 AE 8A

RGB Percentages of Color #83ae8a

%29.57
%39.28
%31.15

CMYK Percentages of Color #83ae8a

%25
%0
%21
%32

Triadic Colors of #83ae8a

#83ae8a #8a83ae #ae8a83

Analogous Colors of #83ae8a

#83ae8a #83aea0 #92ae83

Monochromatic Colors of #83ae8a

#83ae8a

Complementary Color

#83ae8a #ae83a7

#83ae8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ae8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ae8a Color CSS Codes

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

#83ae8a Text Font Color

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

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


#83ae8a Background Color

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

This div background color is #83ae8a


#83ae8a Border Color

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

This div border color is #83ae8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ae8a


Comments

No comments written yet.

Please login to write comment.