Color Hex Logo

#abbaa4 Color Hex

#ABBAA4
(171,186,164)
0 Favorites   0 Comments

Color spaces of #abbaa4

RGB 171186164
HSL0.280.140.69
HSV101°12°73°
CMYK 0.080.000.12   0.27
XYZ41.054346.456141.9251
Yxy46.45610.31720.3589
Hunter Lab68.1587-11.761211.2412
CIE-Lab73.8405-9.28579.3958

#abbaa4 color RGB value is (171,186,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 10100100
Octal 253 272 244
Decimal 171 186 164
Hex AB BA A4

RGB Percentages of Color #abbaa4

%32.82
%35.70
%31.48

CMYK Percentages of Color #abbaa4

%8
%0
%12
%27

Triadic Colors of #abbaa4

#abbaa4 #a4abba #baa4ab

Analogous Colors of #abbaa4

#abbaa4 #a4baa8 #b6baa4

Monochromatic Colors of #abbaa4

#abbaa4

Complementary Color

#abbaa4 #b3a4ba

#abbaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbaa4 Color CSS Codes

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

#abbaa4 Text Font Color

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

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


#abbaa4 Background Color

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

This div background color is #abbaa4


#abbaa4 Border Color

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

This div border color is #abbaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbaa4


Comments

No comments written yet.

Please login to write comment.