Color Hex Logo

#a1beab Color Hex

#A1BEAB
(161,190,171)
0 Favorites   0 Comments

Color spaces of #a1beab

RGB 161190171
HSL0.390.180.69
HSV141°15°75°
CMYK 0.150.000.10   0.25
XYZ40.462147.344345.5339
Yxy47.34430.30340.3551
Hunter Lab68.8072-15.44568.9292
CIE-Lab74.4095-13.56426.3163

#a1beab color RGB value is (161,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111110 10101011
Octal 241 276 253
Decimal 161 190 171
Hex A1 BE AB

RGB Percentages of Color #a1beab

%30.84
%36.40
%32.76

CMYK Percentages of Color #a1beab

%15
%0
%10
%25

Triadic Colors of #a1beab

#a1beab #aba1be #beaba1

Analogous Colors of #a1beab

#a1beab #a1beba #a6bea1

Monochromatic Colors of #a1beab

#a1beab

Complementary Color

#a1beab #bea1b4

#a1beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1beab Color CSS Codes

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

#a1beab Text Font Color

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

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


#a1beab Background Color

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

This div background color is #a1beab


#a1beab Border Color

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

This div border color is #a1beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1beab


Comments

No comments written yet.

Please login to write comment.