Color Hex Logo

#acadfa Color Hex

#ACADFA
(172,173,250)
0 Favorites   0 Comments

Color spaces of #acadfa

RGB 172173250
HSL0.660.890.83
HSV239°31°98°
CMYK 0.310.310.00   0.02
XYZ49.212145.559996.6427
Yxy45.55990.25710.2380
Hunter Lab67.498112.0207-37.6419
CIE-Lab73.259016.7587-38.3108

#acadfa color RGB value is (172,173,250).

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

The process color (four color CMYK) of #acadfa color hex is 0.31, 0.31, 0.00, 0.02. Web safe color of #acadfa is #9999ff. Color #acadfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11111010
Octal 254 255 372
Decimal 172 173 250
Hex AC AD FA

RGB Percentages of Color #acadfa

%28.91
%29.08
%42.02

CMYK Percentages of Color #acadfa

%31
%31
%0
%2

Triadic Colors of #acadfa

#acadfa #faacad #adfaac

Analogous Colors of #acadfa

#acadfa #d2acfa #acd4fa

Monochromatic Colors of #acadfa

#acadfa

Complementary Color

#acadfa #faf9ac

#acadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadfa Color CSS Codes

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

#acadfa Text Font Color

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

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


#acadfa Background Color

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

This div background color is #acadfa


#acadfa Border Color

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

This div border color is #acadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadfa


Comments

No comments written yet.

Please login to write comment.