Color Hex Logo

#a1beae Color Hex

#A1BEAE
(161,190,174)
0 Favorites   0 Comments

Color spaces of #a1beae

RGB 161190174
HSL0.410.180.69
HSV147°15°75°
CMYK 0.150.000.08   0.25
XYZ40.751447.460047.0573
Yxy47.46000.30130.3509
Hunter Lab68.8912-14.97117.7248
CIE-Lab74.4831-12.98714.7935

#a1beae color RGB value is (161,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111110 10101110
Octal 241 276 256
Decimal 161 190 174
Hex A1 BE AE

RGB Percentages of Color #a1beae

%30.67
%36.19
%33.14

CMYK Percentages of Color #a1beae

%15
%0
%8
%25

Triadic Colors of #a1beae

#a1beae #aea1be #beaea1

Analogous Colors of #a1beae

#a1beae #a1bebd #a3bea1

Monochromatic Colors of #a1beae

#a1beae

Complementary Color

#a1beae #bea1b1

#a1beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1beae Color CSS Codes

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

#a1beae Text Font Color

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

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


#a1beae Background Color

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

This div background color is #a1beae


#a1beae Border Color

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

This div border color is #a1beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1beae


Comments

No comments written yet.

Please login to write comment.