Color Hex Logo

#a4beaa Color Hex

#A4BEAA
(164,190,170)
0 Favorites   0 Comments

Color spaces of #a4beaa

RGB 164190170
HSL0.370.170.69
HSV134°14°75°
CMYK 0.140.000.11   0.25
XYZ40.979047.621745.0623
Yxy47.62170.30660.3563
Hunter Lab69.0085-14.76709.5898
CIE-Lab74.5857-12.72897.1383

#a4beaa color RGB value is (164,190,170).

#a4beaa hex color red value is 164, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a4beaa hue: 0.37 , saturation: 0.17 and the lightness value of a4beaa is 0.69.

The process color (four color CMYK) of #a4beaa color hex is 0.14, 0.00, 0.11, 0.25. Web safe color of #a4beaa is #99cc99. Color #a4beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111110 10101010
Octal 244 276 252
Decimal 164 190 170
Hex A4 BE AA

RGB Percentages of Color #a4beaa

%31.30
%36.26
%32.44

CMYK Percentages of Color #a4beaa

%14
%0
%11
%25

Triadic Colors of #a4beaa

#a4beaa #aaa4be #beaaa4

Analogous Colors of #a4beaa

#a4beaa #a4beb7 #abbea4

Monochromatic Colors of #a4beaa

#a4beaa

Complementary Color

#a4beaa #bea4b8

#a4beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4beaa Color CSS Codes

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

#a4beaa Text Font Color

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

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


#a4beaa Background Color

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

This div background color is #a4beaa


#a4beaa Border Color

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

This div border color is #a4beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4beaa


Comments

No comments written yet.

Please login to write comment.