Color Hex Logo

#adabfd Color Hex

#ADABFD
(173,171,253)
0 Favorites   0 Comments

Color spaces of #adabfd

RGB 173171253
HSL0.670.950.83
HSV241°32°99°
CMYK 0.320.320.00   0.01
XYZ49.526145.101999.0237
Yxy45.10190.25570.2329
Hunter Lab67.157914.1097-40.4119
CIE-Lab72.958918.9043-40.3939

#adabfd color RGB value is (173,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11111101
Octal 255 253 375
Decimal 173 171 253
Hex AD AB FD

RGB Percentages of Color #adabfd

%28.98
%28.64
%42.38

CMYK Percentages of Color #adabfd

%32
%32
%0
%1

Triadic Colors of #adabfd

#adabfd #fdadab #abfdad

Analogous Colors of #adabfd

#adabfd #d6abfd #abd2fd

Monochromatic Colors of #adabfd

#adabfd

Complementary Color

#adabfd #fbfdab

#adabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabfd Color CSS Codes

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

#adabfd Text Font Color

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

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


#adabfd Background Color

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

This div background color is #adabfd


#adabfd Border Color

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

This div border color is #adabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabfd


Comments

No comments written yet.

Please login to write comment.