Color Hex Logo

#83ab67 Color Hex

#83AB67
(131,171,103)
0 Favorites   0 Comments

Color spaces of #83ab67

RGB 131171103
HSL0.260.290.54
HSV95°40°67°
CMYK 0.230.000.40   0.33
XYZ26.371234.930418.1843
Yxy34.93040.33180.4395
Hunter Lab59.1019-23.782023.1292
CIE-Lab65.6944-26.018930.7132

#83ab67 color RGB value is (131,171,103).

#83ab67 hex color red value is 131, green value is 171 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #83ab67 hue: 0.26 , saturation: 0.29 and the lightness value of 83ab67 is 0.54.

The process color (four color CMYK) of #83ab67 color hex is 0.23, 0.00, 0.40, 0.33. Web safe color of #83ab67 is #999966. Color #83ab67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101011 01100111
Octal 203 253 147
Decimal 131 171 103
Hex 83 AB 67

RGB Percentages of Color #83ab67

%32.35
%42.22
%25.43

CMYK Percentages of Color #83ab67

%23
%0
%40
%33

Triadic Colors of #83ab67

#83ab67 #6783ab #ab6783

Analogous Colors of #83ab67

#83ab67 #67ab6d #a5ab67

Monochromatic Colors of #83ab67

#83ab67

Complementary Color

#83ab67 #8f67ab

#83ab67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ab67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ab67 Color CSS Codes

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

#83ab67 Text Font Color

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

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


#83ab67 Background Color

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

This div background color is #83ab67


#83ab67 Border Color

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

This div border color is #83ab67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ab67


Comments

No comments written yet.

Please login to write comment.