Color Hex Logo

#a4bfae Color Hex

#A4BFAE
(164,191,174)
0 Favorites   0 Comments

Color spaces of #a4bfae

RGB 164191174
HSL0.400.170.70
HSV142°14°75°
CMYK 0.140.000.09   0.25
XYZ41.580648.210147.1583
Yxy48.21010.30360.3520
Hunter Lab69.4335-14.61308.3345
CIE-Lab74.9573-12.49105.5030

#a4bfae color RGB value is (164,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111111 10101110
Octal 244 277 256
Decimal 164 191 174
Hex A4 BF AE

RGB Percentages of Color #a4bfae

%31.00
%36.11
%32.89

CMYK Percentages of Color #a4bfae

%14
%0
%9
%25

Triadic Colors of #a4bfae

#a4bfae #aea4bf #bfaea4

Analogous Colors of #a4bfae

#a4bfae #a4bfbc #a8bfa4

Monochromatic Colors of #a4bfae

#a4bfae

Complementary Color

#a4bfae #bfa4b5

#a4bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bfae Color CSS Codes

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

#a4bfae Text Font Color

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

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


#a4bfae Background Color

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

This div background color is #a4bfae


#a4bfae Border Color

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

This div border color is #a4bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bfae


Comments

No comments written yet.

Please login to write comment.