Color Hex Logo

#acadff Color Hex

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

Color spaces of #acadff

RGB 172173255
HSL0.661.000.84
HSV239°33°100°
CMYK 0.330.320.00   0.00
XYZ50.006845.8778100.8274
Yxy45.87780.25420.2332
Hunter Lab67.733213.2520-40.8457
CIE-Lab73.466218.0156-40.6888

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

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

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

Base Numbers

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

RGB Percentages of Color #acadff

%28.67
%28.83
%42.50

CMYK Percentages of Color #acadff

%33
%32
%0
%0

Triadic Colors of #acadff

#acadff #ffacad #adffac

Analogous Colors of #acadff

#acadff #d5acff #acd7ff

Monochromatic Colors of #acadff

#acadff

Complementary Color

#acadff #fffeac

#acadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadff Color CSS Codes

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

#acadff Text Font Color

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

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


#acadff Background Color

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

This div background color is #acadff


#acadff Border Color

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

This div border color is #acadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadff

Related Colors

#acadff Color Palettes


Comments

No comments written yet.

Please login to write comment.