Color Hex Logo

#83ab93 Color Hex

#83AB93
(131,171,147)
0 Favorites   0 Comments

Color spaces of #83ab93

RGB 131171147
HSL0.400.190.59
HSV144°23°67°
CMYK 0.230.000.14   0.33
XYZ29.189436.057733.0251
Yxy36.05770.29700.3669
Hunter Lab60.0481-18.31529.4255
CIE-Lab66.5640-18.54107.9748

#83ab93 color RGB value is (131,171,147).

#83ab93 hex color red value is 131, green value is 171 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #83ab93 hue: 0.40 , saturation: 0.19 and the lightness value of 83ab93 is 0.59.

The process color (four color CMYK) of #83ab93 color hex is 0.23, 0.00, 0.14, 0.33. Web safe color of #83ab93 is #999999. Color #83ab93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101011 10010011
Octal 203 253 223
Decimal 131 171 147
Hex 83 AB 93

RGB Percentages of Color #83ab93

%29.18
%38.08
%32.74

CMYK Percentages of Color #83ab93

%23
%0
%14
%33

Triadic Colors of #83ab93

#83ab93 #9383ab #ab9383

Analogous Colors of #83ab93

#83ab93 #83aba7 #87ab83

Monochromatic Colors of #83ab93

#83ab93

Complementary Color

#83ab93 #ab839b

#83ab93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ab93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ab93 Color CSS Codes

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

#83ab93 Text Font Color

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

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


#83ab93 Background Color

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

This div background color is #83ab93


#83ab93 Border Color

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

This div border color is #83ab93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ab93


Comments

No comments written yet.

Please login to write comment.