Color Hex Logo

#a4aecf Color Hex

#A4AECF
(164,174,207)
0 Favorites   0 Comments

Color spaces of #a4aecf

RGB 164174207
HSL0.630.310.73
HSV226°21°81°
CMYK 0.210.160.00   0.19
XYZ41.708442.669665.0693
Yxy42.66960.27910.2855
Hunter Lab65.3220-0.3403-13.3353
CIE-Lab71.33013.5316-17.8928

#a4aecf color RGB value is (164,174,207).

#a4aecf hex color red value is 164, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a4aecf hue: 0.63 , saturation: 0.31 and the lightness value of a4aecf is 0.73.

The process color (four color CMYK) of #a4aecf color hex is 0.21, 0.16, 0.00, 0.19. Web safe color of #a4aecf is #9999cc. Color #a4aecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101110 11001111
Octal 244 256 317
Decimal 164 174 207
Hex A4 AE CF

RGB Percentages of Color #a4aecf

%30.09
%31.93
%37.98

CMYK Percentages of Color #a4aecf

%21
%16
%0
%19

Triadic Colors of #a4aecf

#a4aecf #cfa4ae #aecfa4

Analogous Colors of #a4aecf

#a4aecf #b0a4cf #a4c4cf

Monochromatic Colors of #a4aecf

#a4aecf

Complementary Color

#a4aecf #cfc5a4

#a4aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aecf Color CSS Codes

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

#a4aecf Text Font Color

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

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


#a4aecf Background Color

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

This div background color is #a4aecf


#a4aecf Border Color

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

This div border color is #a4aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aecf


Comments

No comments written yet.

Please login to write comment.