Color Hex Logo

#acadfb Color Hex

#ACADFB
(172,173,251)
0 Favorites   0 Comments

Color spaces of #acadfb

RGB 172173251
HSL0.660.910.83
HSV239°31°98°
CMYK 0.310.310.00   0.02
XYZ49.369445.622897.4708
Yxy45.62280.25650.2370
Hunter Lab67.544712.2652-38.2776
CIE-Lab73.300117.0090-38.7875

#acadfb color RGB value is (172,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11111011
Octal 254 255 373
Decimal 172 173 251
Hex AC AD FB

RGB Percentages of Color #acadfb

%28.86
%29.03
%42.11

CMYK Percentages of Color #acadfb

%31
%31
%0
%2

Triadic Colors of #acadfb

#acadfb #fbacad #adfbac

Analogous Colors of #acadfb

#acadfb #d3acfb #acd5fb

Monochromatic Colors of #acadfb

#acadfb

Complementary Color

#acadfb #fbfaac

#acadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadfb Color CSS Codes

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

#acadfb Text Font Color

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

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


#acadfb Background Color

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

This div background color is #acadfb


#acadfb Border Color

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

This div border color is #acadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadfb

Related Colors


Comments

No comments written yet.

Please login to write comment.