Color Hex Logo

#a69ebf Color Hex

#A69EBF
(166,158,191)
0 Favorites   0 Comments

Color spaces of #a69ebf

RGB 166158191
HSL0.710.200.68
HSV255°17°75°
CMYK 0.130.170.00   0.25
XYZ37.356736.322354.3322
Yxy36.32230.29180.2837
Hunter Lab60.26805.1730-11.2629
CIE-Lab66.76559.5044-15.9347

#a69ebf color RGB value is (166,158,191).

#a69ebf hex color red value is 166, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a69ebf hue: 0.71 , saturation: 0.20 and the lightness value of a69ebf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011110 10111111
Octal 246 236 277
Decimal 166 158 191
Hex A6 9E BF

RGB Percentages of Color #a69ebf

%32.23
%30.68
%37.09

CMYK Percentages of Color #a69ebf

%13
%17
%0
%25

Triadic Colors of #a69ebf

#a69ebf #bfa69e #9ebfa6

Analogous Colors of #a69ebf

#a69ebf #b79ebf #9ea7bf

Monochromatic Colors of #a69ebf

#a69ebf

Complementary Color

#a69ebf #b7bf9e

#a69ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69ebf Color CSS Codes

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

#a69ebf Text Font Color

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

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


#a69ebf Background Color

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

This div background color is #a69ebf


#a69ebf Border Color

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

This div border color is #a69ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69ebf


Comments

No comments written yet.

Please login to write comment.