Color Hex Logo

#adabf1 Color Hex

#ADABF1
(173,171,241)
0 Favorites   0 Comments

Color spaces of #adabf1

RGB 173171241
HSL0.670.710.81
HSV242°29°95°
CMYK 0.280.290.00   0.05
XYZ47.673744.360989.2689
Yxy44.36090.26290.2447
Hunter Lab66.604011.2095-32.8432
CIE-Lab72.469115.9357-34.6546

#adabf1 color RGB value is (173,171,241).

#adabf1 hex color red value is 173, green value is 171 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #adabf1 hue: 0.67 , saturation: 0.71 and the lightness value of adabf1 is 0.81.

The process color (four color CMYK) of #adabf1 color hex is 0.28, 0.29, 0.00, 0.05. Web safe color of #adabf1 is #9999ff. Color #adabf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11110001
Octal 255 253 361
Decimal 173 171 241
Hex AD AB F1

RGB Percentages of Color #adabf1

%29.57
%29.23
%41.20

CMYK Percentages of Color #adabf1

%28
%29
%0
%5

Triadic Colors of #adabf1

#adabf1 #f1adab #abf1ad

Analogous Colors of #adabf1

#adabf1 #d0abf1 #abccf1

Monochromatic Colors of #adabf1

#adabf1

Complementary Color

#adabf1 #eff1ab

#adabf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabf1 Color CSS Codes

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

#adabf1 Text Font Color

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

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


#adabf1 Background Color

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

This div background color is #adabf1


#adabf1 Border Color

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

This div border color is #adabf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabf1


Comments

No comments written yet.

Please login to write comment.