Color Hex Logo

#adacff Color Hex

#ADACFF
(173,172,255)
0 Favorites   0 Comments

Color spaces of #adacff

RGB 173172255
HSL0.671.000.84
HSV241°33°100°
CMYK 0.320.330.00   0.00
XYZ50.036145.6093100.7740
Yxy45.60930.25470.2322
Hunter Lab67.534714.0641-41.1972
CIE-Lab73.291318.8481-40.9559

#adacff color RGB value is (173,172,255).

#adacff hex color red value is 173, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adacff hue: 0.67 , saturation: 1.00 and the lightness value of adacff is 0.84.

The process color (four color CMYK) of #adacff color hex is 0.32, 0.33, 0.00, 0.00. Web safe color of #adacff is #9999ff. Color #adacff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11111111
Octal 255 254 377
Decimal 173 172 255
Hex AD AC FF

RGB Percentages of Color #adacff

%28.83
%28.67
%42.50

CMYK Percentages of Color #adacff

%32
%33
%0
%0

Triadic Colors of #adacff

#adacff #ffadac #acffad

Analogous Colors of #adacff

#adacff #d7acff #acd5ff

Monochromatic Colors of #adacff

#adacff

Complementary Color

#adacff #feffac

#adacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacff Color CSS Codes

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

#adacff Text Font Color

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

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


#adacff Background Color

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

This div background color is #adacff


#adacff Border Color

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

This div border color is #adacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacff

Related Colors

#adacff Color Palettes


Comments

No comments written yet.

Please login to write comment.