Color Hex Logo

#a4bea1 Color Hex

#A4BEA1
(164,190,161)
0 Favorites   0 Comments

Color spaces of #a4bea1

RGB 164190161
HSL0.320.180.69
HSV114°15°75°
CMYK 0.140.000.15   0.25
XYZ40.156347.292640.7301
Yxy47.29260.31330.3690
Hunter Lab68.7696-16.116213.0231
CIE-Lab74.3765-14.372311.7157

#a4bea1 color RGB value is (164,190,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111110 10100001
Octal 244 276 241
Decimal 164 190 161
Hex A4 BE A1

RGB Percentages of Color #a4bea1

%31.84
%36.89
%31.26

CMYK Percentages of Color #a4bea1

%14
%0
%15
%25

Triadic Colors of #a4bea1

#a4bea1 #a1a4be #bea1a4

Analogous Colors of #a4bea1

#a4bea1 #a1bead #b3bea1

Monochromatic Colors of #a4bea1

#a4bea1

Complementary Color

#a4bea1 #bba1be

#a4bea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bea1 Color CSS Codes

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

#a4bea1 Text Font Color

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

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


#a4bea1 Background Color

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

This div background color is #a4bea1


#a4bea1 Border Color

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

This div border color is #a4bea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bea1


Comments

No comments written yet.

Please login to write comment.