Color Hex Logo

#a4aebc Color Hex

#A4AEBC
(164,174,188)
0 Favorites   0 Comments

Color spaces of #a4aebc

RGB 164174188
HSL0.600.150.69
HSV215°13°74°
CMYK 0.130.070.00   0.26
XYZ39.523041.795553.5612
Yxy41.79550.29300.3099
Hunter Lab64.6494-4.0117-3.8664
CIE-Lab70.7297-0.6359-8.3459

#a4aebc color RGB value is (164,174,188).

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

The process color (four color CMYK) of #a4aebc color hex is 0.13, 0.07, 0.00, 0.26. Web safe color of #a4aebc is #9999cc. Color #a4aebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101110 10111100
Octal 244 256 274
Decimal 164 174 188
Hex A4 AE BC

RGB Percentages of Color #a4aebc

%31.18
%33.08
%35.74

CMYK Percentages of Color #a4aebc

%13
%7
%0
%26

Triadic Colors of #a4aebc

#a4aebc #bca4ae #aebca4

Analogous Colors of #a4aebc

#a4aebc #a6a4bc #a4babc

Monochromatic Colors of #a4aebc

#a4aebc

Complementary Color

#a4aebc #bcb2a4

#a4aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aebc Color CSS Codes

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

#a4aebc Text Font Color

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

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


#a4aebc Background Color

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

This div background color is #a4aebc


#a4aebc Border Color

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

This div border color is #a4aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aebc


Comments

No comments written yet.

Please login to write comment.