Color Hex Logo

#a1bebd Color Hex

#A1BEBD
(161,190,189)
0 Favorites   0 Comments

Color spaces of #a1bebd

RGB 161190189
HSL0.490.180.69
HSV178°15°75°
CMYK 0.150.000.01   0.25
XYZ42.296748.078155.1948
Yxy48.07810.29060.3303
Hunter Lab69.3384-12.45641.3408
CIE-Lab74.8742-9.9663-2.7893

#a1bebd color RGB value is (161,190,189).

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

The process color (four color CMYK) of #a1bebd color hex is 0.15, 0.00, 0.01, 0.25. Web safe color of #a1bebd is #99cccc. Color #a1bebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111110 10111101
Octal 241 276 275
Decimal 161 190 189
Hex A1 BE BD

RGB Percentages of Color #a1bebd

%29.81
%35.19
%35.00

CMYK Percentages of Color #a1bebd

%15
%0
%1
%25

Triadic Colors of #a1bebd

#a1bebd #bda1be #bebda1

Analogous Colors of #a1bebd

#a1bebd #a1b1be #a1beaf

Monochromatic Colors of #a1bebd

#a1bebd

Complementary Color

#a1bebd #bea1a2

#a1bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bebd Color CSS Codes

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

#a1bebd Text Font Color

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

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


#a1bebd Background Color

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

This div background color is #a1bebd


#a1bebd Border Color

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

This div border color is #a1bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bebd


Comments

No comments written yet.

Please login to write comment.