Color Hex Logo

#a4aece Color Hex

#A4AECE
(164,174,206)
0 Favorites   0 Comments

Color spaces of #a4aece

RGB 164174206
HSL0.630.300.73
HSV226°20°81°
CMYK 0.200.160.00   0.19
XYZ41.586542.620864.4273
Yxy42.62080.27980.2867
Hunter Lab65.2846-0.5430-12.8122
CIE-Lab71.29683.3046-17.3944

#a4aece color RGB value is (164,174,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101110 11001110
Octal 244 256 316
Decimal 164 174 206
Hex A4 AE CE

RGB Percentages of Color #a4aece

%30.15
%31.99
%37.87

CMYK Percentages of Color #a4aece

%20
%16
%0
%19

Triadic Colors of #a4aece

#a4aece #cea4ae #aecea4

Analogous Colors of #a4aece

#a4aece #afa4ce #a4c3ce

Monochromatic Colors of #a4aece

#a4aece

Complementary Color

#a4aece #cec4a4

#a4aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aece Color CSS Codes

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

#a4aece Text Font Color

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

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


#a4aece Background Color

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

This div background color is #a4aece


#a4aece Border Color

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

This div border color is #a4aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aece


Comments

No comments written yet.

Please login to write comment.