Color Hex Logo

#adaacf Color Hex

#ADAACF
(173,170,207)
0 Favorites   0 Comments

Color spaces of #adaacf

RGB 173170207
HSL0.680.280.74
HSV245°18°81°
CMYK 0.160.180.00   0.19
XYZ42.870842.138764.9055
Yxy42.13870.28600.2811
Hunter Lab64.91434.2851-13.8419
CIE-Lab70.96648.5967-18.3784

#adaacf color RGB value is (173,170,207).

#adaacf hex color red value is 173, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #adaacf hue: 0.68 , saturation: 0.28 and the lightness value of adaacf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11001111
Octal 255 252 317
Decimal 173 170 207
Hex AD AA CF

RGB Percentages of Color #adaacf

%31.45
%30.91
%37.64

CMYK Percentages of Color #adaacf

%16
%18
%0
%19

Triadic Colors of #adaacf

#adaacf #cfadaa #aacfad

Analogous Colors of #adaacf

#adaacf #c0aacf #aabacf

Monochromatic Colors of #adaacf

#adaacf

Complementary Color

#adaacf #cccfaa

#adaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaacf Color CSS Codes

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

#adaacf Text Font Color

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

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


#adaacf Background Color

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

This div background color is #adaacf


#adaacf Border Color

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

This div border color is #adaacf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,170,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 #adaacf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaacf


Comments

No comments written yet.

Please login to write comment.