Color Hex Logo

#abbaa7 Color Hex

#ABBAA7
(171,186,167)
0 Favorites   0 Comments

Color spaces of #abbaa7

RGB 171186167
HSL0.300.120.69
HSV107°10°73°
CMYK 0.080.000.10   0.27
XYZ41.328546.565843.3691
Yxy46.56580.31490.3548
Hunter Lab68.2391-11.311410.0859
CIE-Lab73.9112-8.75077.8659

#abbaa7 color RGB value is (171,186,167).

#abbaa7 hex color red value is 171, green value is 186 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #abbaa7 hue: 0.30 , saturation: 0.12 and the lightness value of abbaa7 is 0.69.

The process color (four color CMYK) of #abbaa7 color hex is 0.08, 0.00, 0.10, 0.27. Web safe color of #abbaa7 is #99cc99. Color #abbaa7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 10100111
Octal 253 272 247
Decimal 171 186 167
Hex AB BA A7

RGB Percentages of Color #abbaa7

%32.63
%35.50
%31.87

CMYK Percentages of Color #abbaa7

%8
%0
%10
%27

Triadic Colors of #abbaa7

#abbaa7 #a7abba #baa7ab

Analogous Colors of #abbaa7

#abbaa7 #a7baad #b5baa7

Monochromatic Colors of #abbaa7

#abbaa7

Complementary Color

#abbaa7 #b6a7ba

#abbaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbaa7 Color CSS Codes

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

#abbaa7 Text Font Color

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

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


#abbaa7 Background Color

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

This div background color is #abbaa7


#abbaa7 Border Color

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

This div border color is #abbaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbaa7


Comments

No comments written yet.

Please login to write comment.