Color Hex Logo

#a8acda Color Hex

#A8ACDA
(168,172,218)
0 Favorites   0 Comments

Color spaces of #a8acda

RGB 168172218
HSL0.650.400.76
HSV235°23°85°
CMYK 0.230.210.00   0.15
XYZ43.555942.891872.3130
Yxy42.89180.27430.2702
Hunter Lab65.49184.1022-19.6209
CIE-Lab71.48158.4085-23.6645

#a8acda color RGB value is (168,172,218).

#a8acda hex color red value is 168, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a8acda hue: 0.65 , saturation: 0.40 and the lightness value of a8acda is 0.76.

The process color (four color CMYK) of #a8acda color hex is 0.23, 0.21, 0.00, 0.15. Web safe color of #a8acda is #9999cc. Color #a8acda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101100 11011010
Octal 250 254 332
Decimal 168 172 218
Hex A8 AC DA

RGB Percentages of Color #a8acda

%30.11
%30.82
%39.07

CMYK Percentages of Color #a8acda

%23
%21
%0
%15

Triadic Colors of #a8acda

#a8acda #daa8ac #acdaa8

Analogous Colors of #a8acda

#a8acda #bda8da #a8c5da

Monochromatic Colors of #a8acda

#a8acda

Complementary Color

#a8acda #dad6a8

#a8acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8acda Color CSS Codes

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

#a8acda Text Font Color

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

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


#a8acda Background Color

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

This div background color is #a8acda


#a8acda Border Color

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

This div border color is #a8acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8acda


Comments

No comments written yet.

Please login to write comment.