Color Hex Logo

#adabfc Color Hex

#ADABFC
(173,171,252)
0 Favorites   0 Comments

Color spaces of #adabfc

RGB 173171252
HSL0.670.930.83
HSV241°32°99°
CMYK 0.310.320.00   0.01
XYZ49.367245.038398.1868
Yxy45.03830.25630.2339
Hunter Lab67.110613.8628-39.7674
CIE-Lab72.917118.6539-39.9186

#adabfc color RGB value is (173,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11111100
Octal 255 253 374
Decimal 173 171 252
Hex AD AB FC

RGB Percentages of Color #adabfc

%29.03
%28.69
%42.28

CMYK Percentages of Color #adabfc

%31
%32
%0
%1

Triadic Colors of #adabfc

#adabfc #fcadab #abfcad

Analogous Colors of #adabfc

#adabfc #d6abfc #abd2fc

Monochromatic Colors of #adabfc

#adabfc

Complementary Color

#adabfc #fafcab

#adabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabfc Color CSS Codes

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

#adabfc Text Font Color

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

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


#adabfc Background Color

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

This div background color is #adabfc


#adabfc Border Color

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

This div border color is #adabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabfc


Comments

No comments written yet.

Please login to write comment.