Color Hex Logo

#a29ebd Color Hex

#A29EBD
(162,158,189)
0 Favorites   0 Comments

Color spaces of #a29ebd

RGB 162158189
HSL0.690.190.68
HSV248°16°74°
CMYK 0.140.160.00   0.26
XYZ36.312535.809253.1421
Yxy35.80920.28990.2859
Hunter Lab59.84083.5957-10.7644
CIE-Lab66.37397.7474-15.4431

#a29ebd color RGB value is (162,158,189).

#a29ebd hex color red value is 162, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a29ebd hue: 0.69 , saturation: 0.19 and the lightness value of a29ebd is 0.68.

The process color (four color CMYK) of #a29ebd color hex is 0.14, 0.16, 0.00, 0.26. Web safe color of #a29ebd is #9999cc. Color #a29ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011110 10111101
Octal 242 236 275
Decimal 162 158 189
Hex A2 9E BD

RGB Percentages of Color #a29ebd

%31.83
%31.04
%37.13

CMYK Percentages of Color #a29ebd

%14
%16
%0
%26

Triadic Colors of #a29ebd

#a29ebd #bda29e #9ebda2

Analogous Colors of #a29ebd

#a29ebd #b29ebd #9eaabd

Monochromatic Colors of #a29ebd

#a29ebd

Complementary Color

#a29ebd #b9bd9e

#a29ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29ebd Color CSS Codes

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

#a29ebd Text Font Color

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

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


#a29ebd Background Color

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

This div background color is #a29ebd


#a29ebd Border Color

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

This div border color is #a29ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,158,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 #a29ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29ebd


Comments

No comments written yet.

Please login to write comment.