Color Hex Logo

#a1bead Color Hex

#A1BEAD
(161,190,173)
0 Favorites   0 Comments

Color spaces of #a1bead

RGB 161190173
HSL0.400.180.69
HSV145°15°75°
CMYK 0.150.000.09   0.25
XYZ40.654247.421146.5456
Yxy47.42110.30200.3523
Hunter Lab68.8630-15.13038.1290
CIE-Lab74.4583-13.18055.3009

#a1bead color RGB value is (161,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111110 10101101
Octal 241 276 255
Decimal 161 190 173
Hex A1 BE AD

RGB Percentages of Color #a1bead

%30.73
%36.26
%33.02

CMYK Percentages of Color #a1bead

%15
%0
%9
%25

Triadic Colors of #a1bead

#a1bead #ada1be #beada1

Analogous Colors of #a1bead

#a1bead #a1bebc #a4bea1

Monochromatic Colors of #a1bead

#a1bead

Complementary Color

#a1bead #bea1b2

#a1bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bead Color CSS Codes

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

#a1bead Text Font Color

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

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


#a1bead Background Color

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

This div background color is #a1bead


#a1bead Border Color

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

This div border color is #a1bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bead


Comments

No comments written yet.

Please login to write comment.