Color Hex Logo

#adabf8 Color Hex

#ADABF8
(173,171,248)
0 Favorites   0 Comments

Color spaces of #adabf8

RGB 173171248
HSL0.670.850.82
HSV242°31°97°
CMYK 0.300.310.00   0.03
XYZ48.739844.787494.8829
Yxy44.78740.25870.2377
Hunter Lab66.923412.8843-37.2140
CIE-Lab72.751717.6570-38.0118

#adabf8 color RGB value is (173,171,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11111000
Octal 255 253 370
Decimal 173 171 248
Hex AD AB F8

RGB Percentages of Color #adabf8

%29.22
%28.89
%41.89

CMYK Percentages of Color #adabf8

%30
%31
%0
%3

Triadic Colors of #adabf8

#adabf8 #f8adab #abf8ad

Analogous Colors of #adabf8

#adabf8 #d4abf8 #abd0f8

Monochromatic Colors of #adabf8

#adabf8

Complementary Color

#adabf8 #f6f8ab

#adabf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabf8 Color CSS Codes

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

#adabf8 Text Font Color

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

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


#adabf8 Background Color

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

This div background color is #adabf8


#adabf8 Border Color

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

This div border color is #adabf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabf8


Comments

No comments written yet.

Please login to write comment.