Color Hex Logo

#a4bfad Color Hex

#A4BFAD
(164,191,173)
0 Favorites   0 Comments

Color spaces of #a4bfad

RGB 164191173
HSL0.390.170.70
HSV140°14°75°
CMYK 0.140.000.09   0.25
XYZ41.483548.171246.6467
Yxy48.17120.30440.3534
Hunter Lab69.4055-14.77058.7356
CIE-Lab74.9328-12.68126.0100

#a4bfad color RGB value is (164,191,173).

#a4bfad hex color red value is 164, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a4bfad hue: 0.39 , saturation: 0.17 and the lightness value of a4bfad is 0.70.

The process color (four color CMYK) of #a4bfad color hex is 0.14, 0.00, 0.09, 0.25. Web safe color of #a4bfad is #99cc99. Color #a4bfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111111 10101101
Octal 244 277 255
Decimal 164 191 173
Hex A4 BF AD

RGB Percentages of Color #a4bfad

%31.06
%36.17
%32.77

CMYK Percentages of Color #a4bfad

%14
%0
%9
%25

Triadic Colors of #a4bfad

#a4bfad #ada4bf #bfada4

Analogous Colors of #a4bfad

#a4bfad #a4bfbb #a9bfa4

Monochromatic Colors of #a4bfad

#a4bfad

Complementary Color

#a4bfad #bfa4b6

#a4bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bfad Color CSS Codes

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

#a4bfad Text Font Color

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

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


#a4bfad Background Color

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

This div background color is #a4bfad


#a4bfad Border Color

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

This div border color is #a4bfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bfad


Comments

No comments written yet.

Please login to write comment.