Color Hex Logo

#a8acdf Color Hex

#A8ACDF
(168,172,223)
0 Favorites   0 Comments

Color spaces of #a8acdf

RGB 168172223
HSL0.650.460.77
HSV236°25°87°
CMYK 0.250.230.00   0.13
XYZ44.220343.157675.8116
Yxy43.15760.27100.2645
Hunter Lab65.69445.1868-22.4347
CIE-Lab71.66189.5814-26.1235

#a8acdf color RGB value is (168,172,223).

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

The process color (four color CMYK) of #a8acdf color hex is 0.25, 0.23, 0.00, 0.13. Web safe color of #a8acdf is #9999cc. Color #a8acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101100 11011111
Octal 250 254 337
Decimal 168 172 223
Hex A8 AC DF

RGB Percentages of Color #a8acdf

%29.84
%30.55
%39.61

CMYK Percentages of Color #a8acdf

%25
%23
%0
%13

Triadic Colors of #a8acdf

#a8acdf #dfa8ac #acdfa8

Analogous Colors of #a8acdf

#a8acdf #c0a8df #a8c8df

Monochromatic Colors of #a8acdf

#a8acdf

Complementary Color

#a8acdf #dfdba8

#a8acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8acdf Color CSS Codes

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

#a8acdf Text Font Color

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

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


#a8acdf Background Color

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

This div background color is #a8acdf


#a8acdf Border Color

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

This div border color is #a8acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8acdf

#a8acdf Color Palettes


Comments

No comments written yet.

Please login to write comment.