Color Hex Logo

#acadf4 Color Hex

#ACADF4
(172,173,244)
0 Favorites   0 Comments

Color spaces of #acadf4

RGB 172173244
HSL0.660.770.82
HSV239°30°96°
CMYK 0.300.290.00   0.04
XYZ48.286045.189491.7654
Yxy45.18940.26070.2439
Hunter Lab67.223110.5753-33.8799
CIE-Lab73.016415.2699-35.4398

#acadf4 color RGB value is (172,173,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11110100
Octal 254 255 364
Decimal 172 173 244
Hex AC AD F4

RGB Percentages of Color #acadf4

%29.20
%29.37
%41.43

CMYK Percentages of Color #acadf4

%30
%29
%0
%4

Triadic Colors of #acadf4

#acadf4 #f4acad #adf4ac

Analogous Colors of #acadf4

#acadf4 #cfacf4 #acd1f4

Monochromatic Colors of #acadf4

#acadf4

Complementary Color

#acadf4 #f4f3ac

#acadf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadf4 Color CSS Codes

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

#acadf4 Text Font Color

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

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


#acadf4 Background Color

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

This div background color is #acadf4


#acadf4 Border Color

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

This div border color is #acadf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadf4


Comments

No comments written yet.

Please login to write comment.