Color Hex Logo

#a4bbad Color Hex

#A4BBAD
(164,187,173)
0 Favorites   0 Comments

Color spaces of #a4bbad

RGB 164187173
HSL0.400.140.69
HSV143°12°73°
CMYK 0.120.000.07   0.27
XYZ40.623046.450346.3599
Yxy46.45030.30440.3481
Hunter Lab68.1545-12.87667.3780
CIE-Lab73.8368-10.59784.4299

#a4bbad color RGB value is (164,187,173).

#a4bbad hex color red value is 164, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a4bbad hue: 0.40 , saturation: 0.14 and the lightness value of a4bbad is 0.69.

The process color (four color CMYK) of #a4bbad color hex is 0.12, 0.00, 0.07, 0.27. Web safe color of #a4bbad is #99cc99. Color #a4bbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111011 10101101
Octal 244 273 255
Decimal 164 187 173
Hex A4 BB AD

RGB Percentages of Color #a4bbad

%31.30
%35.69
%33.02

CMYK Percentages of Color #a4bbad

%12
%0
%7
%27

Triadic Colors of #a4bbad

#a4bbad #ada4bb #bbada4

Analogous Colors of #a4bbad

#a4bbad #a4bbb9 #a7bba4

Monochromatic Colors of #a4bbad

#a4bbad

Complementary Color

#a4bbad #bba4b2

#a4bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bbad Color CSS Codes

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

#a4bbad Text Font Color

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

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


#a4bbad Background Color

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

This div background color is #a4bbad


#a4bbad Border Color

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

This div border color is #a4bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bbad


Comments

No comments written yet.

Please login to write comment.