Color Hex Logo

#a8a4ee Color Hex

#A8A4EE
(168,164,238)
0 Favorites   0 Comments

Color spaces of #a8a4ee

RGB 168164238
HSL0.680.690.79
HSV243°31°93°
CMYK 0.290.310.00   0.07
XYZ44.856541.048886.4479
Yxy41.04880.26030.2382
Hunter Lab64.069312.8508-35.1507
CIE-Lab70.210117.6879-36.5564

#a8a4ee color RGB value is (168,164,238).

#a8a4ee hex color red value is 168, green value is 164 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a8a4ee hue: 0.68 , saturation: 0.69 and the lightness value of a8a4ee is 0.79.

The process color (four color CMYK) of #a8a4ee color hex is 0.29, 0.31, 0.00, 0.07. Web safe color of #a8a4ee is #9999ff. Color #a8a4ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100100 11101110
Octal 250 244 356
Decimal 168 164 238
Hex A8 A4 EE

RGB Percentages of Color #a8a4ee

%29.47
%28.77
%41.75

CMYK Percentages of Color #a8a4ee

%29
%31
%0
%7

Triadic Colors of #a8a4ee

#a8a4ee #eea8a4 #a4eea8

Analogous Colors of #a8a4ee

#a8a4ee #cda4ee #a4c5ee

Monochromatic Colors of #a8a4ee

#a8a4ee

Complementary Color

#a8a4ee #eaeea4

#a8a4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a4ee Color CSS Codes

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

#a8a4ee Text Font Color

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

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


#a8a4ee Background Color

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

This div background color is #a8a4ee


#a8a4ee Border Color

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

This div border color is #a8a4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a4ee


Comments

No comments written yet.

Please login to write comment.