Color Hex Logo

#abb683 Color Hex

#ABB683
(171,182,131)
0 Favorites   0 Comments

Color spaces of #abb683

RGB 171182131
HSL0.200.260.61
HSV73°28°71°
CMYK 0.060.000.28   0.29
XYZ37.619343.752527.9351
Yxy43.75250.34420.4003
Hunter Lab66.1457-14.235921.2622
CIE-Lab72.0628-12.472624.7476

#abb683 color RGB value is (171,182,131).

#abb683 hex color red value is 171, green value is 182 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #abb683 hue: 0.20 , saturation: 0.26 and the lightness value of abb683 is 0.61.

The process color (four color CMYK) of #abb683 color hex is 0.06, 0.00, 0.28, 0.29. Web safe color of #abb683 is #99cc99. Color #abb683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 10000011
Octal 253 266 203
Decimal 171 182 131
Hex AB B6 83

RGB Percentages of Color #abb683

%35.33
%37.60
%27.07

CMYK Percentages of Color #abb683

%6
%0
%28
%29

Triadic Colors of #abb683

#abb683 #83abb6 #b683ab

Analogous Colors of #abb683

#abb683 #92b683 #b6a883

Monochromatic Colors of #abb683

#abb683

Complementary Color

#abb683 #8e83b6

#abb683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb683 Color CSS Codes

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

#abb683 Text Font Color

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

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


#abb683 Background Color

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

This div background color is #abb683


#abb683 Border Color

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

This div border color is #abb683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb683


Comments

No comments written yet.

Please login to write comment.