Color Hex Logo

#adacfb Color Hex

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

Color spaces of #adacfb

RGB 173172251
HSL0.670.910.83
HSV241°31°98°
CMYK 0.310.310.00   0.02
XYZ49.398745.354397.4175
Yxy45.35430.25710.2360
Hunter Lab67.345613.0768-38.6229
CIE-Lab73.124617.8451-39.0549

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

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

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

Base Numbers

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

RGB Percentages of Color #adacfb

%29.03
%28.86
%42.11

CMYK Percentages of Color #adacfb

%31
%31
%0
%2

Triadic Colors of #adacfb

#adacfb #fbadac #acfbad

Analogous Colors of #adacfb

#adacfb #d5acfb #acd3fb

Monochromatic Colors of #adacfb

#adacfb

Complementary Color

#adacfb #fafbac

#adacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacfb Color CSS Codes

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

#adacfb Text Font Color

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

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


#adacfb Background Color

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

This div background color is #adacfb


#adacfb Border Color

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

This div border color is #adacfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,172,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 #adacfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacfb


Comments

No comments written yet.

Please login to write comment.