Color Hex Logo

#acadfe Color Hex

#ACADFE
(172,173,254)
0 Favorites   0 Comments

Color spaces of #acadfe

RGB 172173254
HSL0.660.980.84
HSV239°32°100°
CMYK 0.320.320.00   0.00
XYZ49.846245.813699.9817
Yxy45.81360.25480.2342
Hunter Lab67.685713.0037-40.1999
CIE-Lab73.424417.7629-40.2142

#acadfe color RGB value is (172,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11111110
Octal 254 255 376
Decimal 172 173 254
Hex AC AD FE

RGB Percentages of Color #acadfe

%28.71
%28.88
%42.40

CMYK Percentages of Color #acadfe

%32
%32
%0
%0

Triadic Colors of #acadfe

#acadfe #feacad #adfeac

Analogous Colors of #acadfe

#acadfe #d4acfe #acd6fe

Monochromatic Colors of #acadfe

#acadfe

Complementary Color

#acadfe #fefdac

#acadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadfe Color CSS Codes

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

#acadfe Text Font Color

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

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


#acadfe Background Color

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

This div background color is #acadfe


#acadfe Border Color

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

This div border color is #acadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadfe


Comments

No comments written yet.

Please login to write comment.