Color Hex Logo

#a698ba Color Hex

#A698BA
(166,152,186)
0 Favorites   0 Comments

Color spaces of #a698ba

RGB 166152186
HSL0.740.200.66
HSV265°18°73°
CMYK 0.110.180.00   0.27
XYZ35.817034.108651.1502
Yxy34.10860.29580.2817
Hunter Lab58.40267.2656-11.0456
CIE-Lab65.048711.8017-15.7354

#a698ba color RGB value is (166,152,186).

#a698ba hex color red value is 166, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a698ba hue: 0.74 , saturation: 0.20 and the lightness value of a698ba is 0.66.

The process color (four color CMYK) of #a698ba color hex is 0.11, 0.18, 0.00, 0.27. Web safe color of #a698ba is #9999cc. Color #a698ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011000 10111010
Octal 246 230 272
Decimal 166 152 186
Hex A6 98 BA

RGB Percentages of Color #a698ba

%32.94
%30.16
%36.90

CMYK Percentages of Color #a698ba

%11
%18
%0
%27

Triadic Colors of #a698ba

#a698ba #baa698 #98baa6

Analogous Colors of #a698ba

#a698ba #b798ba #989bba

Monochromatic Colors of #a698ba

#a698ba

Complementary Color

#a698ba #acba98

#a698ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a698ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a698ba Color CSS Codes

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

#a698ba Text Font Color

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

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


#a698ba Background Color

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

This div background color is #a698ba


#a698ba Border Color

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

This div border color is #a698ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a698ba


Comments

No comments written yet.

Please login to write comment.