Color Hex Logo

#a69cbe Color Hex

#A69CBE
(166,156,190)
0 Favorites   0 Comments

Color spaces of #a69cbe

RGB 166156190
HSL0.720.210.68
HSV258°18°75°
CMYK 0.130.180.00   0.25
XYZ36.908635.601653.6417
Yxy35.60160.29260.2822
Hunter Lab59.66715.9984-11.5357
CIE-Lab66.214410.4094-16.2100

#a69cbe color RGB value is (166,156,190).

#a69cbe hex color red value is 166, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a69cbe hue: 0.72 , saturation: 0.21 and the lightness value of a69cbe is 0.68.

The process color (four color CMYK) of #a69cbe color hex is 0.13, 0.18, 0.00, 0.25. Web safe color of #a69cbe is #9999cc. Color #a69cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011100 10111110
Octal 246 234 276
Decimal 166 156 190
Hex A6 9C BE

RGB Percentages of Color #a69cbe

%32.42
%30.47
%37.11

CMYK Percentages of Color #a69cbe

%13
%18
%0
%25

Triadic Colors of #a69cbe

#a69cbe #bea69c #9cbea6

Analogous Colors of #a69cbe

#a69cbe #b79cbe #9ca3be

Monochromatic Colors of #a69cbe

#a69cbe

Complementary Color

#a69cbe #b4be9c

#a69cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69cbe Color CSS Codes

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

#a69cbe Text Font Color

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

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


#a69cbe Background Color

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

This div background color is #a69cbe


#a69cbe Border Color

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

This div border color is #a69cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69cbe

#a69cbe Color Palettes


Comments

No comments written yet.

Please login to write comment.