Color Hex Logo

#ababfe Color Hex

#ABABFE
(171,171,254)
0 Favorites   0 Comments

Color spaces of #ababfe

RGB 171171254
HSL0.670.980.83
HSV240°33°100°
CMYK 0.330.330.00   0.00
XYZ49.246944.939599.8445
Yxy44.93950.25380.2316
Hunter Lab67.036913.8157-41.3804
CIE-Lab72.852018.6076-41.1121

#ababfe color RGB value is (171,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11111110
Octal 253 253 376
Decimal 171 171 254
Hex AB AB FE

RGB Percentages of Color #ababfe

%28.69
%28.69
%42.62

CMYK Percentages of Color #ababfe

%33
%33
%0
%0

Triadic Colors of #ababfe

#ababfe #feabab #abfeab

Analogous Colors of #ababfe

#ababfe #d5abfe #abd5fe

Monochromatic Colors of #ababfe

#ababfe

Complementary Color

#ababfe #fefeab

#ababfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababfe Color CSS Codes

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

#ababfe Text Font Color

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

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


#ababfe Background Color

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

This div background color is #ababfe


#ababfe Border Color

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

This div border color is #ababfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,171,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 #ababfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababfe


Comments

No comments written yet.

Please login to write comment.