Color Hex Logo

#abadfe Color Hex

#ABADFE
(171,173,254)
0 Favorites   0 Comments

Color spaces of #abadfe

RGB 171173254
HSL0.660.980.83
HSV239°33°100°
CMYK 0.330.320.00   0.00
XYZ49.627545.700899.9714
Yxy45.70080.25410.2340
Hunter Lab67.602412.7343-40.3573
CIE-Lab73.351017.4890-40.3342

#abadfe color RGB value is (171,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11111110
Octal 253 255 376
Decimal 171 173 254
Hex AB AD FE

RGB Percentages of Color #abadfe

%28.60
%28.93
%42.47

CMYK Percentages of Color #abadfe

%33
%32
%0
%0

Triadic Colors of #abadfe

#abadfe #feabad #adfeab

Analogous Colors of #abadfe

#abadfe #d3abfe #abd7fe

Monochromatic Colors of #abadfe

#abadfe

Complementary Color

#abadfe #fefcab

#abadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadfe Color CSS Codes

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

#abadfe Text Font Color

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

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


#abadfe Background Color

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

This div background color is #abadfe


#abadfe Border Color

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

This div border color is #abadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadfe

Related Colors


Comments

No comments written yet.

Please login to write comment.