Color Hex Logo

#acadf5 Color Hex

#ACADF5
(172,173,245)
0 Favorites   0 Comments

Color spaces of #acadf5

RGB 172173245
HSL0.660.780.82
HSV239°30°96°
CMYK 0.300.290.00   0.04
XYZ48.438345.250492.5674
Yxy45.25040.26010.2429
Hunter Lab67.268410.8136-34.5005
CIE-Lab73.056515.5164-35.9195

#acadf5 color RGB value is (172,173,245).

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

The process color (four color CMYK) of #acadf5 color hex is 0.30, 0.29, 0.00, 0.04. Web safe color of #acadf5 is #9999ff. Color #acadf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11110101
Octal 254 255 365
Decimal 172 173 245
Hex AC AD F5

RGB Percentages of Color #acadf5

%29.15
%29.32
%41.53

CMYK Percentages of Color #acadf5

%30
%29
%0
%4

Triadic Colors of #acadf5

#acadf5 #f5acad #adf5ac

Analogous Colors of #acadf5

#acadf5 #d0acf5 #acd2f5

Monochromatic Colors of #acadf5

#acadf5

Complementary Color

#acadf5 #f5f4ac

#acadf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadf5 Color CSS Codes

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

#acadf5 Text Font Color

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

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


#acadf5 Background Color

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

This div background color is #acadf5


#acadf5 Border Color

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

This div border color is #acadf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadf5


Comments

No comments written yet.

Please login to write comment.