Color Hex Logo

#a4aebf Color Hex

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

Color spaces of #a4aebf

RGB 164174191
HSL0.600.170.70
HSV218°14°75°
CMYK 0.140.090.00   0.25
XYZ39.849941.926255.2825
Yxy41.92620.29080.3059
Hunter Lab64.7504-3.4575-5.2952
CIE-Lab70.82000.0010-9.8637

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

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

The process color (four color CMYK) of #a4aebf color hex is 0.14, 0.09, 0.00, 0.25. Web safe color of #a4aebf is #9999cc. Color #a4aebf contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #a4aebf

%31.00
%32.89
%36.11

CMYK Percentages of Color #a4aebf

%14
%9
%0
%25

Triadic Colors of #a4aebf

#a4aebf #bfa4ae #aebfa4

Analogous Colors of #a4aebf

#a4aebf #a8a4bf #a4bcbf

Monochromatic Colors of #a4aebf

#a4aebf

Complementary Color

#a4aebf #bfb5a4

#a4aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aebf Color CSS Codes

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

#a4aebf Text Font Color

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

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


#a4aebf Background Color

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

This div background color is #a4aebf


#a4aebf Border Color

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

This div border color is #a4aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aebf


Comments

No comments written yet.

Please login to write comment.